{"info":{"_postman_id":"6fda84ed-b072-437c-bb57-ce5a9e3c60bf","name":"CRiskCo Approve API - Full tests","description":"<html><head></head><body><img src=\"https://www.criskco.com/wp-content/uploads/2020/01/CRisk-Co-Logo.png\" alt=\"\">\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>Credit Provider – refers to the entity/app that is calling the API.</li>\n<li>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.</li>\n<li>Customer – refers to a business entity that is the customer of the Applicant. A Customer may be an Applicant too in a different session.</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://www.criskco.com/en/developers-open-accounting-api/\">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>apiId - Unique ID assigned for each Credit Provider by CRiskCo.</li>\n<li>apiKey - Unique token used to identify the Credit Provider during API calls.</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>apiId</li>\n<li>apiKey</li>\n<li>Content-Type: application/JSON</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":"6fda84ed-b072-437c-bb57-ce5a9e3c60bf","publishedId":"UVkjwdHJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-12-26T12:01:07.000Z"},"item":[{"name":"GetApplicants","event":[{"listen":"test","script":{"id":"9c753fdd-efec-4823-a9dd-f328274be983","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert taxId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicant[0].taxId ).to.eql(pm.environment.get(\"tax_id\"));\r","});\r","\r","pm.test(\"Assert customers Grouping\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicant[0].fullResponse.customersGrouping.applicantId).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert suppliers Grouping\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicant[0].fullResponse.suppliersGrouping.applicantId).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert applicant Financial Grouping\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicant[0].fullResponse.applicantFinancialGrouping.applicantId).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert documents Data\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicant[0].fullResponse.applicantFinancialGrouping.documentsData.applicantId).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"3002db3b-c4f6-47b3-8926-de4311deb5b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{service-url}}/apiservice.svc/get-applicants?taxId={{tax_id}}&onboardingStatus=true&fullResponse=true","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>List of all applicants</li>\n<li>Query by taxId parameter</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":{"path":["apiservice.svc","get-applicants"],"host":["{{service-url}}"],"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":""},{"description":{"content":"<p>Optional: State tax id or other formal identification id</p>\n","type":"text/plain"},"key":"taxId","value":"{{tax_id}}"},{"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":"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":"true"}],"variable":[]}},"response":[{"id":"f5148d5b-e29c-4c6d-b614-dbed84c8c0b2","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":"e33bea5f-4659-4505-9903-39310fd2d4c5","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=ABC123456&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":"ABC123456"},{"key":"fullResponse","value":"true"},{"key":"onboardingStatus","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","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"}],"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            \"onboardingStatus\":\"Available\",\r\n            \"fullResponse\":[]\r\n        }\r\n    ]\r\n}"},{"id":"c31fa7d9-4074-4a77-b253-4294c55129dd","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=","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":"","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”","disabled":true},{"key":"fullResponse","value":null,"description":"Optional: Upon “true”, the full dataset of this company would be returned. Default: “false”","disabled":true}]}},"_postman_previewlanguage":"Text","header":[],"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}"},{"id":"cf0f6833-8c6c-4cba-ad28-f243b933d0e7","name":"GetApplicants","originalRequest":{"method":"GET","header":[{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{service-url}}/apiservice.svc/get-applicants?taxId={{tax_id}}&onboardingStatus=true&fullResponse=true","host":["{{service-url}}"],"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":"{{tax_id}}","description":"Optional: State tax id or other formal identification id"},{"key":"onboardingStatus","value":"true","description":"Optional: Upon “true”, the onboarding status will be included in the API Response. Default: “false”"},{"key":"fullResponse","value":"true","description":"Optional: Upon “true”, the full dataset of this company will be returned. Default: “false”"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Thu, 16 Oct 2025 14:00:37 GMT"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"1759741"},{"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_254_2306669=hZJWalfIw2S+3lXxFGSGA4X68GgAAAAABfSjK2yyLxxYSZDzC478qA==; path=/; Domain=.criskco.com"},{"key":"X-CDN","value":"Imperva"},{"key":"X-Iinfo","value":"8-21083647-21083682 NNNN CT(119 344 0) RT(1760623186374 191) q(0 0 5 0) r(512 513) U2"}],"cookie":[],"responseTime":null,"body":"{\n    \"applicant\": [\n        {\n            \"applicantId\": \"1008655168\",\n            \"dateConnected\": \"2025-05-14T00:00:00\",\n            \"isActive\": true,\n            \"lastUpdateDate\": \"2025-05-14T00:00:00\",\n            \"name\": \"MAQUINADOS NACIONALES RUIZ SA DE CV\",\n            \"refApplicantId\": null,\n            \"status\": \"Approved\",\n            \"taxId\": \"MNR900406HF8\",\n            \"onboardingStatus\": \"Available\",\n            \"fullResponse\": {\n                \"customersGrouping\": {\n                    \"applicantId\": \"1008655168\",\n                    \"refApplicantId\": null,\n                    \"customers\": [\n                        {\n                            \"customerId\": \"26007391\",\n                            \"foreignId\": \"ARN940318R57\",\n                            \"firstInvoiceDate\": \"2022-01-18T00:00:00\",\n                            \"name\": \"ARNECOM\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"ARN940318R57\",\n                            \"currency\": \"USD\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"66470\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 918297.83,\n                                \"twelveMonthsSales\": 90743.12,\n                                \"dueInvoices\": 59788.12,\n                                \"overDueInvoices\": 5255.99,\n                                \"creditMemos\": 0,\n                                \"dso\": 242,\n                                \"add\": 2,\n                                \"cei\": 105.09,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 1,\n                                        \"invoices\": 6437.34,\n                                        \"payments\": 37226.76,\n                                        \"openAR\": -30789.42,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 2,\n                                        \"invoices\": 39406.76,\n                                        \"payments\": 134670.12,\n                                        \"openAR\": -126052.78,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 3,\n                                        \"invoices\": 8697.64,\n                                        \"payments\": 0,\n                                        \"openAR\": -117355.14,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -117355.14,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 5,\n                                        \"invoices\": 15885.05,\n                                        \"payments\": 0,\n                                        \"openAR\": -101470.09,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -101470.09,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 7,\n                                        \"invoices\": 21255.86,\n                                        \"payments\": 0,\n                                        \"openAR\": -80214.23,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 345629.01,\n                                        \"payments\": 0,\n                                        \"openAR\": 265414.78,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 265414.78,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 422849.36,\n                                        \"openAR\": -157434.58,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 19210.8,\n                                        \"payments\": 0,\n                                        \"openAR\": -138223.78,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 19200.81,\n                                        \"openAR\": -157424.59,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 102950.55,\n                                        \"payments\": 0,\n                                        \"openAR\": -54474.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -54474.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 83473.84,\n                                        \"payments\": 64784.09,\n                                        \"openAR\": -35784.29,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 18325.1,\n                                        \"payments\": 39186.43,\n                                        \"openAR\": -56645.62,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 33650.12,\n                                        \"payments\": 0,\n                                        \"openAR\": -22995.5,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 5319.67,\n                                        \"payments\": 121513.46,\n                                        \"openAR\": -139189.29,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -139189.29,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 18172.52,\n                                        \"payments\": 11686.92,\n                                        \"openAR\": -132703.69,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 16662.12,\n                                        \"payments\": 11696.65,\n                                        \"openAR\": -127738.22,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 36588.1,\n                                        \"payments\": 0,\n                                        \"openAR\": -91150.12,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 21295.94,\n                                        \"payments\": 51511.38,\n                                        \"openAR\": -121365.56,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -121365.56,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 8708.29,\n                                        \"payments\": 20506.43,\n                                        \"openAR\": -133163.7,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 18473.98,\n                                        \"payments\": 0,\n                                        \"openAR\": -114689.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 7412.02,\n                                        \"payments\": 8673.01,\n                                        \"openAR\": -115950.71,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -115950.71,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 25655.81,\n                                        \"openAR\": -141606.52,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -141606.52,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -141606.52,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -141606.52,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -141606.52,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 30514.2,\n                                        \"payments\": 0,\n                                        \"openAR\": -111092.32,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -111092.32,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 31255.16,\n                                        \"openAR\": -142347.48,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 440.8,\n                                        \"payments\": 0,\n                                        \"openAR\": -141906.68,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -141906.68,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -141906.68,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 43241.13,\n                                        \"payments\": 0,\n                                        \"openAR\": -98665.55,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 16546.99,\n                                        \"payments\": 0,\n                                        \"openAR\": -82118.56,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007432\",\n                            \"foreignId\": \"CMO560929522\",\n                            \"firstInvoiceDate\": \"2023-02-16T00:00:00\",\n                            \"name\": \"CONDUCTORES MONTERREY\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"CMO560929522\",\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                                \"finScore\": null,\n                                \"totalSales\": 9628,\n                                \"twelveMonthsSales\": 0,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": 9628,\n                                \"creditMemos\": 0,\n                                \"dso\": null,\n                                \"add\": null,\n                                \"cei\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 9628,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9628,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007434\",\n                            \"foreignId\": \"CMO980416B80\",\n                            \"firstInvoiceDate\": null,\n                            \"name\": \"CELESTICA DE MONTERREY\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"CMO980416B80\",\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                                \"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\": \"26007387\",\n                            \"foreignId\": \"DIN050603R49\",\n                            \"firstInvoiceDate\": \"2022-01-06T00:00:00\",\n                            \"name\": \"DANFOSS INDUSTRIES\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"DIN050603R49\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"66634\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 1305087,\n                                \"twelveMonthsSales\": 357175.6,\n                                \"dueInvoices\": 190309.6,\n                                \"overDueInvoices\": 154303.2,\n                                \"creditMemos\": 0,\n                                \"dso\": 342,\n                                \"add\": 148,\n                                \"cei\": 11.59,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 1,\n                                        \"invoices\": 38309,\n                                        \"payments\": 50970.4,\n                                        \"openAR\": -12661.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 6264,\n                                        \"openAR\": -18925.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -18925.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 10324,\n                                        \"openAR\": -29249.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 14152,\n                                        \"openAR\": -43401.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 6,\n                                        \"invoices\": 18293.2,\n                                        \"payments\": 0,\n                                        \"openAR\": -25108.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 7,\n                                        \"invoices\": 50286,\n                                        \"payments\": 0,\n                                        \"openAR\": 25177.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 104516,\n                                        \"payments\": 0,\n                                        \"openAR\": 129693.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 22156,\n                                        \"payments\": 0,\n                                        \"openAR\": 151849.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 56932.8,\n                                        \"payments\": 18293.2,\n                                        \"openAR\": 190489.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 49126,\n                                        \"payments\": 50286,\n                                        \"openAR\": 189329.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 10648.8,\n                                        \"payments\": 110698.8,\n                                        \"openAR\": 89279.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 43302.8,\n                                        \"payments\": 0,\n                                        \"openAR\": 132582.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 12760,\n                                        \"payments\": 95798.6,\n                                        \"openAR\": 49543.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 43569.6,\n                                        \"payments\": 71838.8,\n                                        \"openAR\": 21274.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 18386,\n                                        \"payments\": 43302.8,\n                                        \"openAR\": -3642.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 24244,\n                                        \"payments\": 12760,\n                                        \"openAR\": 7841.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 24128,\n                                        \"payments\": 43569.6,\n                                        \"openAR\": -11600,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 84390,\n                                        \"payments\": 0,\n                                        \"openAR\": 72790,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 48604,\n                                        \"payments\": 37410,\n                                        \"openAR\": 83984,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 38686,\n                                        \"payments\": 0,\n                                        \"openAR\": 122670,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 157029.2,\n                                        \"payments\": 4408,\n                                        \"openAR\": 275291.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 157934,\n                                        \"openAR\": 117357.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 40252,\n                                        \"payments\": 0,\n                                        \"openAR\": 157609.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 39440,\n                                        \"payments\": 58406,\n                                        \"openAR\": 138643.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 6380,\n                                        \"payments\": 137309.2,\n                                        \"openAR\": 7714,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 7714,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 16472,\n                                        \"payments\": 16530,\n                                        \"openAR\": 7656,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 65540,\n                                        \"openAR\": -57884,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 22040,\n                                        \"payments\": 0,\n                                        \"openAR\": -35844,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 16472,\n                                        \"openAR\": -52316,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 10788,\n                                        \"payments\": 0,\n                                        \"openAR\": -41528,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 30624,\n                                        \"payments\": 22040,\n                                        \"openAR\": -32944,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 10788,\n                                        \"payments\": 0,\n                                        \"openAR\": -22156,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 6380,\n                                        \"payments\": 0,\n                                        \"openAR\": -15776,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 73486,\n                                        \"payments\": 0,\n                                        \"openAR\": 57710,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 6380,\n                                        \"payments\": 0,\n                                        \"openAR\": 64090,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 25520,\n                                        \"payments\": 0,\n                                        \"openAR\": 89610,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 48198,\n                                        \"payments\": 0,\n                                        \"openAR\": 137808,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 64043.6,\n                                        \"payments\": 0,\n                                        \"openAR\": 201851.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 58928,\n                                        \"payments\": 0,\n                                        \"openAR\": 260779.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007420\",\n                            \"foreignId\": \"LSO210416NM2\",\n                            \"firstInvoiceDate\": \"2023-08-24T00:00:00\",\n                            \"name\": \"LOGEN SOLUCIONES\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"LSO210416NM2\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"67000\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 103356,\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\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 51678,\n                                        \"payments\": 51678,\n                                        \"openAR\": 0,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 51678,\n                                        \"payments\": 0,\n                                        \"openAR\": 51678,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 51678,\n                                        \"openAR\": 0,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"foreignId\": \"MAG961030RH3\",\n                            \"firstInvoiceDate\": \"2022-01-05T00:00:00\",\n                            \"name\": \"MAGNEKON\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"MAG961030RH3\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"66470\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 3110946,\n                                \"twelveMonthsSales\": 766992,\n                                \"dueInvoices\": 168200,\n                                \"overDueInvoices\": 5481,\n                                \"creditMemos\": 0,\n                                \"dso\": 80,\n                                \"add\": 0,\n                                \"cei\": 98.53,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 1,\n                                        \"invoices\": 71253,\n                                        \"payments\": 54810,\n                                        \"openAR\": 16443,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 2,\n                                        \"invoices\": 75400,\n                                        \"payments\": 177045,\n                                        \"openAR\": -85202,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 3,\n                                        \"invoices\": 126063,\n                                        \"payments\": 80881,\n                                        \"openAR\": -40020,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 4,\n                                        \"invoices\": 60291,\n                                        \"payments\": 71253,\n                                        \"openAR\": -50982,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 5,\n                                        \"invoices\": 112114,\n                                        \"payments\": 75400,\n                                        \"openAR\": -14268,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 6,\n                                        \"invoices\": 93177,\n                                        \"payments\": 126063,\n                                        \"openAR\": -47154,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 7,\n                                        \"invoices\": 71253,\n                                        \"payments\": 76734,\n                                        \"openAR\": -52635,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 120582,\n                                        \"payments\": 112114,\n                                        \"openAR\": -44167,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 98658,\n                                        \"payments\": 87696,\n                                        \"openAR\": -33205,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 98658,\n                                        \"payments\": 76734,\n                                        \"openAR\": -11281,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 98658,\n                                        \"payments\": 120582,\n                                        \"openAR\": -33205,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 93177,\n                                        \"payments\": 186354,\n                                        \"openAR\": -126382,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 82215,\n                                        \"payments\": 0,\n                                        \"openAR\": -44167,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 80881,\n                                        \"payments\": 87696,\n                                        \"openAR\": -50982,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 104139,\n                                        \"payments\": 49329,\n                                        \"openAR\": 3828,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 87696,\n                                        \"payments\": 228868,\n                                        \"openAR\": -137344,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 109620,\n                                        \"payments\": 54810,\n                                        \"openAR\": -82534,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 65772,\n                                        \"payments\": 120582,\n                                        \"openAR\": -137344,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 71253,\n                                        \"payments\": 54810,\n                                        \"openAR\": -120901,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 87696,\n                                        \"payments\": 137025,\n                                        \"openAR\": -170230,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 65772,\n                                        \"payments\": 0,\n                                        \"openAR\": -104458,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 60291,\n                                        \"payments\": 49329,\n                                        \"openAR\": -93496,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 93177,\n                                        \"payments\": 175392,\n                                        \"openAR\": -175711,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 43848,\n                                        \"payments\": 0,\n                                        \"openAR\": -131863,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 60291,\n                                        \"payments\": 109620,\n                                        \"openAR\": -181192,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 76734,\n                                        \"payments\": 120582,\n                                        \"openAR\": -225040,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 65772,\n                                        \"payments\": 60291,\n                                        \"openAR\": -219559,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 49329,\n                                        \"payments\": 76734,\n                                        \"openAR\": -246964,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 47096,\n                                        \"payments\": 16443,\n                                        \"openAR\": -216311,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 40368,\n                                        \"payments\": 145754,\n                                        \"openAR\": -321697,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 107648,\n                                        \"payments\": 40368,\n                                        \"openAR\": -254417,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 60552,\n                                        \"payments\": 40368,\n                                        \"openAR\": -234233,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 47096,\n                                        \"payments\": 80736,\n                                        \"openAR\": -267873,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 67280,\n                                        \"payments\": 74008,\n                                        \"openAR\": -274601,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 80736,\n                                        \"payments\": 87464,\n                                        \"openAR\": -281329,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 60552,\n                                        \"payments\": 33640,\n                                        \"openAR\": -254417,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 60552,\n                                        \"payments\": 0,\n                                        \"openAR\": -193865,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 67280,\n                                        \"payments\": 107648,\n                                        \"openAR\": -234233,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 53824,\n                                        \"payments\": 0,\n                                        \"openAR\": -180409,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 94192,\n                                        \"payments\": 60552,\n                                        \"openAR\": -146769,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 47096,\n                                        \"openAR\": -193865,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007403\",\n                            \"foreignId\": \"MARI7905106V9\",\n                            \"firstInvoiceDate\": \"2025-02-28T00:00:00\",\n                            \"name\": \"IVONNE AIDE MAGAÑA RAMIREZ\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"MARI7905106V9\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64790\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 5000.01,\n                                \"twelveMonthsSales\": 5000.01,\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\": 5000.01,\n                                        \"payments\": 5000.01,\n                                        \"openAR\": 0,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"foreignId\": \"MMN201110IQ3\",\n                            \"firstInvoiceDate\": \"2022-08-31T00:00:00\",\n                            \"name\": \"MAQUINADOS MNR\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"MMN201110IQ3\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64210\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 1365603,\n                                \"twelveMonthsSales\": 138852,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": 149604.48,\n                                \"creditMemos\": 0,\n                                \"dso\": null,\n                                \"add\": null,\n                                \"cei\": 48.14,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 96396,\n                                        \"payments\": 3000,\n                                        \"openAR\": 93396,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 93396,\n                                        \"openAR\": 0,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 249055,\n                                        \"payments\": 114843,\n                                        \"openAR\": 134212,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 134212,\n                                        \"openAR\": 0,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 184469,\n                                        \"payments\": 0,\n                                        \"openAR\": 184469,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 184324,\n                                        \"openAR\": 145,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 145,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 145,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 150072.1,\n                                        \"payments\": 115072,\n                                        \"openAR\": 35145.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 34999.5,\n                                        \"payments\": 0,\n                                        \"openAR\": 70144.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 34999.5,\n                                        \"payments\": 35000,\n                                        \"openAR\": 70144.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 79460,\n                                        \"payments\": 0,\n                                        \"openAR\": 149604.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149604.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 123192,\n                                        \"payments\": 123192,\n                                        \"openAR\": 149604.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149604.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 87695.9,\n                                        \"payments\": 87696,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 74704,\n                                        \"payments\": 74704,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 111708,\n                                        \"payments\": 111708,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 33292,\n                                        \"payments\": 33292,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 99528,\n                                        \"payments\": 99528,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 6032,\n                                        \"payments\": 6032,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149604,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007385\",\n                            \"foreignId\": \"OSH220606GZ1\",\n                            \"firstInvoiceDate\": \"2025-04-07T00:00:00\",\n                            \"name\": \"OPERADOR SHELT\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"OSH220606GZ1\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"66633\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 690304,\n                                \"twelveMonthsSales\": 690304,\n                                \"dueInvoices\": 521002,\n                                \"overDueInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"dso\": 275,\n                                \"add\": 0,\n                                \"cei\": 100,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 504072,\n                                        \"payments\": 84651,\n                                        \"openAR\": 419421,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 186232,\n                                        \"payments\": 84651,\n                                        \"openAR\": 521002,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"foreignId\": \"PED781129JT6\",\n                            \"firstInvoiceDate\": \"2022-01-06T00:00:00\",\n                            \"name\": \"GRUPO YAZAKI\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"PED781129JT6\",\n                            \"currency\": \"USD\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"66470\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 893959.76,\n                                \"twelveMonthsSales\": 79563.14,\n                                \"dueInvoices\": 54490.92,\n                                \"overDueInvoices\": 153738.06,\n                                \"creditMemos\": 8224.4,\n                                \"dso\": 268,\n                                \"add\": 18,\n                                \"cei\": 47.62,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 1,\n                                        \"invoices\": 20440.8,\n                                        \"payments\": 0,\n                                        \"openAR\": 20440.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 2,\n                                        \"invoices\": 5423.76,\n                                        \"payments\": 0,\n                                        \"openAR\": 25864.56,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 25864.56,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 25864.56,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 25864.56,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 25864.56,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 25864.56,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 25864.56,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 5335.52,\n                                        \"openAR\": 20529.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 20529.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 20440.78,\n                                        \"openAR\": 88.26,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 88.26,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 88.26,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 341624.85,\n                                        \"payments\": 0,\n                                        \"openAR\": 341713.11,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 29183.05,\n                                        \"payments\": 0,\n                                        \"openAR\": 370896.16,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 361456.94,\n                                        \"openAR\": 9439.22,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 207038.44,\n                                        \"payments\": 8224.4,\n                                        \"openAR\": 208253.26,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 68286.11,\n                                        \"payments\": 57804.34,\n                                        \"openAR\": 218735.03,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 4695.72,\n                                        \"payments\": 0,\n                                        \"openAR\": 223430.75,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 1979.25,\n                                        \"payments\": 71004.81,\n                                        \"openAR\": 154405.19,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 2052.04,\n                                        \"openAR\": 152353.15,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 152353.15,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 152353.15,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 152353.15,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 28088.37,\n                                        \"payments\": 0,\n                                        \"openAR\": 180441.52,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 3392.86,\n                                        \"payments\": 24798.19,\n                                        \"openAR\": 159036.19,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 32201.72,\n                                        \"payments\": 3074.58,\n                                        \"openAR\": 188163.33,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 188163.33,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 72041.69,\n                                        \"payments\": 31896.81,\n                                        \"openAR\": 228308.21,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 78904.29,\n                                        \"openAR\": 149403.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149403.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149403.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 149403.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 10075.33,\n                                        \"payments\": 0,\n                                        \"openAR\": 159479.25,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 6332.79,\n                                        \"openAR\": 153146.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 153146.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 14996.89,\n                                        \"payments\": 0,\n                                        \"openAR\": 168143.35,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 168143.35,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 15232.44,\n                                        \"openAR\": 152910.91,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 34116.74,\n                                        \"payments\": 0,\n                                        \"openAR\": 187027.65,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 20374.18,\n                                        \"payments\": 0,\n                                        \"openAR\": 207401.83,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"foreignId\": \"PFE860630CE9\",\n                            \"firstInvoiceDate\": \"2022-01-25T00:00:00\",\n                            \"name\": \"PAPALOTES FELIZARDO ELIZONDO GUAJARDO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"PFE860630CE9\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"65780\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 840123,\n                                \"twelveMonthsSales\": 97404,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": 39324.76,\n                                \"creditMemos\": 5104,\n                                \"dso\": 113,\n                                \"add\": 113,\n                                \"cei\": 48.84,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 1,\n                                        \"invoices\": 25984,\n                                        \"payments\": 29696,\n                                        \"openAR\": -3712,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 2,\n                                        \"invoices\": 22040,\n                                        \"payments\": 0,\n                                        \"openAR\": 18328,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 3,\n                                        \"invoices\": 3132,\n                                        \"payments\": 0,\n                                        \"openAR\": 21460,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 21460,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 5,\n                                        \"invoices\": 46214.4,\n                                        \"payments\": 48024,\n                                        \"openAR\": 19650.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 6,\n                                        \"invoices\": 95352,\n                                        \"payments\": 0,\n                                        \"openAR\": 115002.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 7,\n                                        \"invoices\": 1972,\n                                        \"payments\": 0,\n                                        \"openAR\": 116974.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 79460,\n                                        \"payments\": 64774.4,\n                                        \"openAR\": 131660,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 131660,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 81896,\n                                        \"openAR\": 49764,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 77952,\n                                        \"openAR\": -28188,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -28188,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 6310.4,\n                                        \"payments\": 0,\n                                        \"openAR\": -21877.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 51040,\n                                        \"payments\": 0,\n                                        \"openAR\": 29162.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 7656,\n                                        \"payments\": 5104,\n                                        \"openAR\": 31714.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 39904,\n                                        \"payments\": 62454.4,\n                                        \"openAR\": 9164,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 88160,\n                                        \"payments\": 0,\n                                        \"openAR\": 97324,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 31320,\n                                        \"payments\": 62640,\n                                        \"openAR\": 66004,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 47304.8,\n                                        \"payments\": 0,\n                                        \"openAR\": 113308.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 9280,\n                                        \"payments\": 104400,\n                                        \"openAR\": 18188.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 18188.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 43824,\n                                        \"openAR\": -25635.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 96280,\n                                        \"payments\": 0,\n                                        \"openAR\": 70644.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 5104,\n                                        \"payments\": 0,\n                                        \"openAR\": 75748.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 44080,\n                                        \"payments\": 96280,\n                                        \"openAR\": 23548.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 42125.4,\n                                        \"payments\": 0,\n                                        \"openAR\": 65674.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 49184,\n                                        \"openAR\": 16490.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 42125.4,\n                                        \"openAR\": -25635.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -25635.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 67244,\n                                        \"payments\": 0,\n                                        \"openAR\": 41608.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 41608.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 67244.04,\n                                        \"openAR\": -25635.24,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -25635.24,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -25635.24,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 30160,\n                                        \"payments\": 0,\n                                        \"openAR\": 4524.76,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4524.76,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4524.76,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4524.76,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4524.76,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4524.76,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4524.76,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007413\",\n                            \"foreignId\": \"RIN060523AF3\",\n                            \"firstInvoiceDate\": \"2023-03-23T00:00:00\",\n                            \"name\": \"RGC INGENIERIA\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"RIN060523AF3\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64460\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 3712,\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\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 3712,\n                                        \"payments\": 0,\n                                        \"openAR\": 3712,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 3712,\n                                        \"openAR\": 0,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007435\",\n                            \"foreignId\": \"SIM0709285F8\",\n                            \"firstInvoiceDate\": null,\n                            \"name\": \"SERVICIOS INDUSTRIALES MACHS\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"SIM0709285F8\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64400\",\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\": \"26007424\",\n                            \"foreignId\": \"SKX170517FE5\",\n                            \"firstInvoiceDate\": \"2022-04-29T00:00:00\",\n                            \"name\": \"SKX, S. A. DE C. V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"SKX170517FE5\",\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                                \"finScore\": null,\n                                \"totalSales\": 9465.52,\n                                \"twelveMonthsSales\": 0,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"dso\": null,\n                                \"add\": null,\n                                \"cei\": 100,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 4,\n                                        \"invoices\": 9465.52,\n                                        \"payments\": 0,\n                                        \"openAR\": 9465.52,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9465.52,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9465.52,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9465.52,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 9398.42,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 67.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"foreignId\": \"SME040830FW2\",\n                            \"firstInvoiceDate\": \"2022-02-11T00:00:00\",\n                            \"name\": \"STUCKI DE MEXICO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"SME040830FW2\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64510\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 2844702.8,\n                                \"twelveMonthsSales\": 443700,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": 33408,\n                                \"creditMemos\": 0,\n                                \"dso\": null,\n                                \"add\": null,\n                                \"cei\": 69.96,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 2,\n                                        \"invoices\": 609000,\n                                        \"payments\": 632107.2,\n                                        \"openAR\": -23107.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -23107.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -23107.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 5,\n                                        \"invoices\": 609000,\n                                        \"payments\": 609000,\n                                        \"openAR\": -23107.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 6,\n                                        \"invoices\": 88740,\n                                        \"payments\": 0,\n                                        \"openAR\": 65632.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 7,\n                                        \"invoices\": 29580,\n                                        \"payments\": 609000,\n                                        \"openAR\": -513787.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 29580,\n                                        \"payments\": 0,\n                                        \"openAR\": -484207.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 88740,\n                                        \"openAR\": -572947.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 29580,\n                                        \"openAR\": -602527.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 3166.8,\n                                        \"payments\": 0,\n                                        \"openAR\": -599360.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 51968,\n                                        \"payments\": 0,\n                                        \"openAR\": -547392.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 29580,\n                                        \"openAR\": -576972.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -576972.4,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 33408,\n                                        \"payments\": 21726.8,\n                                        \"openAR\": -565291.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 73950,\n                                        \"payments\": 33408,\n                                        \"openAR\": -524749.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 162690,\n                                        \"payments\": 73950,\n                                        \"openAR\": -436009.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 130152,\n                                        \"payments\": 0,\n                                        \"openAR\": -305857.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 136068,\n                                        \"payments\": 0,\n                                        \"openAR\": -169789.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 428910,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 177480,\n                                        \"payments\": 0,\n                                        \"openAR\": -421219.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 88740,\n                                        \"payments\": 88740,\n                                        \"openAR\": -421219.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 177480,\n                                        \"payments\": 88740,\n                                        \"openAR\": -332479.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 177480,\n                                        \"payments\": 88740,\n                                        \"openAR\": -243739.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 266220,\n                                        \"payments\": 354960,\n                                        \"openAR\": -332479.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 266220,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -598699.2,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"foreignId\": \"VCO200921II7\",\n                            \"firstInvoiceDate\": \"2022-01-03T00:00:00\",\n                            \"name\": \"VITRO FABRICACION DE MAQUINAS\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"VCO200921II7\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64410\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 2653122.6,\n                                \"twelveMonthsSales\": 169998,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": 336154.64,\n                                \"creditMemos\": 87052.91,\n                                \"dso\": 43,\n                                \"add\": 43,\n                                \"cei\": 262.71,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 1,\n                                        \"invoices\": 335593.4,\n                                        \"payments\": 396859.2,\n                                        \"openAR\": -61265.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 2,\n                                        \"invoices\": 67802,\n                                        \"payments\": 217496,\n                                        \"openAR\": -210959.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 3,\n                                        \"invoices\": 774439.6,\n                                        \"payments\": 357216.2,\n                                        \"openAR\": 206263.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 4,\n                                        \"invoices\": 124270.8,\n                                        \"payments\": 175367.67,\n                                        \"openAR\": 155166.73,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 5,\n                                        \"invoices\": 142453.8,\n                                        \"payments\": 608153.2,\n                                        \"openAR\": -310532.67,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 6,\n                                        \"invoices\": 230683.4,\n                                        \"payments\": 119491.6,\n                                        \"openAR\": -199340.87,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 7,\n                                        \"invoices\": 83264.8,\n                                        \"payments\": 212775.72,\n                                        \"openAR\": -328851.79,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 146484.8,\n                                        \"payments\": 54539.63,\n                                        \"openAR\": -236906.62,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 42096.4,\n                                        \"payments\": 187554.07,\n                                        \"openAR\": -382364.29,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 64960,\n                                        \"payments\": 110930,\n                                        \"openAR\": -428334.29,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 44358.4,\n                                        \"payments\": 51841.21,\n                                        \"openAR\": -435817.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 83589.6,\n                                        \"payments\": 131409.34,\n                                        \"openAR\": -483636.84,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 143573.2,\n                                        \"payments\": 0,\n                                        \"openAR\": -340063.64,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 23176.4,\n                                        \"payments\": 68431.52,\n                                        \"openAR\": -385318.76,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 61085.6,\n                                        \"payments\": 85097.19,\n                                        \"openAR\": -409330.35,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 28860.8,\n                                        \"payments\": 98045.95,\n                                        \"openAR\": -478515.5,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 22306.8,\n                                        \"payments\": 14894.4,\n                                        \"openAR\": -471103.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 15834,\n                                        \"payments\": 23437.52,\n                                        \"openAR\": -478706.62,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 4176,\n                                        \"payments\": 2088,\n                                        \"openAR\": -476618.62,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 15625.62,\n                                        \"openAR\": -492244.24,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 4582,\n                                        \"payments\": 0,\n                                        \"openAR\": -487662.24,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 3640.08,\n                                        \"openAR\": -491302.32,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 7586.4,\n                                        \"payments\": 0,\n                                        \"openAR\": -483715.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -483715.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 870,\n                                        \"payments\": 0,\n                                        \"openAR\": -482845.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 15880.4,\n                                        \"payments\": 584.71,\n                                        \"openAR\": -467550.23,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 5278,\n                                        \"payments\": 11293.69,\n                                        \"openAR\": -473565.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 9918,\n                                        \"payments\": 0,\n                                        \"openAR\": -463647.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 99180,\n                                        \"payments\": 10150,\n                                        \"openAR\": -374617.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 29870,\n                                        \"payments\": 0,\n                                        \"openAR\": -344747.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 13224,\n                                        \"payments\": 104226,\n                                        \"openAR\": -435749.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 15544,\n                                        \"payments\": 29870,\n                                        \"openAR\": -450075.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 12180,\n                                        \"payments\": 4176,\n                                        \"openAR\": -442071.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -442071.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -442071.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -442071.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -442071.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 12180,\n                                        \"openAR\": -454251.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -454251.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -454251.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -454251.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007422\",\n                            \"foreignId\": \"VEN1106288M7\",\n                            \"firstInvoiceDate\": \"2022-04-06T00:00:00\",\n                            \"name\": \"VENTIKA S. A. P. I. DE C. V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"VEN1106288M7\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"06600\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 560093.3,\n                                \"twelveMonthsSales\": 0,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": 0.04,\n                                \"creditMemos\": 0,\n                                \"dso\": null,\n                                \"add\": null,\n                                \"cei\": 100,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 117740,\n                                        \"openAR\": -117740,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -117740,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -117740,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 4,\n                                        \"invoices\": 65888,\n                                        \"payments\": 0,\n                                        \"openAR\": -51852,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 5,\n                                        \"invoices\": 78880,\n                                        \"payments\": 0,\n                                        \"openAR\": 27028,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 27028,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 27028,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 144768,\n                                        \"openAR\": -117740,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 65105,\n                                        \"payments\": 0,\n                                        \"openAR\": -52635,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 297904.3,\n                                        \"payments\": 0,\n                                        \"openAR\": 245269.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 23200,\n                                        \"payments\": 65105,\n                                        \"openAR\": 203364.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 293320.2,\n                                        \"openAR\": -89955.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -89955.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 29116,\n                                        \"payments\": 23200,\n                                        \"openAR\": -84039.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 29116,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -113155.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007428\",\n                            \"foreignId\": \"VII111111LE2\",\n                            \"firstInvoiceDate\": \"2022-05-16T00:00:00\",\n                            \"name\": \"VENTIKA II S. A. P. I. DE C. V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"VII111111LE2\",\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                                \"finScore\": null,\n                                \"totalSales\": 466605.65,\n                                \"twelveMonthsSales\": 0,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": -0.02,\n                                \"creditMemos\": 0,\n                                \"dso\": null,\n                                \"add\": null,\n                                \"cei\": 100,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 134560,\n                                        \"openAR\": -134560,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -134560,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -134560,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -134560,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 5,\n                                        \"invoices\": 70528,\n                                        \"payments\": 0,\n                                        \"openAR\": -64032,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -64032,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -64032,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 70528,\n                                        \"openAR\": -134560,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 69513,\n                                        \"payments\": 0,\n                                        \"openAR\": -65047,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 326564.65,\n                                        \"payments\": 0,\n                                        \"openAR\": 261517.65,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 69513,\n                                        \"openAR\": 192004.65,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 321906.69,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -129902.04,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007437\",\n                            \"foreignId\": \"VIT800328HB5\",\n                            \"firstInvoiceDate\": null,\n                            \"name\": \"VITRO, S. A. B. DE C. V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"VIT800328HB5\",\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                                \"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\": 100,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 34115.6,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -34115.6,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007426\",\n                            \"foreignId\": \"WHI020314BE4\",\n                            \"firstInvoiceDate\": \"2022-09-12T00:00:00\",\n                            \"name\": \"WIRE HARNESSES INTEGRATING SOLUTIONS, S. A. DE C. V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"WHI020314BE4\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64640\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 40113.69,\n                                \"twelveMonthsSales\": 0,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": 13884.44,\n                                \"creditMemos\": 0,\n                                \"dso\": null,\n                                \"add\": null,\n                                \"cei\": 3.46,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 26229.25,\n                                        \"payments\": 0,\n                                        \"openAR\": 26229.25,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 26229.25,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 8412.46,\n                                        \"payments\": 25731.63,\n                                        \"openAR\": 8910.08,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 8910.08,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 8910.08,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 8910.08,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 8910.08,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 8910.08,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 8910.08,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 5471.98,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 14382.06,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007407\",\n                            \"foreignId\": \"XAXX010101000\",\n                            \"firstInvoiceDate\": \"2023-03-06T00:00:00\",\n                            \"name\": \"PUBLICO EN GENERAL\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"XAXX010101000\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64210\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 11749.72,\n                                \"twelveMonthsSales\": 0,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": 11749.72,\n                                \"creditMemos\": 0,\n                                \"dso\": null,\n                                \"add\": null,\n                                \"cei\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 10000,\n                                        \"payments\": 0,\n                                        \"openAR\": 10000,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 10000,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 10000,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 10000,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 10000,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 1749.72,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 11749.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"foreignId\": \"XEXX010101000_MAXON LIFT CORP\",\n                            \"firstInvoiceDate\": \"2023-10-23T00:00:00\",\n                            \"name\": \"MAXON LIFT CORP\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"XEXX010101000_MAXON LIFT CORP\",\n                            \"currency\": \"USD\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": null,\n                                \"postalCode\": \"64210\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 10813933.94,\n                                \"twelveMonthsSales\": 9472273.67,\n                                \"dueInvoices\": 255723.75,\n                                \"overDueInvoices\": 741653.08,\n                                \"creditMemos\": 78472.21,\n                                \"dso\": 32,\n                                \"add\": 22,\n                                \"cei\": 92.03,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 1724.32,\n                                        \"openAR\": -1724.32,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 117762.5,\n                                        \"payments\": 0,\n                                        \"openAR\": 116038.18,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 379346.39,\n                                        \"payments\": 0,\n                                        \"openAR\": 495384.57,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 766658.39,\n                                        \"payments\": 0,\n                                        \"openAR\": 1262042.96,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 474171.83,\n                                        \"openAR\": 787871.13,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 760198.5,\n                                        \"openAR\": 27672.63,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 23110.17,\n                                        \"payments\": 0,\n                                        \"openAR\": 50782.8,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 8830.7,\n                                        \"payments\": 25372.18,\n                                        \"openAR\": 34241.32,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 173485.94,\n                                        \"payments\": 0,\n                                        \"openAR\": 207727.26,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 371528.63,\n                                        \"payments\": 198030.52,\n                                        \"openAR\": 381225.37,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 646592.96,\n                                        \"payments\": 372816.04,\n                                        \"openAR\": 655002.29,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 978085.62,\n                                        \"payments\": 663915.18,\n                                        \"openAR\": 969172.73,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 1352267.93,\n                                        \"payments\": 812053.64,\n                                        \"openAR\": 1509387.02,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 1189671.31,\n                                        \"payments\": 1489020.19,\n                                        \"openAR\": 1210038.14,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 970552.69,\n                                        \"payments\": 26894.35,\n                                        \"openAR\": 2153696.48,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 1008437.61,\n                                        \"payments\": 2341642.24,\n                                        \"openAR\": 820491.85,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 1036829.48,\n                                        \"payments\": 0,\n                                        \"openAR\": 1857321.33,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 1415360.52,\n                                        \"payments\": 1018281.53,\n                                        \"openAR\": 2254400.32,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 375413.1,\n                                        \"payments\": 1041290.74,\n                                        \"openAR\": 1588522.68,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 1429507.52,\n                                        \"openAR\": 159015.16,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 358275.5,\n                                        \"openAR\": -199260.34,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"foreignId\": \"XEXX010101000_PUTZMEISTER AMERICA INC\",\n                            \"firstInvoiceDate\": \"2022-06-28T00:00:00\",\n                            \"name\": \"PUTZMEISTER AMERICA INC\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"XEXX010101000_PUTZMEISTER AMERICA INC\",\n                            \"currency\": \"USD\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": null,\n                                \"postalCode\": \"64210\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 824534.49,\n                                \"twelveMonthsSales\": 401894.54,\n                                \"dueInvoices\": 107599.17,\n                                \"overDueInvoices\": -10461.92,\n                                \"creditMemos\": 0,\n                                \"dso\": 98,\n                                \"add\": 0,\n                                \"cei\": 102.72,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 6,\n                                        \"invoices\": 17415.62,\n                                        \"payments\": 0,\n                                        \"openAR\": 17415.62,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 17415.62,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 17415.62,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 17415.62,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 8956.16,\n                                        \"payments\": 0,\n                                        \"openAR\": 26371.78,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 1050,\n                                        \"payments\": 0,\n                                        \"openAR\": 27421.78,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 1050,\n                                        \"payments\": 86502.97,\n                                        \"openAR\": -58031.19,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -58031.19,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 19773,\n                                        \"openAR\": -77804.19,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -77804.19,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 18189.03,\n                                        \"payments\": 0,\n                                        \"openAR\": -59615.16,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 13839.46,\n                                        \"payments\": 0,\n                                        \"openAR\": -45775.7,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 43548.85,\n                                        \"payments\": 17250.89,\n                                        \"openAR\": -19477.74,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 21644.7,\n                                        \"payments\": 0,\n                                        \"openAR\": 2166.96,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 55696.7,\n                                        \"openAR\": -53529.74,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 24141.63,\n                                        \"payments\": 22600.79,\n                                        \"openAR\": -51988.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 26859.21,\n                                        \"payments\": 0,\n                                        \"openAR\": -25129.69,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 5064.53,\n                                        \"openAR\": -30194.22,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 41394.31,\n                                        \"payments\": 0,\n                                        \"openAR\": 11200.09,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 9850.88,\n                                        \"payments\": 0,\n                                        \"openAR\": 21050.97,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 134180.17,\n                                        \"payments\": 0,\n                                        \"openAR\": 155231.14,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 155231.14,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 60519.93,\n                                        \"payments\": 125638.38,\n                                        \"openAR\": 90112.69,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 90112.69,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 3296.88,\n                                        \"payments\": 0,\n                                        \"openAR\": 93409.57,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 51094.69,\n                                        \"payments\": 0,\n                                        \"openAR\": 144504.26,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 51925.2,\n                                        \"payments\": 134457.93,\n                                        \"openAR\": 61971.53,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 10192.62,\n                                        \"payments\": 50438.59,\n                                        \"openAR\": 21725.56,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 25362.35,\n                                        \"payments\": 40805.22,\n                                        \"openAR\": 6282.69,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 6282.69,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 105642.25,\n                                        \"payments\": 37982.22,\n                                        \"openAR\": 73942.72,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 46781.38,\n                                        \"payments\": 0,\n                                        \"openAR\": 120724.1,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 22859.01,\n                                        \"payments\": 0,\n                                        \"openAR\": 143583.11,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 143583.11,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 84740.16,\n                                        \"payments\": 141059.92,\n                                        \"openAR\": 87263.35,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 13968.94,\n                                        \"openAR\": 73294.41,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007411\",\n                            \"foreignId\": \"XEXX010101000_RA JONES & CO\",\n                            \"firstInvoiceDate\": \"2022-07-08T00:00:00\",\n                            \"name\": \"RA JONES & CO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"XEXX010101000_RA JONES & CO\",\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                                \"finScore\": null,\n                                \"totalSales\": 4149.3,\n                                \"twelveMonthsSales\": 0,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": 4149.3,\n                                \"creditMemos\": 0,\n                                \"dso\": null,\n                                \"add\": null,\n                                \"cei\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 7,\n                                        \"invoices\": 20,\n                                        \"payments\": 0,\n                                        \"openAR\": 20,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 20,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 20,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 20,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 20,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 20,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 20,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 20,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 4129.3,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 4149.3,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007430\",\n                            \"foreignId\": \"XEXX010101000_SKESPRESS INC.\",\n                            \"firstInvoiceDate\": \"2022-10-18T00:00:00\",\n                            \"name\": \"SKESPRESS INC.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"XEXX010101000_SKESPRESS INC.\",\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                                \"finScore\": null,\n                                \"totalSales\": 8455.13,\n                                \"twelveMonthsSales\": 0,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": 288.88,\n                                \"creditMemos\": 0,\n                                \"dso\": null,\n                                \"add\": null,\n                                \"cei\": null,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 8455.13,\n                                        \"payments\": 523.6,\n                                        \"openAR\": 7931.53,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 7931.53,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 7931.53,\n                                        \"openAR\": 0,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"foreignId\": \"XEXX010101000_YAZAKI NORTH AMERICA\",\n                            \"firstInvoiceDate\": \"2023-01-24T00:00:00\",\n                            \"name\": \"YAZAKI NORTH AMERICA\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"XEXX010101000_YAZAKI NORTH AMERICA\",\n                            \"currency\": \"USD\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": null,\n                                \"postalCode\": \"64210\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"finScore\": null,\n                                \"totalSales\": 638012.54,\n                                \"twelveMonthsSales\": 69359.01,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": 40337.01,\n                                \"creditMemos\": 0,\n                                \"dso\": null,\n                                \"add\": null,\n                                \"cei\": 64.52,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 15039.01,\n                                        \"payments\": 0,\n                                        \"openAR\": 15039.01,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 15039.01,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 14479.89,\n                                        \"payments\": 0,\n                                        \"openAR\": 29518.9,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 29444.68,\n                                        \"payments\": 25378.41,\n                                        \"openAR\": 33585.17,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 33585.17,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 41269.24,\n                                        \"openAR\": -7684.07,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -7684.07,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 403205.23,\n                                        \"payments\": 0,\n                                        \"openAR\": 395521.16,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 395521.16,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 395521.16,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 24040.42,\n                                        \"payments\": 413894.27,\n                                        \"openAR\": 5667.31,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 5667.31,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 43893.07,\n                                        \"payments\": 0,\n                                        \"openAR\": 49560.38,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 49560.38,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 7533.78,\n                                        \"payments\": 0,\n                                        \"openAR\": 57094.16,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 23156,\n                                        \"payments\": 0,\n                                        \"openAR\": 80250.16,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 15369.08,\n                                        \"payments\": 66753.3,\n                                        \"openAR\": 28865.94,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 28865.94,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 28865.94,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 18164.91,\n                                        \"openAR\": 10701.03,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 10701.03,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 22615.46,\n                                        \"payments\": 0,\n                                        \"openAR\": 33316.49,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 23481.43,\n                                        \"payments\": 0,\n                                        \"openAR\": 56797.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 56797.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 15754.49,\n                                        \"payments\": 0,\n                                        \"openAR\": 72552.41,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 72552.41,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 47298,\n                                        \"openAR\": 25254.41,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 15891.74,\n                                        \"openAR\": 9362.67,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 9362.67,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007417\",\n                            \"foreignId\": \"XEXX010101000_YAZAKI NORTH AMERICA, INC.\",\n                            \"firstInvoiceDate\": \"2022-08-17T00:00:00\",\n                            \"name\": \"YAZAKI NORTH AMERICA, INC.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"XEXX010101000_YAZAKI NORTH AMERICA, INC.\",\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                                \"finScore\": null,\n                                \"totalSales\": 126344.33,\n                                \"twelveMonthsSales\": 0,\n                                \"dueInvoices\": 0,\n                                \"overDueInvoices\": 92188.72,\n                                \"creditMemos\": 0,\n                                \"dso\": null,\n                                \"add\": null,\n                                \"cei\": 11.28,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 22783.14,\n                                        \"payments\": 0,\n                                        \"openAR\": 22783.14,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 22783.14,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 22783.14,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 92188.72,\n                                        \"payments\": 0,\n                                        \"openAR\": 114971.86,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 22437.41,\n                                        \"openAR\": 92534.45,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 11372.47,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": 103906.92,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"customerId\": \"26007439\",\n                            \"foreignId\": \"YSE040623J42\",\n                            \"firstInvoiceDate\": null,\n                            \"name\": \"YAZAKI SERVICE S DE RL DE CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"YSE040623J42\",\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                                \"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\": 100,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 59692.46,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2022,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2023,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 6,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 7,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 8,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 9,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 10,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 11,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2024,\n                                        \"month\": 12,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 1,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 2,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 3,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 4,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    },\n                                    {\n                                        \"year\": 2025,\n                                        \"month\": 5,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAR\": -59692.46,\n                                        \"dso\": null,\n                                        \"add\": null,\n                                        \"cei\": null\n                                    }\n                                ]\n                            }\n                        }\n                    ],\n                    \"invoices\": [\n                        {\n                            \"customerId\": \"26007385\",\n                            \"id1\": \"CC1B173C-DAE0-4DA2-8B7F-5F0B6111866F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-07T00:00:00\",\n                            \"amount\": 84651,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"23048d86-0e94-469b-bfca-088958d9789e\",\n                            \"dueDate\": \"2025-08-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-05-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007385\",\n                            \"id1\": \"3B055FA8-46CE-4DFF-AFFE-D79392015F98\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-07T00:00:00\",\n                            \"amount\": 101581,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9959c9b8-c518-48eb-981c-e2a6cfe09a3e\",\n                            \"dueDate\": \"2025-08-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 101581,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"7D4BD201-3975-4395-84E3-93F0159E1680\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-12T00:00:00\",\n                            \"amount\": 58928,\n                            \"description\": \"CUCHILLAS DE CORTE  DE ALETA FM TIANLU\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a2ff05f4-9f58-4f6d-a92c-063f0b736df5\",\n                            \"dueDate\": \"2025-08-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 58928,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"52EC39F1-32EE-4D92-9C2C-364CDCFE8510\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-13T00:00:00\",\n                            \"amount\": 3827.19,\n                            \"description\": \"M0000158568 MNR MNRCESCM-002 RESORTE PARA JALADERA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"eff6da35-ea02-49b8-88b2-f0391fd99db3\",\n                            \"dueDate\": \"2025-08-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 3827.19,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"6C2C99DF-BD43-46C8-A3BF-E41EE2E8108B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-13T00:00:00\",\n                            \"amount\": 16546.99,\n                            \"description\": \"M0000185150 MNRMECCF-035 CORTADOR FLOTANTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0a8ff170-89db-4c2a-842b-93f8c8438e36\",\n                            \"dueDate\": \"2025-08-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 16546.99,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"60A8C9B5-5EA6-4C8A-A969-0A97B7E150F8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-13T00:00:00\",\n                            \"amount\": 16546.99,\n                            \"description\": \"M0000158522 MNR MNREMECCF-035 CORTADOR FLOTANTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"694d9cdc-5732-42f1-aeba-24acddb3f306\",\n                            \"dueDate\": \"2025-08-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 16546.99,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"89CE2099-80A5-49AB-87E0-03B6ED5054D2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-01T00:00:00\",\n                            \"amount\": 6380,\n                            \"description\": \"FLOR DE EXPANSION MT0051\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b57ef565-8141-49e0-a079-a6c9de1c64c1\",\n                            \"dueDate\": \"2025-01-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 6380,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"32EB80B0-506E-4CD2-AD97-05E259088DF1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-04T00:00:00\",\n                            \"amount\": 173767.02,\n                            \"description\": \"253696/F COLLARIN DE ACOPLAMIENTO 2.31 ID X 2.75 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"71fcaba9-5fa8-4427-a2ce-1ca82a8fbf23\",\n                            \"dueDate\": \"2025-02-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-27T00:00:00\",\n                            \"balance\": 39391.03,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"52067928-24CB-49A1-9BFD-4B175E86C6E6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-05T00:00:00\",\n                            \"amount\": 154704.59,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c009f25b-bc88-4220-a878-9256601b890d\",\n                            \"dueDate\": \"2025-02-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"FA26A747-6793-40CD-9923-94D452E28CCB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-07T00:00:00\",\n                            \"amount\": 256345.92,\n                            \"description\": \"286838-03 BUJE 1.02 DIA X 1.75 X 1.19LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f9fa3643-2c89-4957-b4df-37e3c30a67ba\",\n                            \"dueDate\": \"2025-02-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-27T00:00:00\",\n                            \"balance\": 0.58,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"CA464978-8400-4FCA-8549-375872739B4F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-08T00:00:00\",\n                            \"amount\": 33640,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ad5af6ae-f0e0-487c-a44d-7e734d638558\",\n                            \"dueDate\": \"2025-02-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"09669FC7-53FA-47BC-9CB5-8BA9E4910700\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-12T00:00:00\",\n                            \"amount\": 23481.43,\n                            \"description\": \"U0000198056 MNR MNR007 TIMER PARA HORNO 81 H3CA-8\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b8874807-c9c8-4831-b96a-e3738a020460\",\n                            \"dueDate\": \"2025-02-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"FF60CF1C-B42E-43CF-A46A-E7ACAE9E7608\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-19T00:00:00\",\n                            \"amount\": 26912,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d6e56979-41f3-4f61-a95b-89fd82e55b93\",\n                            \"dueDate\": \"2025-02-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-02-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"E4709B4D-DDB5-4E25-8FE3-B39F57B30095\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-21T00:00:00\",\n                            \"amount\": 121806.26,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f1e473e8-6a51-4d5b-9ec4-52ff83c6ae0a\",\n                            \"dueDate\": \"2025-02-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-27T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"4B0AEBBF-69A0-4EAF-B6C6-9F930DEC4F4A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-26T00:00:00\",\n                            \"amount\": 30160,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c1113f1f-2697-48b0-af83-484ff335ded5\",\n                            \"dueDate\": \"2025-02-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 30160,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"0A23F02D-1714-4C4D-AF87-E616E311DA39\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-26T00:00:00\",\n                            \"amount\": 263928.9,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"100df39b-cd1c-42de-be64-8117cc0bfce2\",\n                            \"dueDate\": \"2025-02-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-27T00:00:00\",\n                            \"balance\": 577.38,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"98957C80-2F9E-4D60-BE19-8438F329BA17\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-26T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"53cc612c-7654-477e-8ef7-8618019cdc3b\",\n                            \"dueDate\": \"2025-02-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-02-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"8854696E-EFF4-4C53-B2CF-326D046A8552\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-02T00:00:00\",\n                            \"amount\": 232403.19,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d14b7ae8-42f9-400d-bac8-6327a9b409c6\",\n                            \"dueDate\": \"2025-03-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-02-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"C8C83D50-E9FB-4AA2-8001-5BFC8AC78746\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-04T00:00:00\",\n                            \"amount\": 30877.99,\n                            \"description\": \"PASADOR PIE ESTABILIZADOR TB130\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c8987a93-d6b7-4b33-a092-861d4742f37e\",\n                            \"dueDate\": \"2025-03-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"4DE0C20A-0F67-49A6-91F7-B3D02A45308A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-04T00:00:00\",\n                            \"amount\": 24885.22,\n                            \"description\": \"SOPORTE PARA TAPA CORREDERA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2a75a59f-b4af-469b-9cfd-813fa03bbb82\",\n                            \"dueDate\": \"2025-03-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"3C49F0A4-E8EE-4614-84EF-CD20F6230400\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-04T00:00:00\",\n                            \"amount\": 15235.85,\n                            \"description\": \"PASADOR DE HORQUILLA DE TRES PUNTAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"86558155-6baf-4b82-adea-2c349b92d312\",\n                            \"dueDate\": \"2025-03-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"AC3EE06C-D6B9-4164-86AB-7FCF30B6F7FD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-04T00:00:00\",\n                            \"amount\": 457.08,\n                            \"description\": \"PASADOR DE HORQUILLA DE TRES PUNTAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a1da7937-e7ed-430f-8bd9-bab9d1a4763d\",\n                            \"dueDate\": \"2025-03-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-05-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"852A4F80-30A2-4E0F-8C19-6123A96541B0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-04T00:00:00\",\n                            \"amount\": 255430.06,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f0dcecc7-e1a5-4b1a-bae0-ec5cccec4c46\",\n                            \"dueDate\": \"2025-03-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-02-04T00:00:00\",\n                            \"balance\": 577,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"CB947958-3CAA-46ED-B8CB-3368A29A80F6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-09T00:00:00\",\n                            \"amount\": 26912,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7ae6b580-430b-492c-bb1f-0941dfca98a2\",\n                            \"dueDate\": \"2025-03-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-02-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"AE3FADF7-F9A0-4834-8884-C465C32870C9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-09T00:00:00\",\n                            \"amount\": 43152,\n                            \"description\": \"KIT DE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3e9ce461-3b83-4021-bc28-6a84e4ddabf6\",\n                            \"dueDate\": \"2025-03-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 43152,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"8AA78706-FF71-4D86-8C11-BEE8D162EC6B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-09T00:00:00\",\n                            \"amount\": 283122.04,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"611a55eb-f18e-4376-bf3c-410f1a502b1f\",\n                            \"dueDate\": \"2025-03-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-02-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"60200006-EF9A-4040-9653-BB3A9364D900\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-11T00:00:00\",\n                            \"amount\": 34186.11,\n                            \"description\": \"EJE CORTO TELEDRIVE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e2d616a0-3e3f-4da0-b55f-06f1f324bdcc\",\n                            \"dueDate\": \"2025-03-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"042E126A-3909-485F-8776-02B531BF9CF0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-12T00:00:00\",\n                            \"amount\": 176379.07,\n                            \"description\": \"286827-02/B COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3f15f2f6-c571-492b-a147-386cfd6efd9a\",\n                            \"dueDate\": \"2025-03-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-02-04T00:00:00\",\n                            \"balance\": 38813.27,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"2434DDFD-3698-4A2D-8B8C-B38B63EAE7BC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-12T00:00:00\",\n                            \"amount\": 61103.25,\n                            \"description\": \"286219-01 COLLARIN DE METAL ACOPLAMIENTO 1.02DIAX1.75X1.88LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1543384c-8f0f-4bba-a657-7b25c5d47226\",\n                            \"dueDate\": \"2025-03-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-02-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"BC2C3ABC-6611-4B3F-B625-A91A498E5330\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-17T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f564b4b5-6f70-4025-977c-aee9cef79a7a\",\n                            \"dueDate\": \"2025-03-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-02-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"2F0771BE-1F8E-49B9-82E8-09D61196EE00\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-18T00:00:00\",\n                            \"amount\": 26680,\n                            \"description\": \"SERVICIO DE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6fceae27-0348-4e10-98df-86674c79bb08\",\n                            \"dueDate\": \"2025-03-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 26680,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"92F79571-5A0B-4198-8F10-A1CBA76DB5A9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-18T00:00:00\",\n                            \"amount\": 3654,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4add572b-bced-41a7-8a9d-d01caac4a70f\",\n                            \"dueDate\": \"2025-03-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 3654,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"C19D743A-8B15-4800-AD32-8F9CD1C4FF9F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-20T00:00:00\",\n                            \"amount\": 13456,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"42d2f7d1-a149-4cbe-8551-e838b40719aa\",\n                            \"dueDate\": \"2025-03-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-02-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"17A18743-5B53-4289-B524-2D157B1516E3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-03T00:00:00\",\n                            \"amount\": 435.37,\n                            \"description\": \"SOPORTE P/ANODO DE SACRIFICO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3a1477ed-a059-4fbf-8ee1-12f953a961a9\",\n                            \"dueDate\": \"2025-01-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"648EAF85-4622-4964-BE9E-D92CF706DE19\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-03T00:00:00\",\n                            \"amount\": 141025.54,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"195749e1-4f23-4324-896f-4b1a0a95ef16\",\n                            \"dueDate\": \"2025-01-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 119364.46,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"1246DA02-4A39-490D-9752-6309236CD06B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-03T00:00:00\",\n                            \"amount\": 50019.35,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"697096af-bb1e-4d40-abae-541adf1eca7f\",\n                            \"dueDate\": \"2025-01-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 12194.36,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"952CAE27-1DCC-4A80-ABD6-ACDC723080CE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-07T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"02105fb5-54aa-4733-b6f5-c6e7cbc8f48f\",\n                            \"dueDate\": \"2025-01-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-11-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"CB36DE77-1EA3-4B0A-AD13-8EEBD50FDA94\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-09T00:00:00\",\n                            \"amount\": 22736.39,\n                            \"description\": \"EJE CORTO TELEDRIVE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a24387c5-0f09-4167-a27a-0d48f2012ffb\",\n                            \"dueDate\": \"2025-01-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"7F3743F4-7DC1-4B84-B6B8-18A5A0EEC8CB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-09T00:00:00\",\n                            \"amount\": 2190.59,\n                            \"description\": \"SOPORTE P/ANODO DE SACRIFICO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"58e86585-e9d4-4abd-ae06-0fca286e9263\",\n                            \"dueDate\": \"2025-01-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"B97D7DC3-ECC2-416C-93BB-2FA08520E15E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-10T00:00:00\",\n                            \"amount\": 137270.92,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9fdea7ce-583b-41e9-9f57-e56f3b704ece\",\n                            \"dueDate\": \"2025-01-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"4E50B76D-0BA4-4F32-A71A-F37B146E01BF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-14T00:00:00\",\n                            \"amount\": 211545.94,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f9d7cad1-7b2d-47f3-910c-8fbf10e20c30\",\n                            \"dueDate\": \"2025-01-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"E5100E8C-7C20-4821-A682-70178EDA03D7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-16T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a552ff55-a0da-495e-b403-2f4aabe10871\",\n                            \"dueDate\": \"2025-01-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-11-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"CC053539-0E8A-4B28-8A82-1E9FCEAECFC1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-16T00:00:00\",\n                            \"amount\": 10788,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8a8fa1be-b15c-4eaf-a0ad-3814feb74403\",\n                            \"dueDate\": \"2025-01-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 10788,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"FFA542BE-22B5-49B4-9058-F8AEB3252F46\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-17T00:00:00\",\n                            \"amount\": 176058.52,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"75be676e-5bc9-4108-9568-2773af0a1f78\",\n                            \"dueDate\": \"2025-01-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 7353.82,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"F439AC3C-EC96-4915-B106-1961C7D602F9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-17T00:00:00\",\n                            \"amount\": 70461.47,\n                            \"description\": \"286838-02 BUJE   1.02 DIA X 1.75 X 1.44 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1e1a25fa-fd88-47ef-ac7e-b604cf6b38d5\",\n                            \"dueDate\": \"2025-01-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"B2E6C64E-8218-4BBD-9543-F87DD4A93B14\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-22T00:00:00\",\n                            \"amount\": 147870.2,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"85347803-56e4-45e1-b660-47d34d88cd16\",\n                            \"dueDate\": \"2025-01-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"C85F12DB-6A5E-4E32-8A9F-8FABA3E10FDC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-22T00:00:00\",\n                            \"amount\": 25382.87,\n                            \"description\": \"286219-04 COLLARIN DE METAL ACOPLAMIENTO102A X 1.75X 1.44 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ce13add9-0983-40fa-8759-42f0949f4f01\",\n                            \"dueDate\": \"2025-01-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"EA2FCEB7-8431-4182-ADDB-6357D931CDB0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-23T00:00:00\",\n                            \"amount\": 5522.93,\n                            \"description\": \"M0000163554 MNR MNRHECF-022 SUJ D/CABLE C/DOB RESIS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"67cd9828-62a4-4179-a7ba-78d00122569a\",\n                            \"dueDate\": \"2025-01-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"53B03DE6-6A5F-4098-A5B8-BD4148557078\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-23T00:00:00\",\n                            \"amount\": 3451.83,\n                            \"description\": \"M0000171333 MNRECMRE-7-9-32 RESORTE PARA CORTADOR FL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e8d857b0-f67b-487d-ae70-1117dc6161a3\",\n                            \"dueDate\": \"2025-01-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-11-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"4E577A67-3B4B-4275-A9D3-5A625BBE2DB6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-23T00:00:00\",\n                            \"amount\": 16913.98,\n                            \"description\": \"U0000232075 MNRCMRE 7-9-32 RESORTE PARA CORTADOR FLOTANTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bb7310e8-a566-4cf2-a6d1-5fbbc13a8924\",\n                            \"dueDate\": \"2025-01-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"0C9EEF7B-2950-4650-94B5-544374C3EEE5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-23T00:00:00\",\n                            \"amount\": 8077.29,\n                            \"description\": \"U0000192744 MNRCESCF-027 SOPORTE DE TOPE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"26ab3877-45c2-40e1-ad7b-5505f0734004\",\n                            \"dueDate\": \"2025-01-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"20AADDCC-2098-4CFA-BF09-371CBE30859F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-23T00:00:00\",\n                            \"amount\": 22615.46,\n                            \"description\": \"U0000198056 MNR MNR007 TIMER PARA HORNO 81 H3CA-8\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"81f1e16e-79e4-4459-8493-d370c74d3360\",\n                            \"dueDate\": \"2025-01-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"FF7267F4-D0C5-40C7-86FD-7CEF31B96945\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-23T00:00:00\",\n                            \"amount\": 2646.41,\n                            \"description\": \"M0000158538 MNRMECCF-015 UNA LARGA DERECHA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a2d172ea-0352-4cdb-a8c9-05f0972fcee8\",\n                            \"dueDate\": \"2025-01-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-11-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"A94FC031-E229-444F-861D-3E31607007B3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-23T00:00:00\",\n                            \"amount\": 26912,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f696ebce-672d-46b8-bbec-5a275ad4a2cb\",\n                            \"dueDate\": \"2025-01-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-11-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"B98FF54D-4676-4324-9991-7AC53D1D7376\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-28T00:00:00\",\n                            \"amount\": 72252.65,\n                            \"description\": \"253696/F COLLARIN DE ACOPLAMIENTO 2.31 ID X 2.75 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"66c2d99c-06f5-4e68-93cf-449a1787c142\",\n                            \"dueDate\": \"2025-01-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 346.66,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"C4CDF4EC-79D6-4478-BE2B-3523165A7A85\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-28T00:00:00\",\n                            \"amount\": 71136.04,\n                            \"description\": \"286838-02 BUJE   1.02 DIA X 1.75 X 1.44 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c3d2b890-06e4-415d-a5d6-485dd3f37e37\",\n                            \"dueDate\": \"2025-01-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"5799BFB4-3B39-42AD-AA1A-7F1615FE7218\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-29T00:00:00\",\n                            \"amount\": 86647.81,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c34b6406-bea1-4742-934a-05823f5501a6\",\n                            \"dueDate\": \"2025-01-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 231.11,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"3E7E4B7A-A21C-4BE9-8225-B3AF8DC711CC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-30T00:00:00\",\n                            \"amount\": 3977.09,\n                            \"description\": \"M0000158568 MNR MNRCESCM-002 RESORTE PARA JALADERA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"db88b856-c76a-4ea7-9427-019528cdaf24\",\n                            \"dueDate\": \"2025-01-28T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 3977.09,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"8CF18C1C-5F40-44D8-9EE4-21E94AF60DAC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-05T00:00:00\",\n                            \"amount\": 164693.97,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ab4c515e-cdbb-4842-9d0f-56f16387dfdf\",\n                            \"dueDate\": \"2025-05-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 117039.13,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"39AF8334-FF96-4B1F-8C33-E23A26FDED08\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-05T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3e62bec4-67c7-447e-9be0-db47094d3afc\",\n                            \"dueDate\": \"2025-05-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-05-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"8A9586DD-610E-4E5A-8690-C008BCF7A6B5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-11T00:00:00\",\n                            \"amount\": 149465.68,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"65c737f0-2858-4a7c-a3f5-6560216406ae\",\n                            \"dueDate\": \"2025-05-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"A7F943A1-9B36-4FB2-A70C-1674CEEC1346\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-11T00:00:00\",\n                            \"amount\": 98643.65,\n                            \"description\": \"286827-01/A COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6b1ef8d2-90c0-4ea4-a01f-e3f7dec5f578\",\n                            \"dueDate\": \"2025-05-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"32EF32BB-8B71-41EE-8346-9BB1D89FEC9E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-12T00:00:00\",\n                            \"amount\": 6380,\n                            \"description\": \"FLOR DE EXPANSION MT0051\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7f8348a8-0faa-42e1-8da5-11df500cbc5d\",\n                            \"dueDate\": \"2025-05-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 6380,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"8D442F13-8FE1-4734-B186-D8543A6FBA09\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-13T00:00:00\",\n                            \"amount\": 98021.2,\n                            \"description\": \"286827-01/A COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c6f2baf0-41b5-42c2-8855-a87eafaeb8d1\",\n                            \"dueDate\": \"2025-05-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"96AA5075-3CE5-4772-852D-7C3BA2A0BCA8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-13T00:00:00\",\n                            \"amount\": 52931.45,\n                            \"description\": \"286838-02 BUJE   1.02 DIA X 1.75 X 1.44 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"23f6dd4b-e02b-452f-b95f-f5b195a09d6d\",\n                            \"dueDate\": \"2025-05-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"80DB2E8F-6EE4-4075-9EB0-EE5AF939FFDF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-17T00:00:00\",\n                            \"amount\": 26912,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ffef0f6c-3fc6-4931-b01a-8af3223009a3\",\n                            \"dueDate\": \"2025-05-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-05-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"00E9C2B2-CD57-4BE1-95F6-A496574ACF73\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-17T00:00:00\",\n                            \"amount\": 103793.87,\n                            \"description\": \"253696/F COLLARIN DE ACOPLAMIENTO 2.31 ID X 2.75 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bfa9167f-36f9-4c2d-bab9-d17016866184\",\n                            \"dueDate\": \"2025-05-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"C8DA2294-D656-4555-9341-200576F53DE9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-17T00:00:00\",\n                            \"amount\": 170440.25,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"255dbf02-65ac-4105-a4a5-0b43d2c8ff18\",\n                            \"dueDate\": \"2025-05-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"C7580222-FEC3-421A-9CA5-B0CF34336AD1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-19T00:00:00\",\n                            \"amount\": 282740.13,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6b8b2598-bf93-4795-a97e-c1d8eb435eef\",\n                            \"dueDate\": \"2025-05-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 7.7,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"E9690189-4E8C-4D5C-95E0-8E40CA375B1B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-21T00:00:00\",\n                            \"amount\": 19140,\n                            \"description\": \"FLOR DE EXPANSION MT0051\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f78de1ff-58ad-43c6-bebe-23b565bbbf21\",\n                            \"dueDate\": \"2025-05-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 19140,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"153CD67D-4FD2-4241-B1BC-82182BA0D3F7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-21T00:00:00\",\n                            \"amount\": 103766.99,\n                            \"description\": \"253696/F COLLARIN DE ACOPLAMIENTO 2.31 ID X 2.75 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"574b7fed-0593-45d6-8597-291c0a1452f1\",\n                            \"dueDate\": \"2025-05-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 570.06,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"8180B90C-CE92-4817-88EB-07A8FF1A3250\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-25T00:00:00\",\n                            \"amount\": 93793.61,\n                            \"description\": \"286838-02 BUJE   1.02 DIA X 1.75 X 1.44 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cd45fe11-a913-4df2-b550-b23d8efb14de\",\n                            \"dueDate\": \"2025-05-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"5ED7B6BC-2097-4698-BBDF-123D8EF9EDBA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-25T00:00:00\",\n                            \"amount\": 44322.58,\n                            \"description\": \"286219-04 COLLARIN DE METAL ACOPLAMIENTO102A X 1.75X 1.44 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"baa58bec-09f4-4800-9c99-23b6cad64f48\",\n                            \"dueDate\": \"2025-05-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"7F0CFB90-870C-4E43-915E-C73758C33B3E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-25T00:00:00\",\n                            \"amount\": 52747.14,\n                            \"description\": \"286838-03 BUJE 1.02 DIA X 1.75 X 1.19LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1599ab9e-095a-4edd-a9d1-f4e1a5cce5d2\",\n                            \"dueDate\": \"2025-05-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"5B01EBD2-C713-4397-8B06-C9A6C62DCE16\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-26T00:00:00\",\n                            \"amount\": 22859.01,\n                            \"description\": \"SOPORTE PARA TAPA CORREDERA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"536aa346-db6c-4201-8b0b-cd46c547d2d5\",\n                            \"dueDate\": \"2025-05-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 22859.01,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"D03BE482-3110-445C-AAA1-AF2A961D1A3F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-26T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fde6172c-09c3-433b-92a7-78d01305ae91\",\n                            \"dueDate\": \"2025-05-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 20184,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007403\",\n                            \"id1\": \"C1AC6638-5526-4C19-B769-5953F170E851\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-28T00:00:00\",\n                            \"amount\": 5000.01,\n                            \"description\": \"CAMIONETA KIA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7d3c7ce2-12a4-4018-8551-c2b47f18cd73\",\n                            \"dueDate\": \"2025-05-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-02-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"01D1CB45-62FE-4431-A161-850B89B43B04\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-01T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e24d57e0-1b69-4112-b151-a28f16981b35\",\n                            \"dueDate\": \"2023-05-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-05-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"812A6467-ABD6-40EE-A7FF-A90C8F3E50BD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-01T00:00:00\",\n                            \"amount\": 6960,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8b4051cf-9fc6-48e2-9866-78544d908bab\",\n                            \"dueDate\": \"2023-05-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 1208.48,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"9105668D-C57F-43B6-8365-BE8DB44E6218\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-03T00:00:00\",\n                            \"amount\": 3654,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6c694dce-fbcc-45b5-96d9-2c5ddf945fc2\",\n                            \"dueDate\": \"2023-06-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"CEF28145-72E4-4C9F-8152-044EB8F268EF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-03T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"92cb5131-6eff-4835-af42-71840df1ff69\",\n                            \"dueDate\": \"2023-06-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-05-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007407\",\n                            \"id1\": \"D2A81E3C-9C3F-41D8-9B2E-9E147942BA14\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-06T00:00:00\",\n                            \"amount\": 10000,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"77884ba6-1c98-403f-8541-a0f2ad2373b9\",\n                            \"dueDate\": \"2023-06-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 10000,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"249762EF-ED39-428E-9BA2-3CFF132C03B4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-07T00:00:00\",\n                            \"amount\": 14288.56,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"618474aa-ab4e-47a2-acfc-45917fd7367c\",\n                            \"dueDate\": \"2023-06-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"EDFFDF32-8D37-4DEC-A2BF-6E461E7465FE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-09T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"19802059-ea9d-433c-818d-0a571f2b9356\",\n                            \"dueDate\": \"2023-06-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-05-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"9FBE18BE-73C4-488F-AB4F-D85CDACC6F08\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-09T00:00:00\",\n                            \"amount\": 33408,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b33f5b9e-453b-44a7-9a6e-00b83ebfafc3\",\n                            \"dueDate\": \"2023-06-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"A52BC9D6-88C6-4EB4-8661-D5495FBFC20C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-10T00:00:00\",\n                            \"amount\": 6006.47,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d4f5fbdb-3f97-41b8-bc05-4977e9e0e1b1\",\n                            \"dueDate\": \"2023-06-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"214D53F4-801B-408E-B9C5-2390C7591778\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-10T00:00:00\",\n                            \"amount\": 14479.89,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d4ed45e7-9639-48dc-8e52-26cfd949acf7\",\n                            \"dueDate\": \"2023-06-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"AD7EDEF0-2E8F-4FC8-9DA7-E9A0581C61C1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-15T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"36e7fff4-035c-4e66-826d-cd9bd3b81063\",\n                            \"dueDate\": \"2023-06-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-05-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007411\",\n                            \"id1\": \"B3767C2F-050B-459C-AD45-7D400DD5A0BB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-16T00:00:00\",\n                            \"amount\": 941.45,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9127c3c7-3091-4ea0-bd2a-326f668a6619\",\n                            \"dueDate\": \"2023-06-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 941.45,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007411\",\n                            \"id1\": \"2DF8C3F4-8FD0-4683-8876-C4F6E67AC323\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-16T00:00:00\",\n                            \"amount\": 188.5,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b9cae4d6-aa15-4c1d-8e6a-06af378c1cb2\",\n                            \"dueDate\": \"2023-06-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 188.5,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"0DD9EB10-9E5C-483C-BC5B-414099180C31\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-16T00:00:00\",\n                            \"amount\": 10648.8,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c2d579fe-cb94-4450-8e23-83425ae3c630\",\n                            \"dueDate\": \"2023-06-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"797E0822-661D-4BCF-A0FF-B8B75257574E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-16T00:00:00\",\n                            \"amount\": 6704.8,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4a745549-959e-4fbe-b59a-a1ea985066f0\",\n                            \"dueDate\": \"2023-06-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"BBC71DFD-E380-4F89-9C98-383A8E43F57B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-16T00:00:00\",\n                            \"amount\": 5916,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c0a46b23-bc50-4ce1-b008-98bc8184bf59\",\n                            \"dueDate\": \"2023-06-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"12CCC79E-95C0-46B9-B16B-33610608016B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-17T00:00:00\",\n                            \"amount\": 3510.5,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fada0334-07be-4402-a05e-2eb0b4fcbd1f\",\n                            \"dueDate\": \"2023-06-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 3510.5,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"62CFAA2C-6B16-41CE-9B0D-F272797214E7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-22T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4bbdb21d-57c4-45ca-8b4b-37bc023d5acc\",\n                            \"dueDate\": \"2023-06-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007413\",\n                            \"id1\": \"124DC1D5-CA37-4729-8073-58704618713D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-23T00:00:00\",\n                            \"amount\": 3712,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9455b2ce-f3ea-42a2-b8a6-cffe7068f76c\",\n                            \"dueDate\": \"2023-06-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"4BC19EB1-94CB-4E63-AB26-6D5604087C6D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-24T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e727819b-27db-42ef-bed3-16b899aac5eb\",\n                            \"dueDate\": \"2023-06-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"D3680893-BF68-4407-B9AB-D278038729E2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-24T00:00:00\",\n                            \"amount\": 2552,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1d6c3425-6e1a-4bcc-9d17-445ca7387b54\",\n                            \"dueDate\": \"2023-06-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 2552,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"FFE075C8-013D-4000-BCCB-333D62414891\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-27T00:00:00\",\n                            \"amount\": 3402.7,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fd5fbf11-8cd6-4f07-80cf-dc82a3b342d6\",\n                            \"dueDate\": \"2023-06-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"1A5B4076-0ADA-4BE4-B86B-9AF76B9C866C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-27T00:00:00\",\n                            \"amount\": 6380.05,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f62e88ef-5acd-4830-b152-3141ff84fc35\",\n                            \"dueDate\": \"2023-06-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"6887F2BD-EF4E-420C-8489-E677DA74DEAF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-27T00:00:00\",\n                            \"amount\": 76560.64,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ce0c91e7-14e3-4e0d-b1a2-d0f214d867a5\",\n                            \"dueDate\": \"2023-06-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"85920507-7EE5-4712-839A-5584F6C3C88A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-27T00:00:00\",\n                            \"amount\": 22272,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b61ae177-5bc8-45ce-8c25-1392a1abc6af\",\n                            \"dueDate\": \"2023-06-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 22272,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E3BDF00D-8089-4A95-B46A-811A5928AC74\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-27T00:00:00\",\n                            \"amount\": 14894.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2ecb4569-90dd-49fa-b0e5-0249b46eef1f\",\n                            \"dueDate\": \"2023-06-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 14894.4,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"354C34B7-DC48-40FA-A6AB-57FEE0B964B4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-28T00:00:00\",\n                            \"amount\": 14384,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"970426fe-5b76-4f92-9bad-08a31d248f70\",\n                            \"dueDate\": \"2023-06-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"09AF9A03-E18E-4666-83E1-58561FE46932\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-29T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f63eff51-08c6-4b5f-8163-54e7061f0328\",\n                            \"dueDate\": \"2023-06-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007411\",\n                            \"id1\": \"4DADFB74-94A3-4CD9-B919-33B4349DDA52\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-30T00:00:00\",\n                            \"amount\": 2999.35,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"af8aca01-0469-4947-883f-487fa114ae44\",\n                            \"dueDate\": \"2023-06-28T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 2999.35,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"966FA2E0-4472-4BEC-89B0-AB23CE6CE27B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-31T00:00:00\",\n                            \"amount\": 255.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6b378e5c-bfce-4fcb-a3ef-91e64ae4382d\",\n                            \"dueDate\": \"2023-06-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 255.2,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"6682AD31-2EAA-437F-84EC-D77A3ECB7960\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-31T00:00:00\",\n                            \"amount\": 13050,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6ddb449e-087a-455a-a30c-467501ac5b79\",\n                            \"dueDate\": \"2023-06-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 13050,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"0A142245-EDA6-48D7-B275-18F4929C9D20\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-31T00:00:00\",\n                            \"amount\": 2507.97,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7f5fadfa-ce36-46ab-915e-6599f682dd5f\",\n                            \"dueDate\": \"2023-06-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"47FDC8AA-565A-45BC-84D6-98A31E43E737\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-31T00:00:00\",\n                            \"amount\": 5104,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7e9d9987-b000-4e4c-bb27-9f523939f23e\",\n                            \"dueDate\": \"2023-06-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"7E1B6FB4-0A2C-4A51-8B4A-AD34F1538EBA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-31T00:00:00\",\n                            \"amount\": 5916,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3bb8a668-1a79-41b3-91ba-43a2454be170\",\n                            \"dueDate\": \"2023-06-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"22C0F1B7-3D83-44AA-84D3-E806B5419A5A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-31T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"73cda171-92ba-47fc-8afd-15053cce74bc\",\n                            \"dueDate\": \"2023-06-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"F7E2D444-BF6C-4719-A78D-C0386A2B34D9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-01T00:00:00\",\n                            \"amount\": 5481,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"72f2a179-252d-4676-8046-d00b2edb8aee\",\n                            \"dueDate\": \"2022-09-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"8671F4E3-4B8E-42A3-8338-69FBA1E66146\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-04T00:00:00\",\n                            \"amount\": 255.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"da249bf8-10f4-4a11-8f58-aba582687331\",\n                            \"dueDate\": \"2022-10-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"DF322663-3B45-4F8B-AAE9-CFAB060C8C7E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-06T00:00:00\",\n                            \"amount\": 5752.54,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a2f0c5f8-b4d6-4656-85ba-019e93c69693\",\n                            \"dueDate\": \"2022-10-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"37A5F95E-79A6-44AD-A674-4DC382848B4C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-06T00:00:00\",\n                            \"amount\": 6831.14,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"91b65fd7-9f3e-4b0e-b303-29055f508395\",\n                            \"dueDate\": \"2022-10-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"A3DDBD1E-5C72-4C22-9E1B-0669317D7B6B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-07T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f6b28660-5689-4487-9b90-e3bb3795cfad\",\n                            \"dueDate\": \"2022-10-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F8D867D5-1D26-4455-88A2-12DF846F089F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-07T00:00:00\",\n                            \"amount\": 3364,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4471241f-4fa0-42ce-b816-dfd4042cc436\",\n                            \"dueDate\": \"2022-10-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"AE590C71-FB19-4E02-94BE-205C3AAC1248\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-07T00:00:00\",\n                            \"amount\": 4930,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8f3bbdf4-6364-458f-98a7-eab07181c35b\",\n                            \"dueDate\": \"2022-10-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"BBFF1AA2-1583-4D1D-A2E6-471EEAD9DCA5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-07T00:00:00\",\n                            \"amount\": 9860,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8a1c8785-d7bb-47d4-b0f6-f538fef716b1\",\n                            \"dueDate\": \"2022-10-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2FA27AD7-450C-42D1-B6F3-7ABACFF33D13\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-07T00:00:00\",\n                            \"amount\": 6728,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aa79e1f2-272d-4c4e-9ddb-a0621d2c0dcf\",\n                            \"dueDate\": \"2022-10-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"9423AB17-AD1E-4DFC-BC1F-B74F845A2D0F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-07T00:00:00\",\n                            \"amount\": 522,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9708e3db-4b47-441f-8acb-134a7e836434\",\n                            \"dueDate\": \"2022-10-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007411\",\n                            \"id1\": \"76539AC6-753C-41AC-8F88-8C8D15942CB4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-08T00:00:00\",\n                            \"amount\": 20,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f2149d77-0f6e-4b29-9061-b2cd9f5c857e\",\n                            \"dueDate\": \"2022-10-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 20,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"C2004A4E-5CE2-47A2-B44B-732114DB9AD6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-11T00:00:00\",\n                            \"amount\": 8672.18,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8cbf9a3e-bf7f-4f30-9f94-66b9e6548768\",\n                            \"dueDate\": \"2022-10-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"722F342B-49E5-4048-89F9-EC3A1C0F51C0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-12T00:00:00\",\n                            \"amount\": 1972,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4cb49acb-1c50-4fec-a8bc-ad9fe543c29d\",\n                            \"dueDate\": \"2022-10-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"BEA3B773-08A1-472B-91D7-F7E3D0B17235\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-12T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7cf09609-1ec5-4507-85e0-a14dc65b8b40\",\n                            \"dueDate\": \"2022-10-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"414EA7C1-DA89-4EC8-8508-17E5BD6509AC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-14T00:00:00\",\n                            \"amount\": 29580,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3e510f07-da80-4b3e-a6f6-7eec96bbbf1a\",\n                            \"dueDate\": \"2022-10-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"122B5335-9F61-45C7-A734-203FF278B13D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-14T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3b07b5fe-fa03-4e72-a8aa-e6d48434663e\",\n                            \"dueDate\": \"2022-10-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"5F108B20-3790-4DDF-9EAE-7A22A612A314\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-14T00:00:00\",\n                            \"amount\": 6960,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0bf628ce-3e79-436b-9bff-f7e99caeb32c\",\n                            \"dueDate\": \"2022-10-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-07T00:00:00\",\n                            \"balance\": 4173.05,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"FB0E7534-1BF2-403A-8AA2-82F22F5E5B35\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-18T00:00:00\",\n                            \"amount\": 50286,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3d420e37-1cb1-4827-9f99-037cc7b3eec4\",\n                            \"dueDate\": \"2022-10-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"FBB6783E-B062-4DAD-A6A0-AB36FA410A21\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-19T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5c361c08-3569-495b-8e53-b3bbe5e9acb5\",\n                            \"dueDate\": \"2022-10-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"763D51B9-F602-4122-A1D3-1CB1EBCA3AB7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-21T00:00:00\",\n                            \"amount\": 12064,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"60b6fd57-936c-48d8-b70d-4ad8593209da\",\n                            \"dueDate\": \"2022-10-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"97C79919-4A65-4432-9496-32C0E7CF8AB6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-21T00:00:00\",\n                            \"amount\": 6032,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b28eeb3d-e256-4284-89d7-0ee7f548bd4a\",\n                            \"dueDate\": \"2022-10-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"16B666C8-1348-4469-B9B4-05BFEA3649EF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-21T00:00:00\",\n                            \"amount\": 9048,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e788c878-c3db-4dfa-b28a-96a4c2748dd4\",\n                            \"dueDate\": \"2022-10-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"C2848396-0DF5-40DC-80A3-7CD0DC36DB8F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-21T00:00:00\",\n                            \"amount\": 11194,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f5d26513-9294-46d0-ae08-57e104b308ff\",\n                            \"dueDate\": \"2022-10-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"5A75E0C3-0E5B-4595-83F0-1E5F7B9EC05F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-22T00:00:00\",\n                            \"amount\": 8932,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d3a30a3e-c128-4d32-9ce4-079943fb2559\",\n                            \"dueDate\": \"2022-10-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"B85F9979-0D38-4737-B070-145E50DA46F4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-25T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c3bb0bc0-1ada-4336-ab30-91ce097c0d6e\",\n                            \"dueDate\": \"2022-10-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"EF55C92E-4403-405B-BE88-E90A30ABA32A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-29T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"62c038d2-7902-4b40-ba64-5fa698ccab40\",\n                            \"dueDate\": \"2022-10-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"95A59C26-ED0F-446B-8426-A37BFE660785\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-29T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3e67d2a2-4b6e-4add-b707-62e479afe5f9\",\n                            \"dueDate\": \"2022-10-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"B09974D9-967D-44E2-824A-E0D759D78DBA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-29T00:00:00\",\n                            \"amount\": 765.6,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"23f49b79-467d-485e-8378-fb81e0170f7a\",\n                            \"dueDate\": \"2022-10-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"8F5C38A4-0F44-4760-8506-F7C15232721B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-13T00:00:00\",\n                            \"amount\": 105493.24,\n                            \"description\": \"253696/F COLLARIN DE ACOPLAMIENTO 2.31 ID X 2.75 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"70d52674-17fd-4caf-9da9-20a1d6e357b4\",\n                            \"dueDate\": \"2025-04-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-03-03T00:00:00\",\n                            \"balance\": 38235.5,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"36ED4879-72F8-4E9F-BEF6-85CB02BAAE6A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-13T00:00:00\",\n                            \"amount\": 61860.77,\n                            \"description\": \"286827-01/A COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f4134c6f-7453-4413-bf7e-c7146be329e0\",\n                            \"dueDate\": \"2025-04-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"AF506C45-3081-42CF-89AB-21E2B3F97FC8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-13T00:00:00\",\n                            \"amount\": 121989.44,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6e12b7a4-4d6f-42cd-8e4f-e32faefeb460\",\n                            \"dueDate\": \"2025-04-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"54146616-459C-4F8E-A394-192DC0FC9F95\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-15T00:00:00\",\n                            \"amount\": 40368,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"551d3df2-a215-4779-8faf-d68c3716af41\",\n                            \"dueDate\": \"2025-04-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"2787B602-9030-4AE9-B9BC-38C99B591781\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-15T00:00:00\",\n                            \"amount\": 7903.1,\n                            \"description\": \"M0000158496 MNR MNRCTTU-8 TUERCA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"36307486-8b3f-4392-86e8-80a10cf2513e\",\n                            \"dueDate\": \"2025-04-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"40985D18-9733-4733-BC23-28F9C36222EB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-15T00:00:00\",\n                            \"amount\": 440.8,\n                            \"description\": \"M0000158517  MNR MNRMECCF-036 CAJA DE CORTADOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b2129054-6368-4177-8fd3-7b8b6480a751\",\n                            \"dueDate\": \"2025-04-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 440.8,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"A4AA5288-59B6-4C81-A0AB-1CB4262AD8C9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-16T00:00:00\",\n                            \"amount\": 9376.95,\n                            \"description\": \"ESTABILIZADOR DE TOPE DE CUERDA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"158396b2-ed30-4501-ab05-0825fc2da925\",\n                            \"dueDate\": \"2025-04-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"C937249F-9F1C-4002-BCA5-E040E9509B66\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-16T00:00:00\",\n                            \"amount\": 76120.44,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9da1b1cc-4d5b-40c7-a341-0f5f94691f27\",\n                            \"dueDate\": \"2025-04-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"66D53698-C34E-45F7-A3C3-D126619D6007\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-21T00:00:00\",\n                            \"amount\": 13019.22,\n                            \"description\": \"ESTABILIZADOR DE TOPE DE CUERDA TB130\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3098787a-0018-4d5e-9674-4962754c079f\",\n                            \"dueDate\": \"2025-04-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-05-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"4944A13C-8CC3-42CF-AACF-E8321695712B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-21T00:00:00\",\n                            \"amount\": 23145.28,\n                            \"description\": \"SOPORTE PARA TAPA CORREDERA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"538b28d0-51f4-4c67-b2a1-7831126bafee\",\n                            \"dueDate\": \"2025-04-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"B1951ABE-8DC6-4B7F-8A6D-3B479A7F6650\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-21T00:00:00\",\n                            \"amount\": 1239.93,\n                            \"description\": \"PIN POLEA CILINDRO TB130\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"57eae776-9d9e-4bf4-aa20-b5b9557bdb5d\",\n                            \"dueDate\": \"2025-04-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-05-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"339A911E-F2D9-43DC-99A7-097954BB734F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-22T00:00:00\",\n                            \"amount\": 86107.92,\n                            \"description\": \"286827-01/A COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"800f5404-5dc1-4e91-8f36-39fcbff4b4fe\",\n                            \"dueDate\": \"2025-04-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-03-03T00:00:00\",\n                            \"balance\": 37657.73,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"AC8C064B-FBA0-4250-B80E-2634BE15E314\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-22T00:00:00\",\n                            \"amount\": 79957.36,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7fc54a7d-d903-4011-be59-d4c734062131\",\n                            \"dueDate\": \"2025-04-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"1F331BA0-5C7A-4131-817C-7B3F8348306E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-22T00:00:00\",\n                            \"amount\": 123257.34,\n                            \"description\": \"286219-01 COLLARIN DE METAL ACOPLAMIENTO 1.02DIAX1.75X1.88LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d119b2c1-58ae-4976-a353-492d7faa5c69\",\n                            \"dueDate\": \"2025-04-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"F5A0CD92-BC42-4FDD-91B8-00C54CF1459B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-23T00:00:00\",\n                            \"amount\": 7093.79,\n                            \"description\": \"M0000171333 MNRECMRE-7-9-32 RESORTE PARA CORTADOR FL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"750d8f86-f9bd-43e3-a912-e12b7f5b369c\",\n                            \"dueDate\": \"2025-04-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"7EFD364C-E52C-45CB-ACD9-FE5233622DEB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-23T00:00:00\",\n                            \"amount\": 43223.19,\n                            \"description\": \"286219-04 COLLARIN DE METAL ACOPLAMIENTO102A X 1.75X 1.44 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7269dd78-826b-47e1-bedf-a37e45f43ff3\",\n                            \"dueDate\": \"2025-04-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"5B21455B-2A70-487B-BD8D-E2E141F6FAE1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-23T00:00:00\",\n                            \"amount\": 3190,\n                            \"description\": \"FLOR DE EXPANSION MT0051\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7302e4c8-ac52-43fb-a298-564998d33887\",\n                            \"dueDate\": \"2025-04-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 3190,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"5B44887F-FF17-4683-B76A-F46EA9952843\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-27T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"627c2f93-5476-4e9c-967f-f61aab468314\",\n                            \"dueDate\": \"2025-04-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"1577B4A0-0590-4C40-A58F-6DAEA20D149B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-27T00:00:00\",\n                            \"amount\": 95623.48,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ef8acff6-f5d0-45d7-8268-00168104f921\",\n                            \"dueDate\": \"2025-04-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"E2663B32-AFFA-4544-B0CE-C77DECDC0151\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-29T00:00:00\",\n                            \"amount\": 15754.49,\n                            \"description\": \"U0000242441MNR MNRHECF-041 CONDUCTOR NEUMATICO CORT\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a869941b-07b1-4da7-a8ef-3f26f1739476\",\n                            \"dueDate\": \"2025-04-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"286F91A7-7854-42C2-84F2-9CD0CB17272C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-29T00:00:00\",\n                            \"amount\": 3190,\n                            \"description\": \"FLOR DE EXPANSION MT0051\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b45e7d5f-0177-4aed-b89f-1bf32df8fc0e\",\n                            \"dueDate\": \"2025-04-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 3190,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"47515799-A27D-4D44-B773-26D2A815B453\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-30T00:00:00\",\n                            \"amount\": 154727.44,\n                            \"description\": \"286827-02/B COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"61e79070-8d18-4def-bbfa-983e91ad56cf\",\n                            \"dueDate\": \"2025-04-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"FE7E1688-6801-44BA-95B5-EE7CFCCFF133\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-30T00:00:00\",\n                            \"amount\": 88468.86,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d4393655-71a4-40e0-a5ab-e6a9b9092807\",\n                            \"dueDate\": \"2025-04-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-03-03T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"76FF6C57-F80D-42AC-92A6-B94AF17314DF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-01T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"15dc5088-8e0f-4db7-9043-4f7de545d822\",\n                            \"dueDate\": \"2025-06-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 20184,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"CA3483A8-A51D-4E2D-9F05-C6E2EE22CD4B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-02T00:00:00\",\n                            \"amount\": 5878.18,\n                            \"description\": \"BUJE RODILLO DE RETORNO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"552e7746-003c-4c7b-97c0-0107ef7bc2e6\",\n                            \"dueDate\": \"2025-07-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 5878.18,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"96794EFE-5BDC-4F8B-BD9C-63AD0C7A7C72\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-02T00:00:00\",\n                            \"amount\": 4560.66,\n                            \"description\": \"SOPORTE P/ANODO DE SACRIFICO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"12816354-f720-4f3d-8f30-58aac9ec55b1\",\n                            \"dueDate\": \"2025-07-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 4560.66,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"61830735-1374-437F-A15D-F557C9FA312F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-07T00:00:00\",\n                            \"amount\": 19202.52,\n                            \"description\": \"M0000159544 MNR HECF-020 GUIA DE COPLE DE PISTON\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fd240ba1-d7ab-4c05-9f41-e0e9e76b629a\",\n                            \"dueDate\": \"2025-07-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 19202.52,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007385\",\n                            \"id1\": \"23A5E559-9217-4512-948A-623CC066CD71\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-07T00:00:00\",\n                            \"amount\": 84651,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4c46c522-3063-48fe-87cf-4a7c72d0a0ca\",\n                            \"dueDate\": \"2025-07-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007385\",\n                            \"id1\": \"622C4DE9-A9B8-4845-9810-2492F4ECB07F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-09T00:00:00\",\n                            \"amount\": 317840,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"22359d8d-b72d-46c1-af6e-11437c3b6a7d\",\n                            \"dueDate\": \"2025-07-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 317840,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"0BADC77D-443A-42AD-B274-6D022E072E24\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-10T00:00:00\",\n                            \"amount\": 3709.12,\n                            \"description\": \"ESTABILIZADOR DE TOPE DE CUERDA TB130\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"430f9c2a-3df3-46e8-9f0b-9cf6de9da059\",\n                            \"dueDate\": \"2025-07-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 3709.12,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"7FEC609A-B07B-4DC9-AFF5-2B9316E3B1E8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-10T00:00:00\",\n                            \"amount\": 33640,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c2f20cbe-d98d-4995-81bb-612f626cef5c\",\n                            \"dueDate\": \"2025-07-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 33640,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"577FAEDF-8D0F-492C-9F36-204E0069F57F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-14T00:00:00\",\n                            \"amount\": 14914.22,\n                            \"description\": \"M0000159544 MNR HECF-020 GUIA DE COPLE DE PISTON\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8bd4afe7-bbed-44ff-900b-0d53eb068527\",\n                            \"dueDate\": \"2025-07-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 14914.22,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"135CBE6F-40ED-464E-8551-0C8213B58786\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-21T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"870ce9ad-1e65-4e37-aff9-37eb58e09564\",\n                            \"dueDate\": \"2025-07-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 20184,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"C18BB0B8-2854-46BA-812C-AD0E2A1413D9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-22T00:00:00\",\n                            \"amount\": 16727.49,\n                            \"description\": \"M0000185150 MNRMECCF-035 CORTADOR FLOTANTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4cd1ef9f-2d53-4acb-8731-aff64138c829\",\n                            \"dueDate\": \"2025-07-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 16727.49,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"D37727EE-2D10-4985-97BB-B16B438EF307\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-22T00:00:00\",\n                            \"amount\": 26513.64,\n                            \"description\": \"U0000201209 MNRMECCF-036 CAJA DE CORTADOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"59595542-9829-405b-b3db-803fe8af9275\",\n                            \"dueDate\": \"2025-07-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 26513.64,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"12475820-DF0A-4EC5-A619-B71CDD69A194\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-22T00:00:00\",\n                            \"amount\": 18629.6,\n                            \"description\": \"ELECTRODO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"69081e36-5860-4e86-8e47-40c2e8b5eb1c\",\n                            \"dueDate\": \"2025-07-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 18629.6,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"69EAABC5-023C-484A-946A-E4D934AA7D6A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-23T00:00:00\",\n                            \"amount\": 19627.47,\n                            \"description\": \"PIN POLEA CILINDRO TB130\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b4f48612-7057-4b20-ac15-0cdf13fb8f74\",\n                            \"dueDate\": \"2025-07-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 19627.47,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"889F83BD-EC5D-4414-838B-E870089BBE1F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-23T00:00:00\",\n                            \"amount\": 16667.65,\n                            \"description\": \"EJE CORTO TELEDRIVE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"025f5e7f-0ef0-4bdf-b957-7814793ab91b\",\n                            \"dueDate\": \"2025-07-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 16667.65,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"39093EDB-C3F6-4DCD-9A6A-63D0CDB74F04\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-23T00:00:00\",\n                            \"amount\": 16667.65,\n                            \"description\": \"EJE CORTO TELEDRIVE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"38ea6f10-3cd5-44f6-99fb-bbd95522b2d1\",\n                            \"dueDate\": \"2025-07-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 16667.65,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"3AA1FC5A-7110-4075-B710-4469A80BF6DB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-25T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ed0618b4-3648-4a83-bbf7-2821ce958f2d\",\n                            \"dueDate\": \"2025-07-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 20184,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007385\",\n                            \"id1\": \"F1A27152-00B1-454C-9EE4-010BC442E7F8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-28T00:00:00\",\n                            \"amount\": 101581,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2324f9c7-48fc-4a38-a021-be0f4f325290\",\n                            \"dueDate\": \"2025-07-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 101581,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"46DF63CD-A16D-48B1-A46E-8BF09A37101A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-28T00:00:00\",\n                            \"amount\": 17629.43,\n                            \"description\": \"ESTABILIZADOR DE TOPE DE CUERDA TB130\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8835b837-22a9-4bdb-87f0-946c60a60246\",\n                            \"dueDate\": \"2025-07-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 17629.43,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"5D98C9C5-15BE-44D7-82B2-BD0C1C18D04D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-30T00:00:00\",\n                            \"amount\": 45414,\n                            \"description\": \"ELECTRODO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9a3301b9-2da6-4968-b8cc-4cc6b996f3a5\",\n                            \"dueDate\": \"2025-07-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 45414,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"D84996F8-D8EC-48C1-9675-0BBB31ECFEDD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-03T00:00:00\",\n                            \"amount\": 19720,\n                            \"description\": \"PALAS PARA ALIMENTADOR MATERIAL MICARTA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3f9ee5cb-9737-41e0-890e-77a39301e5ff\",\n                            \"dueDate\": \"2024-01-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"5BC4D3AD-C6D2-476B-9385-F8153A034355\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-03T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3ece2a91-1288-4355-9d81-2f620aca6fa7\",\n                            \"dueDate\": \"2024-01-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"5C9CC9C1-6403-4DC0-B861-9ACAF0244C59\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-05T00:00:00\",\n                            \"amount\": 6800.98,\n                            \"description\": \"EJE CORTO TELEDRIVE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6952af4d-d35c-4aa0-bdf1-598a16500174\",\n                            \"dueDate\": \"2024-01-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 6800.98,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"C94D8C5F-A09C-41BB-995C-01785611CA71\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-06T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"91b78d93-c229-47ae-93c4-91e0b6c43f54\",\n                            \"dueDate\": \"2024-01-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"6284CB10-F859-4480-B206-3984352B7A18\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-11T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ec6a57e7-a657-4e97-ac57-32e3e7976d24\",\n                            \"dueDate\": \"2024-01-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"ABF03A5C-351A-453F-95E6-21B620572D76\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-12T00:00:00\",\n                            \"amount\": 20058.23,\n                            \"description\": \"EJE CORTO TELEDRIVE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5ab300e0-8d43-48ea-9699-508d2a2aaa1f\",\n                            \"dueDate\": \"2024-01-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 20058.23,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"EFC1DD30-9350-4BFA-91BA-739716AF3942\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-12T00:00:00\",\n                            \"amount\": 19836,\n                            \"description\": \"SHAFT MANUFACTURING M-1004\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"30ac38b1-e8d1-4858-b192-3e642cff81db\",\n                            \"dueDate\": \"2024-01-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"5A2F611A-57B1-4A24-843F-1FDE8FD81307\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-12T00:00:00\",\n                            \"amount\": 3306,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ca38a38d-757f-4f91-8f1d-1ed46988a06e\",\n                            \"dueDate\": \"2024-01-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"DAB430B5-18A2-4935-BBE5-F986EA7504EE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-16T00:00:00\",\n                            \"amount\": 35630.62,\n                            \"description\": \"M0000185150 MNRMECCF-035 CORTADOR FLOTANTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7a6b3ac5-4e60-4da2-b936-932e2005e6b2\",\n                            \"dueDate\": \"2024-01-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"36214CB3-89B0-4881-9B4A-27BF2441D018\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-17T00:00:00\",\n                            \"amount\": 9628,\n                            \"description\": \"SERVICIO DE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b9dbb0ba-5a8b-44b3-a9ff-c926e5c3fe70\",\n                            \"dueDate\": \"2024-01-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"A74C8A57-B876-40E7-A45A-3B1DB7A52229\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-18T00:00:00\",\n                            \"amount\": 18931.2,\n                            \"description\": \"SERVICIO DE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6d0aa085-b90f-4f84-8317-acb507e9b239\",\n                            \"dueDate\": \"2024-01-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"BD583E61-B466-40CA-8774-9D5C154D58BF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-18T00:00:00\",\n                            \"amount\": 42456,\n                            \"description\": \"CUCHILLAS DE CORTE  DE ALETA FM TIANLU\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d23357f8-f64b-443a-a1d9-328e0fc4a49b\",\n                            \"dueDate\": \"2024-01-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"B48BDCE4-547D-424C-A9CF-CDAB8D2CEBF3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-18T00:00:00\",\n                            \"amount\": 43152,\n                            \"description\": \"KIT DE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f70d0974-1e0e-4c48-9fc3-04801e791f9b\",\n                            \"dueDate\": \"2024-01-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"2E8BC51F-C8F5-4A25-B72F-E8A96278CB86\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-23T00:00:00\",\n                            \"amount\": 28785.05,\n                            \"description\": \"286827-01/A COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a0f9716d-6deb-49e1-bc23-1135d134f885\",\n                            \"dueDate\": \"2024-01-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"4EAD0900-5A5D-4A90-BDC8-2851BB0F216D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-23T00:00:00\",\n                            \"amount\": 41121.5,\n                            \"description\": \"286827-01/A COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2f2f3575-fc9c-4759-91d5-086e990f4928\",\n                            \"dueDate\": \"2024-01-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"CFA5A2D1-C254-42AD-BF61-F1BD3F100CB8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-23T00:00:00\",\n                            \"amount\": 46030.31,\n                            \"description\": \"261689/A   BUJE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"60de03d8-bb94-49d5-8f13-ad18c704359e\",\n                            \"dueDate\": \"2024-01-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"932CDCF4-2F2D-4B6F-8774-BE673576FA2D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-24T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"97596b20-070e-4ad4-841d-323a6f24f958\",\n                            \"dueDate\": \"2024-01-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"988C1F20-C714-4E89-AB72-6E073572139D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-25T00:00:00\",\n                            \"amount\": 957.48,\n                            \"description\": \"MNRCMRE-7-9-32 RESORTE PARA CORTADOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3cce96ab-0803-4407-ad61-a133470e4403\",\n                            \"dueDate\": \"2024-01-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"AEFEFB91-4A04-4A9C-94E4-192FDFF04C78\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-26T00:00:00\",\n                            \"amount\": 1825.64,\n                            \"description\": \"269953-01 ESPACIADOR DE ACERO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aae58ddd-4279-45a1-9e22-96b64545b1d0\",\n                            \"dueDate\": \"2024-01-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"5EE92462-3564-497E-A3D6-3E1806D33AE3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-04T00:00:00\",\n                            \"amount\": 271577.09,\n                            \"description\": \"286827-02/B COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ae3a995a-7671-4aaa-979c-01335de82fbb\",\n                            \"dueDate\": \"2025-06-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-05-07T00:00:00\",\n                            \"balance\": 218066.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"AED7D2CA-981F-4F00-8112-2C2171F67FBF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-11T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bcef2853-20db-4cfa-ba49-dc6ed8b60352\",\n                            \"dueDate\": \"2025-06-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 20184,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"B3B2023A-2564-425D-BEAA-3A8B3999A098\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-24T00:00:00\",\n                            \"amount\": 33640,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"08ecf8d5-e29d-4b46-892e-b7dd08b13db8\",\n                            \"dueDate\": \"2025-06-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 33640,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"2A92F81E-7D77-4EE6-B9AE-F2EBC550D704\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-24T00:00:00\",\n                            \"amount\": 14616,\n                            \"description\": \"PLACA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6bf70403-02cc-4c24-86c7-aa79c7f3cea4\",\n                            \"dueDate\": \"2025-06-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 14616,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"118AF3F0-C4C5-4C95-AA37-0F4C8933A407\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-24T00:00:00\",\n                            \"amount\": 20822,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"92f355a7-e751-45b1-8f55-1e00676bcc8f\",\n                            \"dueDate\": \"2025-06-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 20822,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"8273F723-4D21-4240-8D6E-CD6F59BA1698\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-25T00:00:00\",\n                            \"amount\": 12760,\n                            \"description\": \"FLOR DE EXPANSION MT0051\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"95496fde-96c8-4aca-af10-034cd0160662\",\n                            \"dueDate\": \"2025-06-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 12760,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"0948D58F-8A94-4E31-B310-3A3A56AFF1EE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-27T00:00:00\",\n                            \"amount\": 103836.01,\n                            \"description\": \"253696/F COLLARIN DE ACOPLAMIENTO 2.31 ID X 2.75 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"41531017-33c7-405b-8449-9c8fee527456\",\n                            \"dueDate\": \"2025-06-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-05-07T00:00:00\",\n                            \"balance\": 35924.43,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"441BB3EE-414B-4850-A313-AA4D12242247\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-01T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"76d94c46-01ca-4597-96d2-238664f5597b\",\n                            \"dueDate\": \"2024-01-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"E312E021-23F7-49AD-8318-87C28D6F9048\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-02T00:00:00\",\n                            \"amount\": 63070.55,\n                            \"description\": \"253696/F COLLARIN DE ACOPLAMIENTO 2.31 ID X 2.75 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"551104f8-5fcb-4c1e-a589-b5f88122c271\",\n                            \"dueDate\": \"2024-01-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"0E00A022-351A-4ECF-B203-D745BFBF4DEE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-02T00:00:00\",\n                            \"amount\": 52457.64,\n                            \"description\": \"261689/A   BUJE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"227ad6aa-7ef0-4e78-8e26-33fa854de4a4\",\n                            \"dueDate\": \"2024-01-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"35DE0B85-F88D-45AB-A51B-C6611D2D5AB9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-02T00:00:00\",\n                            \"amount\": 55650.28,\n                            \"description\": \"286827-01/A COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d3d1f58b-98f0-42be-94e3-67e567ac5978\",\n                            \"dueDate\": \"2024-01-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"66757EB9-5C66-4EAE-865A-B643B8DA6A33\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-06T00:00:00\",\n                            \"amount\": 37932,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"076e359d-366b-4111-b6a3-174655907edd\",\n                            \"dueDate\": \"2024-02-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"52E8DEF9-F909-4189-960B-A5D8DA0E5D6B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-06T00:00:00\",\n                            \"amount\": 52200,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aa130ea5-e52a-4f08-8317-270b7b8fd70e\",\n                            \"dueDate\": \"2024-02-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"9AD15085-B122-4131-9951-E0B8F0283470\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-07T00:00:00\",\n                            \"amount\": 21295.94,\n                            \"description\": \"M0000142152 YZK S187-016B NAVAJA CAL. 20\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a41fb723-2c73-4602-8482-6e5be5d3cc41\",\n                            \"dueDate\": \"2024-02-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"A8F933DC-71D0-4AE0-856D-952E3751CFCC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-07T00:00:00\",\n                            \"amount\": 96280,\n                            \"description\": \"PERNO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a7ef49df-4b79-4ab9-a465-413f2ce1cfb1\",\n                            \"dueDate\": \"2024-02-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"C0E3012D-FC7C-4C28-A948-45346651D745\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-07T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d6bee41b-0ade-4278-9d5c-6d2665ca5c16\",\n                            \"dueDate\": \"2024-02-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"7B08F5BF-BB7A-4B91-92BA-23D35D78F561\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-10T00:00:00\",\n                            \"amount\": 13411.45,\n                            \"description\": \"U0000198056 MNR MNR007 TIMER PARA HORNO 81 H3CA-8\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"befa5816-4353-42b6-bf24-1ed8731f7633\",\n                            \"dueDate\": \"2024-02-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 13411.45,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E6603320-4E04-4015-A1CB-7A42A5FA1B6F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-13T00:00:00\",\n                            \"amount\": 2610,\n                            \"description\": \"MAQ AT FAMA MQ F306078 BLOCK CONECTOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f6dc38dc-a3f3-4478-86b5-3281cec6c80f\",\n                            \"dueDate\": \"2024-02-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 2610,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"85553BD1-0865-48CF-BB59-8CD2D6AF5689\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-14T00:00:00\",\n                            \"amount\": 35724.94,\n                            \"description\": \"253696/F COLLARIN DE ACOPLAMIENTO 2.31 ID X 2.75 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c1aa6ece-41e0-46dc-8f30-6445e9c3af3e\",\n                            \"dueDate\": \"2024-02-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"A39364B7-F1F2-48F1-9205-B1621E8ADADF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-14T00:00:00\",\n                            \"amount\": 62991.36,\n                            \"description\": \"261689/A   BUJE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c31b1be3-83e4-4ed9-9f08-7bb96df6ef44\",\n                            \"dueDate\": \"2024-02-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"C2D77207-E496-410F-9245-67D41C773BCD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-17T00:00:00\",\n                            \"amount\": 66368.04,\n                            \"description\": \"286827-01/A COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"17cd48ff-3e65-4678-ab3f-9d4d1946b1b6\",\n                            \"dueDate\": \"2024-02-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"5E8C2644-0FD2-4C43-BCF7-6690E13753D0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-17T00:00:00\",\n                            \"amount\": 32886,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5a33c3bb-6bda-4dec-bf58-cc401fb0fa84\",\n                            \"dueDate\": \"2024-02-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"082BC2AE-FA50-4CB2-BE85-B1AE9C0A891D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-17T00:00:00\",\n                            \"amount\": 43083.58,\n                            \"description\": \"253696/F COLLARIN DE ACOPLAMIENTO 2.31 ID X 2.75 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7208b49b-3589-49c5-b878-b4861cbc2853\",\n                            \"dueDate\": \"2024-02-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-04T00:00:00\",\n                            \"balance\": 2447.23,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2BE313A3-2901-45AF-AEAA-FBBE97A1F8E2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-21T00:00:00\",\n                            \"amount\": 4176,\n                            \"description\": \"ST AT FAMA EI F103633 GRAPA ESCALONADA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7477308f-14ae-4543-b545-369551385de5\",\n                            \"dueDate\": \"2024-02-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 4176,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"081EF1AB-2D79-48AE-B5FF-21831718B8D5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-22T00:00:00\",\n                            \"amount\": 10628.97,\n                            \"description\": \"U0000242441MNR MNRHECF-041 CONDUCTOR NEUMATICO CORT\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"596c341c-4823-43bd-9698-d81d324961d7\",\n                            \"dueDate\": \"2024-02-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 10628.97,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"7E1E73A3-B909-46F4-9612-B09BC49E43EB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-22T00:00:00\",\n                            \"amount\": 800.4,\n                            \"description\": \"ST AT FAMA EI F331216 RETEN DE BALERO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4e5379ae-4aa2-428f-a1b4-4e852bb8db4b\",\n                            \"dueDate\": \"2024-02-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 800.4,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"8198BF0A-B2D6-4649-A253-FF2784CC2998\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-28T00:00:00\",\n                            \"amount\": 27405,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a919b4e2-5a28-4047-bfca-8f967161e114\",\n                            \"dueDate\": \"2024-02-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"25B04B7E-37BD-4ABD-85D2-79947781D83B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-30T00:00:00\",\n                            \"amount\": 33060,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c1b616c7-b479-4536-97ab-2186095534d8\",\n                            \"dueDate\": \"2024-02-28T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"3C8A4920-826E-4DFA-95C9-10171B49D014\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-01T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0e7b01ed-40bd-492b-bc77-687171c34076\",\n                            \"dueDate\": \"2022-05-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"1DE7D44C-E3EB-4265-8205-67383DE6F9FB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-02T00:00:00\",\n                            \"amount\": 22040,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ded97147-38b6-471d-9853-c55078c9e577\",\n                            \"dueDate\": \"2022-05-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"D4262181-B896-45E7-9AE5-36EB0E1BE2E9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-02T00:00:00\",\n                            \"amount\": 7134,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"019da7ab-4d70-4960-9b8b-cbbfe68ef3a4\",\n                            \"dueDate\": \"2022-05-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2B682DCA-9BEA-470D-B1CA-5AC854967DE0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 11136,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cd48fee1-9f3f-44f5-a692-ca5fef9f4cf3\",\n                            \"dueDate\": \"2022-05-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"A0CE05E2-5FF2-43AF-97FF-B2A74AFB259E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-08T00:00:00\",\n                            \"amount\": 3480,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b279c63c-61c8-48af-a6e0-ebf67fd3b812\",\n                            \"dueDate\": \"2022-05-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 1845.53,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"004084D6-1776-41C6-834D-2DFB3F3E03AF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-08T00:00:00\",\n                            \"amount\": 1912.1,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3ed3722c-26fe-459c-9de1-12c3f229bd7e\",\n                            \"dueDate\": \"2022-05-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"48A6A5A9-8899-4AE9-A34B-D247993DFE53\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-08T00:00:00\",\n                            \"amount\": 9048,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"716e9d53-0734-4983-ad72-60aff83010cc\",\n                            \"dueDate\": \"2022-05-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"D61884E9-1073-4A03-97AC-423992D38E6C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-09T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"de78a7a0-9f7b-4f92-b97f-e4d583b18d2f\",\n                            \"dueDate\": \"2022-05-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"1244D629-2538-4516-BB23-227B1988B83C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-11T00:00:00\",\n                            \"amount\": 609000,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4ecdeac9-1472-409e-ade0-d4852b9f0dd4\",\n                            \"dueDate\": \"2022-05-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"98115763-C088-4D97-866A-F57E341D6D99\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-11T00:00:00\",\n                            \"amount\": 9628,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"df5e5ca0-a06c-4d56-8aa0-fe632f7bd0ba\",\n                            \"dueDate\": \"2022-05-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"DEFED77B-D80F-44A0-ACCD-006E8F0F53E2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-11T00:00:00\",\n                            \"amount\": 9048,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f97b79ab-8a64-4e8f-94fe-3cde937bc995\",\n                            \"dueDate\": \"2022-05-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"6F55B265-C94C-466B-A0D7-99EB31A09879\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-11T00:00:00\",\n                            \"amount\": 9048,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1b7cbcb6-5735-46c1-be0a-5435a1c4d49c\",\n                            \"dueDate\": \"2022-05-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"63D23E7E-FF22-4A17-B0C2-F1AB1DD5429A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-14T00:00:00\",\n                            \"amount\": 18908,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d52c71a6-4dd8-42e0-ba12-406c018a9733\",\n                            \"dueDate\": \"2022-05-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"1DC9AA36-0EB7-4C09-861B-FF8D1C57F3F0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-16T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0a51d3cc-749e-49b7-b5a2-d4d1299828b7\",\n                            \"dueDate\": \"2022-05-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"F1F701B7-8C10-4029-A2BC-8113532B8647\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-21T00:00:00\",\n                            \"amount\": 5423.76,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9f3f5568-a135-455c-a870-b86b5882c17b\",\n                            \"dueDate\": \"2022-05-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"B512CF80-9DD3-4426-9F36-6D4629CBAB20\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-21T00:00:00\",\n                            \"amount\": 37494.66,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"61c3ee9e-2943-442b-acca-ec19cedf5869\",\n                            \"dueDate\": \"2022-05-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"1B427644-3703-4743-9813-CC3B474A6CFB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-23T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"15d58c07-2108-4636-8b3a-9357e4626ed8\",\n                            \"dueDate\": \"2022-05-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"0FAE064F-49C7-4D92-9ABB-A36FA7405586\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-02T00:00:00\",\n                            \"amount\": 345629.01,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7074eb35-40db-44e8-977f-7629719b4f6a\",\n                            \"dueDate\": \"2022-10-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"0A64854D-5EB0-4B17-9831-95BBE5AB21DA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-02T00:00:00\",\n                            \"amount\": 77952,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"26a3f58f-6759-4c13-aae1-09719b0ddd58\",\n                            \"dueDate\": \"2022-10-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"9C25A18A-15AD-47FA-B937-4E0ECFD78342\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-03T00:00:00\",\n                            \"amount\": 32886,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3c756b61-4f5c-41a3-ae5c-27c2f175bfff\",\n                            \"dueDate\": \"2022-11-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2335ED34-7928-4735-8932-73E64470F744\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-03T00:00:00\",\n                            \"amount\": 74472,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3c320666-59cb-47c4-8cdc-aba96b706aa8\",\n                            \"dueDate\": \"2022-11-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"774D8297-C503-4740-AAB3-BF02D0339ACC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-05T00:00:00\",\n                            \"amount\": 5481,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5bd74bef-30d0-4d64-a2b6-bc8e72bf2fc1\",\n                            \"dueDate\": \"2022-11-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2EF82630-9E08-4ADD-BA4E-9F34DBEDBA01\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-08T00:00:00\",\n                            \"amount\": 8526,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d7ba22af-0b8d-49ec-8fb9-f6e3ad62bd1c\",\n                            \"dueDate\": \"2022-11-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"CDE3AD28-ADD2-49CA-BFB7-0A787AF59111\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-08T00:00:00\",\n                            \"amount\": 800.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"354e10ff-8561-459e-8197-fc537729b77f\",\n                            \"dueDate\": \"2022-11-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"83427AC0-A8A6-4464-9387-05E3E0D0E15C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-10T00:00:00\",\n                            \"amount\": 5336,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"31ee9b4c-0c34-41c1-820c-1e92930b2168\",\n                            \"dueDate\": \"2022-11-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"60413016-74EA-41CA-9821-CBB160767BCC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-10T00:00:00\",\n                            \"amount\": 1566,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5c303437-8793-4013-b70c-7dc27bb4bb1c\",\n                            \"dueDate\": \"2022-11-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 1183.92,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"3FECA3FE-9C24-46D3-ABAC-A025F50DE04B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-11T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4917b7b6-25e3-44fb-8a1e-b05029d48d06\",\n                            \"dueDate\": \"2022-11-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"38732828-17AB-4ADC-8D2E-8DABFB09FE5B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-11T00:00:00\",\n                            \"amount\": 1740,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"36519cec-4fed-4474-a419-d1d7e460b33e\",\n                            \"dueDate\": \"2022-11-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"EF1ED149-ACB6-45E4-A684-B31600F16F72\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-12T00:00:00\",\n                            \"amount\": 14152,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"714a38cd-7faa-4f78-b5b1-c7fc7e209214\",\n                            \"dueDate\": \"2022-11-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"2DDF72D4-5DBA-4661-9FE8-A6369BDAFBA0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-12T00:00:00\",\n                            \"amount\": 3944,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3d07d2e3-e0a3-4359-bcd5-a36afa5a4b3e\",\n                            \"dueDate\": \"2022-11-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"FAD7F7E8-D06E-4222-B602-43DF08E6F053\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-12T00:00:00\",\n                            \"amount\": 9106,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4b4a90f8-101e-4591-8005-e47911ef0c3b\",\n                            \"dueDate\": \"2022-11-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"B8EE0235-45F2-47FF-BB81-CBB48A606BAD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-12T00:00:00\",\n                            \"amount\": 4396.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1d39d786-af79-4fe8-a18d-a69d62b6bc88\",\n                            \"dueDate\": \"2022-11-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"DEA7CC36-CC18-4B8A-A44E-BBEED83BA080\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-12T00:00:00\",\n                            \"amount\": 3944,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a0eb9b20-a6c0-427a-a8c1-aad9ed26fd6a\",\n                            \"dueDate\": \"2022-11-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"88C7750D-B669-45AF-9557-F88FB43DFCB9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-12T00:00:00\",\n                            \"amount\": 2447.6,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d591e178-eefa-4779-ae1c-9c3174ee5675\",\n                            \"dueDate\": \"2022-11-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"564C00FC-67CA-4DE4-B5C7-F4BF1B99259D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-12T00:00:00\",\n                            \"amount\": 5626,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c810e67d-e0db-4adf-b43e-181d908d2cad\",\n                            \"dueDate\": \"2022-11-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"95105C7B-5827-4355-8869-EFE7F7A2DA91\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-12T00:00:00\",\n                            \"amount\": 3920.8,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fedbfac0-e3ba-4936-8940-1a8593d9457d\",\n                            \"dueDate\": \"2022-11-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"D4389CE4-3980-494F-805D-8A618FC06900\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-12T00:00:00\",\n                            \"amount\": 6206,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6c3b6e2a-7ac7-4b3a-b3ae-8a1774a94e82\",\n                            \"dueDate\": \"2022-11-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"6F22EFC5-725D-48AD-8418-CF7B67115614\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-15T00:00:00\",\n                            \"amount\": 9918,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c1333f47-e42e-4557-9b2d-5e99c9858542\",\n                            \"dueDate\": \"2022-11-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"D5327DF0-9CFD-4B8F-A6C7-282E2F54C56A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-16T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6c057684-cb5c-499d-9dcd-f70416bdee25\",\n                            \"dueDate\": \"2022-11-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"9CDC3CAC-CC20-46A2-B490-005FCF7F8F65\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-16T00:00:00\",\n                            \"amount\": 35380,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fffe0eaa-c701-4a1c-bd81-01654a42ba6d\",\n                            \"dueDate\": \"2022-11-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007417\",\n                            \"id1\": \"3B33FA74-0D26-429D-A84C-B13F60615D84\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-17T00:00:00\",\n                            \"amount\": 22783.14,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cc851559-dbd4-4834-ad88-2bb8b8c7c0ae\",\n                            \"dueDate\": \"2022-11-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"FFF310B2-25B9-4882-A057-33B85FCCA78C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-18T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"043f3da6-966b-4104-b6ab-36761d8eb30b\",\n                            \"dueDate\": \"2022-11-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"D443FBFC-A72C-48CA-9849-627B61B56B22\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-19T00:00:00\",\n                            \"amount\": 255.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"09fda2e4-c077-4529-ab66-55f2eb72650a\",\n                            \"dueDate\": \"2022-11-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F6AF6B15-49BB-47AF-AF86-426ECB27ABF0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-19T00:00:00\",\n                            \"amount\": 371.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a584590f-3fb4-4d37-afa1-b4b5884aba22\",\n                            \"dueDate\": \"2022-11-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"45915329-6DA7-439D-8C42-2445ED4E8CD2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-24T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f772a5a9-c7bb-40f9-8137-caf47be14c1f\",\n                            \"dueDate\": \"2022-11-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"1B18FA43-E14F-4E7C-804F-AC4EF6219F53\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-25T00:00:00\",\n                            \"amount\": 29580,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aa7fc093-a5bc-4b87-9e29-a3c7c71230e3\",\n                            \"dueDate\": \"2022-11-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-01-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"BE5E39CB-C61A-424E-929A-9CF3D109B13B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-25T00:00:00\",\n                            \"amount\": 1334,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a36d1078-c39a-4917-8cc4-daad0c6b90e7\",\n                            \"dueDate\": \"2022-11-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 1334,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"79A5EA8D-908E-4758-8E61-C44224CAD627\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-25T00:00:00\",\n                            \"amount\": 7772,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"28f8042e-cb79-429a-a214-776638b6a378\",\n                            \"dueDate\": \"2022-11-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"3C4A1838-9A2B-468A-A771-EE86155B0033\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-25T00:00:00\",\n                            \"amount\": 8816,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"04800c4b-b022-4c66-9652-8cfa7ec5f4ec\",\n                            \"dueDate\": \"2022-11-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"4DBB861E-062C-4E58-9759-B09BC703CA4C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-25T00:00:00\",\n                            \"amount\": 7018,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3865bb21-a3c8-481e-a1fe-693ac8008a96\",\n                            \"dueDate\": \"2022-11-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"B39645E0-1D6B-4082-998E-28EAC41F3041\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-25T00:00:00\",\n                            \"amount\": 2784,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4d8a5eb6-dcfd-41de-9e76-7ab76e6a74d3\",\n                            \"dueDate\": \"2022-11-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"EAEF1724-F942-4061-9509-2C6CFA776F0E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-25T00:00:00\",\n                            \"amount\": 7540,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4ce2a416-f973-4951-8d30-6f331e4162a3\",\n                            \"dueDate\": \"2022-11-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E5870769-DE78-46C1-8844-C63AC65A7A42\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-25T00:00:00\",\n                            \"amount\": 7192,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"da9d5bd1-fc94-4a0a-8a8f-d44b3b419323\",\n                            \"dueDate\": \"2022-11-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"2CE0C99C-A03E-4E74-B103-BDD04E78AB80\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-25T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"728322b4-2d74-4d32-b72b-c16f8cbb6f9f\",\n                            \"dueDate\": \"2022-11-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"933D8CF3-43D4-4DF9-8D6A-4B5CD37A64BE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-25T00:00:00\",\n                            \"amount\": 4141.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f5bbb6e8-0854-4ff9-8324-323fc6c3b825\",\n                            \"dueDate\": \"2022-11-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"C27FB012-7939-41B4-8AB8-400842851CB4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-26T00:00:00\",\n                            \"amount\": 7772,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4b414683-f06e-46df-abd2-4f13b2d79d6f\",\n                            \"dueDate\": \"2022-11-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"5D06EE4D-EDB3-4219-B5CE-B79C9A969081\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-30T00:00:00\",\n                            \"amount\": 1508,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aa335940-0615-4131-a081-947045bc11e9\",\n                            \"dueDate\": \"2022-11-28T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 1508,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"6A56675D-CA5D-4E97-9E62-C489BFFFD4E7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-30T00:00:00\",\n                            \"amount\": 4524,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cb33e4fa-a77e-4e70-b3d5-b90ebf47d624\",\n                            \"dueDate\": \"2022-11-28T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"AD003419-F054-4C0D-B991-F3CF658B9FC6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-31T00:00:00\",\n                            \"amount\": 96396,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f09c43f7-93e7-409b-9975-d8bc72e96215\",\n                            \"dueDate\": \"2022-11-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"E4D3F6AF-57B3-4D64-888F-62CC8FF032E0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-03T00:00:00\",\n                            \"amount\": 302118.94,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"08ea3f76-2d96-42ea-ae16-19bdec44b6cf\",\n                            \"dueDate\": \"2024-12-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"DE9A925F-BCC3-4819-A4CF-9DCBEF358B9B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-06T00:00:00\",\n                            \"amount\": 12180,\n                            \"description\": \"F307100 CODO DE ENTRADA 90 X 8 DIAM.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c316a872-8509-493a-b012-cf0395347833\",\n                            \"dueDate\": \"2024-12-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2025-02-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"13F334FA-681A-4A36-84B8-3C81A1CF4C6E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-09T00:00:00\",\n                            \"amount\": 391889.85,\n                            \"description\": \"286219-01 COLLARIN DE METAL ACOPLAMIENTO 1.02DIAX1.75X1.88LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5608ee33-ae15-469f-8566-b7342d517d89\",\n                            \"dueDate\": \"2024-12-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"BF9DE195-2D84-4B09-B225-B2ACEEDCF49F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-09T00:00:00\",\n                            \"amount\": 26912,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a078dfcc-6fc9-4d58-9501-d99e93e5ba0e\",\n                            \"dueDate\": \"2024-12-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"B9ADCBF1-91C9-4D89-A64F-483A5030D6BB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-12T00:00:00\",\n                            \"amount\": 73156.21,\n                            \"description\": \"286219-01 COLLARIN DE METAL ACOPLAMIENTO 1.02DIAX1.75X1.88LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d7a778b6-8616-4039-b518-0aa6762f0d4e\",\n                            \"dueDate\": \"2024-12-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-28T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"C21D8651-DBFE-4D6C-B8F7-BCEDBB428BB0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-13T00:00:00\",\n                            \"amount\": 10192.62,\n                            \"description\": \"EJE CORTO TELEDRIVE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"07a68f56-575d-464d-979d-9be28d4cf4c1\",\n                            \"dueDate\": \"2024-12-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"29D36415-40EA-4AB0-A83F-01A9237AC0C8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-18T00:00:00\",\n                            \"amount\": 6032,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fb4690b8-c42f-474b-aab9-04958df7b157\",\n                            \"dueDate\": \"2024-12-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"8374D2C9-FB20-4A79-BE19-9A03A7372CF0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-20T00:00:00\",\n                            \"amount\": 238295.77,\n                            \"description\": \"286219-04 COLLARIN DE METAL ACOPLAMIENTO102A X 1.75X 1.44 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"65c4b774-cd26-4200-aa3c-8d9796683d2d\",\n                            \"dueDate\": \"2024-12-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-28T00:00:00\",\n                            \"balance\": 21576.53,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"AC87A171-DD4D-406E-8692-B3E71FA2E88E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-23T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"afb14e75-b01b-44cc-94de-ff43fcb6ff67\",\n                            \"dueDate\": \"2024-12-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-11-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"A70572C5-FB88-46FB-8004-FB885FAA2DB0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-23T00:00:00\",\n                            \"amount\": 9802,\n                            \"description\": \"APLICACION DE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f4e43e89-1eed-4921-8b0a-1b5fd0cdb3ec\",\n                            \"dueDate\": \"2024-12-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 9802,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"C33337D8-BA5F-4B85-BAC0-18545E1BA6A9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-23T00:00:00\",\n                            \"amount\": 3422,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cdade8ae-31d9-4a9a-a17e-f403f803ac14\",\n                            \"dueDate\": \"2024-12-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 3422,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"26AFD788-D688-48ED-B003-2D8F4F141DBA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-23T00:00:00\",\n                            \"amount\": 17400,\n                            \"description\": \"APLICACION DE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4caceaa8-dca6-4a67-a01d-a46f75bcff17\",\n                            \"dueDate\": \"2024-12-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 17400,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"FBFB9579-3FE2-4273-9D67-CCC2BE632299\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-24T00:00:00\",\n                            \"amount\": 46069.83,\n                            \"description\": \"286838-02 BUJE   1.02 DIA X 1.75 X 1.44 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"48d86227-e360-4e08-98c6-0ffb59cae712\",\n                            \"dueDate\": \"2024-12-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"068F9D4E-A27F-433F-B740-565FD49D5BCA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-24T00:00:00\",\n                            \"amount\": 136176.89,\n                            \"description\": \"253696/F COLLARIN DE ACOPLAMIENTO 2.31 ID X 2.75 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0079d11a-83fc-4b1d-afce-29d9e77b3c0d\",\n                            \"dueDate\": \"2024-12-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"758DD523-23DA-49B3-9671-B403FE2DAB02\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-24T00:00:00\",\n                            \"amount\": 10393.04,\n                            \"description\": \"253696/F COLLARIN DE ACOPLAMIENTO 2.31 ID X 2.75 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8164542f-f96a-474d-b96b-cb06681bf700\",\n                            \"dueDate\": \"2024-12-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"65E87666-4D75-49D6-87A3-325CF19A85CC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-27T00:00:00\",\n                            \"amount\": 108137.72,\n                            \"description\": \"286827-02/B COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4c974aef-edeb-4ef9-b50c-e4e283b30ce3\",\n                            \"dueDate\": \"2024-12-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"F769AE16-B154-427B-804D-AA5AA5741105\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-27T00:00:00\",\n                            \"amount\": 46029.68,\n                            \"description\": \"286838-03 BUJE 1.02 DIA X 1.75 X 1.19LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"275c7798-ed9c-430a-941b-b82cc8b01970\",\n                            \"dueDate\": \"2024-12-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-28T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"E1FA5BD6-2586-46A3-B523-B503C1BBF36B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-01T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aa7ef1b6-22b8-4e8e-9adc-9060455755a6\",\n                            \"dueDate\": \"2024-05-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"34E815BE-E358-4BA8-B5F8-2B3D32B728DD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-01T00:00:00\",\n                            \"amount\": 3566.85,\n                            \"description\": \"U0000232075 MNRCMRE 7-9-32 RESORTE PARA CORTADOR FLOTANTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4adafe26-0615-420f-8c2d-1b05f3081e02\",\n                            \"dueDate\": \"2024-05-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"D54BF138-2432-4A09-995D-CD69CB2FF94D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-01T00:00:00\",\n                            \"amount\": 6380,\n                            \"description\": \"FLOR DE EXPANSION MT0051\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"69f48517-073a-4a5c-8c2b-abe208b5ed99\",\n                            \"dueDate\": \"2024-05-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"AC83CC23-DD63-4CDB-8AD3-6E15B887D5FC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-06T00:00:00\",\n                            \"amount\": 88740,\n                            \"description\": \"STEEL FLAT STRIP 8GA X 1.63 X 120\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c1ecb331-8f8f-48e4-89f6-16e7c1a81570\",\n                            \"dueDate\": \"2024-05-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"BD6AD995-A579-4655-967F-C4183C79B83F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-07T00:00:00\",\n                            \"amount\": 19107.74,\n                            \"description\": \"PARTE PARA CAMION DE BOMBEO DE CONCRETO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"12186872-2c57-437b-bd45-b8840066516b\",\n                            \"dueDate\": \"2024-05-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"BE9C0272-6B03-4D59-8A8F-2CC07B770429\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-07T00:00:00\",\n                            \"amount\": 19107.74,\n                            \"description\": \"PARTE PARA CAMION DE BOMBEO DE CONCRETO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"479f4da7-5539-406c-9a6e-87f3e53948eb\",\n                            \"dueDate\": \"2024-05-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"6BE6E9C0-82B2-48F0-9DCB-A911B3C4E004\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-07T00:00:00\",\n                            \"amount\": 4947.54,\n                            \"description\": \"BUJE RODILLO DE RETORNO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"68f0e83b-e444-4986-a2ec-e7651102172f\",\n                            \"dueDate\": \"2024-05-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"DD4494C4-101B-4C07-A25E-6015AE599756\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-07T00:00:00\",\n                            \"amount\": 9895.08,\n                            \"description\": \"BUJE RODILLO DE RETORNO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"22f00176-4698-422b-9e88-7c96befdc1bf\",\n                            \"dueDate\": \"2024-05-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"0D3489AB-39FC-4BC7-84A7-9DB6257CC663\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-07T00:00:00\",\n                            \"amount\": 25385.99,\n                            \"description\": \"EJE CORTO TELEDRIVE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2196813e-2466-4c29-92f8-7b61114414d4\",\n                            \"dueDate\": \"2024-05-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"68F3C96B-7DE7-46C9-8216-CC8113CC4535\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-07T00:00:00\",\n                            \"amount\": 4947.54,\n                            \"description\": \"BUJE RODILLO DE RETORNO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0f2911a4-6fd9-439c-8e9c-8504cc8762c8\",\n                            \"dueDate\": \"2024-05-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"14757DBD-653B-4F42-A57A-12E0B3138808\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-07T00:00:00\",\n                            \"amount\": 21796.47,\n                            \"description\": \"PASADOR PIE ESTABILIZADOR TB130\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"14445f64-e2bc-452e-8451-12f892b4594f\",\n                            \"dueDate\": \"2024-05-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"C25FD252-E353-4B07-A683-34CDF552BA01\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-07T00:00:00\",\n                            \"amount\": 4947.54,\n                            \"description\": \"BUJE RODILLO DE RETORNO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c1a1249b-6ca1-4005-8dfb-07ad7bc650f2\",\n                            \"dueDate\": \"2024-05-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"86C11C3D-AB0E-4639-B41E-E42DEEB91809\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-08T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"043e4c01-5c81-46c1-a5c1-f8b67dc92655\",\n                            \"dueDate\": \"2024-05-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"AA7CE7EA-A7B7-4777-8C01-154FCE9B5F3C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-12T00:00:00\",\n                            \"amount\": 4872,\n                            \"description\": \"F315097  SOPORTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"40092476-100d-439e-8eca-a55f4447f299\",\n                            \"dueDate\": \"2024-05-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 4872,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"87A36329-D143-4B17-8559-B4F3C599183B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-13T00:00:00\",\n                            \"amount\": 7184.89,\n                            \"description\": \"M0000159543 MNR HECF-034 FLECHAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f0b95c85-f1dc-4efc-adfa-8bef0bf54c9c\",\n                            \"dueDate\": \"2024-05-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"CA781096-06D0-4633-8B65-E64DF06BC999\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-13T00:00:00\",\n                            \"amount\": 3392.86,\n                            \"description\": \"M0000158568 MNR MNRCESCM-002 RESORTE PARA JALADERA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7fef5b28-dc7e-4021-90df-e663a83e518d\",\n                            \"dueDate\": \"2024-05-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 3392.86,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"4E66336B-D010-4C4C-B587-9AAFCEE5FCF7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-15T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"71046566-d283-4652-a68e-95e9a746c33a\",\n                            \"dueDate\": \"2024-05-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"F8F337F2-5FE2-4468-AF08-594BB2EA259B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-16T00:00:00\",\n                            \"amount\": 4945.26,\n                            \"description\": \"BUJE RODILLO DE RETORNO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"87cf0c30-ae92-43d0-8209-7e33b495fd05\",\n                            \"dueDate\": \"2024-05-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"C81AC12D-E0DA-4DC9-8E3D-19F9884F366D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-21T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"80e6757f-dcc5-4630-b33c-f3375722c9a1\",\n                            \"dueDate\": \"2024-05-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"25B7B591-0FE8-4599-A0DB-73456A25D1FE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-27T00:00:00\",\n                            \"amount\": 7722.24,\n                            \"description\": \"M0000159551 MNR HECF-012 SEPARADOR AISLANTE 1\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7e650507-35d2-430d-82bc-9a7ab0568363\",\n                            \"dueDate\": \"2024-05-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"8F607E02-6A7B-406A-885B-686FA2726B99\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-27T00:00:00\",\n                            \"amount\": 42125.4,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2a9e98c7-1830-4a51-ad0b-acc15c9c51ab\",\n                            \"dueDate\": \"2024-05-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"83006779-0295-404A-B04D-62C2CB98E3EF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-27T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": \"REFACC FAMA F8639 RECIPIENTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1fea4a0c-ef1d-44fb-bd03-a73b4e4e895f\",\n                            \"dueDate\": \"2024-05-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"3C6194FE-E997-4537-838D-25C24485E86C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-27T00:00:00\",\n                            \"amount\": 2552,\n                            \"description\": \"F160041 CASQUILLO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ca976435-192a-43e2-884c-880de3365ea1\",\n                            \"dueDate\": \"2024-05-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"98276DCF-42C8-413F-A8AA-AEA0FB96740B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-27T00:00:00\",\n                            \"amount\": 2610,\n                            \"description\": \"MAQ AT FAMA MQ F306078 BLOCK CONECTOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"082d0ff9-f6e3-4cf5-a7e1-bdf9f61186c5\",\n                            \"dueDate\": \"2024-05-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2552A40A-CB82-4F19-8ABD-7D10E225B270\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-27T00:00:00\",\n                            \"amount\": 4176,\n                            \"description\": \"ST AT FAMA EI F103633 GRAPA ESCALONADA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d1e0a6a2-e88e-4496-ae1a-c163e840143a\",\n                            \"dueDate\": \"2024-05-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"C2B5C485-1D7F-4A6C-8EB8-0A0A3B583098\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-27T00:00:00\",\n                            \"amount\": 800.4,\n                            \"description\": \"ST AT FAMA EI F331216 RETEN DE BALERO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0984bbf0-9849-4fbb-9417-241ebac6b69e\",\n                            \"dueDate\": \"2024-05-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"413FA20D-87C7-4AB0-801A-273FC374B9E0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-28T00:00:00\",\n                            \"amount\": 88740,\n                            \"description\": \"STEEL FLAT STRIP 8GA X 1.63 X 120\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"07aed811-2678-40fe-8070-34f8f04fcb58\",\n                            \"dueDate\": \"2024-05-28T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"275ACC81-1A2D-45BA-8E9C-174441A0695E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-29T00:00:00\",\n                            \"amount\": 27405,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9d728843-9fa5-42a4-8f36-1669dde062d5\",\n                            \"dueDate\": \"2024-05-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"411D21AF-55CC-4FF3-881A-40D54BFA77B9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-29T00:00:00\",\n                            \"amount\": 19099.27,\n                            \"description\": \"SOPORTE PARA TAPA CORREDERA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4899da2a-c89d-410e-9a62-ef02f1155a10\",\n                            \"dueDate\": \"2024-05-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"15180C36-F39B-443F-B27E-D05FBB72F763\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-03T00:00:00\",\n                            \"amount\": 6264,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"75e7d584-3ad0-4e04-a684-dd364150c0f0\",\n                            \"dueDate\": \"2022-04-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"0B29030A-59EC-4D74-8B4D-5959EAD27E7C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-03T00:00:00\",\n                            \"amount\": 6368.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0bfc5feb-57f6-490f-8db2-230cd52bb06a\",\n                            \"dueDate\": \"2022-04-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"49C4C903-77C5-4446-910F-833EBF9C2AE6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-03T00:00:00\",\n                            \"amount\": 6264,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"adfa87f7-1192-4b34-8db3-d459f462c2e2\",\n                            \"dueDate\": \"2022-04-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"9E2DCC04-DA61-45DF-8851-960C85DA9E00\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-03T00:00:00\",\n                            \"amount\": 26181.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e0abae9f-a8b5-4c14-9656-2681b7567a1d\",\n                            \"dueDate\": \"2022-04-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"1240F4BC-4882-4A4A-A4C6-B693A06E5802\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-05T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8b92dbf6-ebb1-4756-838f-4dd57f3383af\",\n                            \"dueDate\": \"2022-04-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"2F25641F-22AE-4B96-8630-B55ACC1032DA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-05T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9bdb3772-0d1e-42aa-ae56-f643bd4e38eb\",\n                            \"dueDate\": \"2022-04-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"0C5DC0E5-5B94-4ABF-80F7-569BCC9608D1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-05T00:00:00\",\n                            \"amount\": 6600.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"34242653-ce87-42f0-92c8-d22b9b945a2d\",\n                            \"dueDate\": \"2022-04-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"C4F7A2BB-63C1-4492-9EF3-D27D45A5703C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-06T00:00:00\",\n                            \"amount\": 20440.8,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ab3c67ec-4263-4891-b58e-ff1aad27e9b1\",\n                            \"dueDate\": \"2022-04-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"D2B0647A-2AB3-4473-A6C4-DAD3A62F5896\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-06T00:00:00\",\n                            \"amount\": 14152,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f3ae4f5f-e6f0-4549-ba94-e28419be6d21\",\n                            \"dueDate\": \"2022-04-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"F67315BF-2226-44F6-B42D-D34CE7ADB594\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-06T00:00:00\",\n                            \"amount\": 5742,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4e68087a-5aa7-42f8-978b-42c72d423912\",\n                            \"dueDate\": \"2022-04-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"EE1A6ED3-1D76-48D7-A6EA-337F0E492094\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-11T00:00:00\",\n                            \"amount\": 48627.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"132bd624-66ca-4f47-a348-731eda708231\",\n                            \"dueDate\": \"2022-04-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 48627.2,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"CA7A1CEA-CD87-4B4B-914E-F861F8A4E327\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-11T00:00:00\",\n                            \"amount\": 1392,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d7f26b7a-d4e9-4197-b02f-2112a5158621\",\n                            \"dueDate\": \"2022-04-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"E06DCF79-B96C-4590-AB5D-D67F2A06DC2A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-12T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"72cad92d-fe88-4dae-bb7e-80d43ee399f5\",\n                            \"dueDate\": \"2022-04-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"D39A8C47-0DF6-4B27-BBAE-E3E0C627FB44\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-12T00:00:00\",\n                            \"amount\": 10382,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e2fb6574-5155-4b2c-a6bc-0b1d471affd5\",\n                            \"dueDate\": \"2022-04-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"71E9E979-1ABF-43A2-9103-FFAE1085E69B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-12T00:00:00\",\n                            \"amount\": 7192,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"82462391-7f24-4849-99f4-179aedffc77f\",\n                            \"dueDate\": \"2022-04-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"A2FF5828-BD2C-4A79-B83C-5A65BAB787B1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-14T00:00:00\",\n                            \"amount\": 15138,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9fa631f7-33b6-4915-9c28-c85bc0a9f598\",\n                            \"dueDate\": \"2022-04-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"9ACBC0B2-8F74-4D03-B497-7D5157BEBE82\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-14T00:00:00\",\n                            \"amount\": 3480,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"19e39194-8232-488f-9bfa-ecd25962a018\",\n                            \"dueDate\": \"2022-04-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"00C2769E-BA78-4E8A-8A39-39EC89AA54C0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-14T00:00:00\",\n                            \"amount\": 4060,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"721038ec-b69a-4c5a-acc9-4bd4bcaea59f\",\n                            \"dueDate\": \"2022-04-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 4060,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"791A4A23-76C0-44B1-AD47-4181826311CB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-18T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"86d7d8af-276f-4e77-a8ae-d94368fa8abc\",\n                            \"dueDate\": \"2022-04-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"0E19A37D-D07A-4C28-B977-27C31830102E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-18T00:00:00\",\n                            \"amount\": 6437.34,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cd8de3af-916a-4faf-8055-e5ba2813b8aa\",\n                            \"dueDate\": \"2022-04-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"0E40EA98-B973-4360-8012-AD03CC0CB5A2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-19T00:00:00\",\n                            \"amount\": 5075,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4bd6c5ec-8c76-4916-8055-f13a92b2ee12\",\n                            \"dueDate\": \"2022-04-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"716CBAB5-3D43-4831-ADB0-CB370A94C96B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-19T00:00:00\",\n                            \"amount\": 10440,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"529c918c-6039-4dde-822b-58cad2d5a2f2\",\n                            \"dueDate\": \"2022-04-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"D87AA95B-5817-4E99-8004-28B4334787C2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-19T00:00:00\",\n                            \"amount\": 8526,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"65d17351-a0ee-45f1-8947-b5c7c6bc6c95\",\n                            \"dueDate\": \"2022-04-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"43E26F49-E0B4-4413-A2A6-B385CEF1F490\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-19T00:00:00\",\n                            \"amount\": 2900,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c08978cd-684b-45e9-b266-eec7ee906cca\",\n                            \"dueDate\": \"2022-04-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"10DC36AB-D465-4C55-B837-EBEF2B162AC6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-20T00:00:00\",\n                            \"amount\": 5481,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"719c3e12-907f-4d53-9e79-2396cbb2080b\",\n                            \"dueDate\": \"2022-04-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"9DED66BE-03B9-49D0-AB6E-AE605F804684\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-21T00:00:00\",\n                            \"amount\": 986,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b3c470dd-8000-4383-8001-fca92684b158\",\n                            \"dueDate\": \"2022-04-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"4188BBC0-3159-47EF-86C8-02FC1DF95E27\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-21T00:00:00\",\n                            \"amount\": 178454,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8b004f51-22d1-42d6-bdda-335416865d41\",\n                            \"dueDate\": \"2022-04-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-03-08T00:00:00\",\n                            \"balance\": -0.4,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"CEC58FC9-F9CC-477C-9535-B2AE22DC6D25\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-21T00:00:00\",\n                            \"amount\": 5678.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"95ea8c5c-a9a5-4628-a8ef-56c61f25b3d9\",\n                            \"dueDate\": \"2022-04-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"0CCA83DE-3467-45D5-A672-4AA9266BCB59\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-25T00:00:00\",\n                            \"amount\": 5481,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e865daba-99c0-4b16-bc93-f392c163b26e\",\n                            \"dueDate\": \"2022-04-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"B736B176-F841-44D1-9E0E-083FD1F2FD19\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-25T00:00:00\",\n                            \"amount\": 25984,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f3131f4b-64ca-456e-99fa-673c6762d193\",\n                            \"dueDate\": \"2022-04-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"C9B6DED4-E5C6-4234-A30E-D304217DCA95\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-01T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e74d806b-5e90-4efe-96b7-f3ee08cca8ab\",\n                            \"dueDate\": \"2024-09-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"DF1BD9D1-E5FE-46C1-ADA4-4F391260FBB9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-01T00:00:00\",\n                            \"amount\": 4176,\n                            \"description\": \"REFACC FAMA F312321 TABLETA DE FLECTOR DE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"62af0440-d227-48d6-8ff7-61a53cc49a92\",\n                            \"dueDate\": \"2024-09-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"C4331BB6-B58D-403C-A041-3E56271D698D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-02T00:00:00\",\n                            \"amount\": 63295.76,\n                            \"description\": \"286827-02/B COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5a486700-5a1b-4175-af19-43d48a3ea313\",\n                            \"dueDate\": \"2024-09-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-06T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"2D7DD914-48EF-417C-BC14-0B9D03467648\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-09T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d5cbca46-6c0b-4e47-8489-ca522994ee28\",\n                            \"dueDate\": \"2024-10-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"B861615F-EB06-4AD0-8C82-9F6177A3F226\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-09T00:00:00\",\n                            \"amount\": 35407.98,\n                            \"description\": \"PARTE PARA CAMION DE BOMBEO DE CONCRETO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b6935bf0-2327-4324-a6e7-7e0b5d095782\",\n                            \"dueDate\": \"2024-10-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"D5ABBFB7-DF3B-4833-9775-4869227DFC99\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-10T00:00:00\",\n                            \"amount\": 9822.09,\n                            \"description\": \"286219-01 COLLARIN DE METAL ACOPLAMIENTO 1.02DIAX1.75X1.88LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"29f10a5d-c3d0-4807-9d4d-504637dbbeb7\",\n                            \"dueDate\": \"2024-10-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"C49AEE1D-ED48-48CD-BEAC-E8D72BDCBD7C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-11T00:00:00\",\n                            \"amount\": 101775.14,\n                            \"description\": \"286219-01 COLLARIN DE METAL ACOPLAMIENTO 1.02DIAX1.75X1.88LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1ba78b5c-7592-48e8-a3b8-9456c6008767\",\n                            \"dueDate\": \"2024-10-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"A4C47B8B-C6E3-42F3-9A29-9C577EC06BF6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-11T00:00:00\",\n                            \"amount\": 3413.9,\n                            \"description\": \"286838-01 BUJE 1.02 X1.75 X 94LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4f22fab6-d652-477f-9d4c-38d25a844d11\",\n                            \"dueDate\": \"2024-10-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"C791982B-C8F2-430E-A1CC-85DCBB56B7F0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-11T00:00:00\",\n                            \"amount\": 147927.4,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d2d73cf4-647b-4b03-8c35-4010b1ee24e4\",\n                            \"dueDate\": \"2024-10-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"F7918676-936D-4D6A-A870-D10AFED0FCBF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-16T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a17ae090-1efe-4682-b28d-1924b430e8f1\",\n                            \"dueDate\": \"2024-10-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"B0FD72EA-CA39-42A5-8072-CF1DE032B4BA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-17T00:00:00\",\n                            \"amount\": 4524,\n                            \"description\": \"REFACC FAMA F284098 SOPORTE TRASERO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"baa6abb2-59c2-472a-bdde-d68a4519e8f4\",\n                            \"dueDate\": \"2024-10-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"AEEB42C3-8405-446C-874F-12A12C427561\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-19T00:00:00\",\n                            \"amount\": 98123.16,\n                            \"description\": \"286827-02/B COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7d28b5bf-22b9-402b-86a9-16e6421acb4f\",\n                            \"dueDate\": \"2024-10-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"517D9464-746F-48EB-A6CC-767683CE8484\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-19T00:00:00\",\n                            \"amount\": 3201.65,\n                            \"description\": \"286219-04 COLLARIN DE METAL ACOPLAMIENTO102A X 1.75X 1.44 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ef8c71e0-85e8-419a-9783-7f135b23c5af\",\n                            \"dueDate\": \"2024-10-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"D289AAC2-61C9-467F-9AC8-861B2FC39C41\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-19T00:00:00\",\n                            \"amount\": 34050.83,\n                            \"description\": \"261689/A   BUJE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9c77c461-baf9-42b9-8f79-1b1a2a9f9139\",\n                            \"dueDate\": \"2024-10-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"636FF52F-801C-4536-A444-5E5267A96356\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-19T00:00:00\",\n                            \"amount\": 4524,\n                            \"description\": \"REFACC FAMA F284098 SOPORTE TRASERO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cb0954c9-cc92-442a-bcde-5e9dc0763ced\",\n                            \"dueDate\": \"2024-10-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 4524,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"4DEADAE1-10E9-40F8-B58F-36FC826168E5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-24T00:00:00\",\n                            \"amount\": 26912,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"79699857-5294-4037-a0f9-9b30fa8e073c\",\n                            \"dueDate\": \"2024-10-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"5F05BFAB-8E64-403F-A694-59A90384154C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-25T00:00:00\",\n                            \"amount\": 4982.84,\n                            \"description\": \"ESTABILIZADOR DE TOPE DE CUERDA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9998504f-d8f2-490e-adb0-d215b57d88e4\",\n                            \"dueDate\": \"2024-10-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"E4500290-0834-4671-A4E0-27687D53FEDC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-25T00:00:00\",\n                            \"amount\": 10703.87,\n                            \"description\": \"BUJE RODILLO DE RETORNO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"25d25024-ca4f-4e1e-b82a-93c2479b493a\",\n                            \"dueDate\": \"2024-10-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"8814C350-67AC-46A4-A5CC-62239C6860F2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-26T00:00:00\",\n                            \"amount\": 51784.62,\n                            \"description\": \"286827-02/B COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5a03b6e2-186a-458f-a9e1-afc209b3e4a4\",\n                            \"dueDate\": \"2024-10-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 25930.59,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"CF5FA6AB-9890-4E04-BF3B-FC9AAED470E6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-26T00:00:00\",\n                            \"amount\": 35094.33,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5bebc80a-5445-40b2-bd40-56a8fd601609\",\n                            \"dueDate\": \"2024-10-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"63B64452-A0E9-4877-96AE-684654CBA374\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-26T00:00:00\",\n                            \"amount\": 8179.2,\n                            \"description\": \"286219-04 COLLARIN DE METAL ACOPLAMIENTO102A X 1.75X 1.44 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1c88c956-8166-469c-832b-e3dd12acefcc\",\n                            \"dueDate\": \"2024-10-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"FAF25DD9-1C0B-485E-977D-26570518D2F8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-26T00:00:00\",\n                            \"amount\": 27107.1,\n                            \"description\": \"261689/A   BUJE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9c151f32-5066-41f9-b02a-453dea9bf680\",\n                            \"dueDate\": \"2024-10-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"7C8F9D72-7B9D-4909-9F4E-F947E271794E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-30T00:00:00\",\n                            \"amount\": 62817.78,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f25bee03-1865-4457-b0c9-f64c66ddddd6\",\n                            \"dueDate\": \"2024-10-28T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-05T00:00:00\",\n                            \"balance\": 39109.08,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"934F4910-285D-4AEB-A641-E511388458A7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-31T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3074ca6e-bf14-40d7-adf9-d1cb4fa07c6f\",\n                            \"dueDate\": \"2024-10-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"F067171E-DDCA-43D3-B90B-2F4486296F95\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-06T00:00:00\",\n                            \"amount\": 79460,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4613125e-503e-456d-9dff-8106e2b07981\",\n                            \"dueDate\": \"2023-12-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 79460,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"E05257EB-0259-4763-B3A2-392129F7D871\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-06T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3a33ec0b-6ecc-435d-8bf3-be342fbf6af7\",\n                            \"dueDate\": \"2023-12-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"07E93AEF-3EBB-498F-AC47-0EE37B8AB918\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-12T00:00:00\",\n                            \"amount\": 4995.35,\n                            \"description\": \"BUJE RODILLO DE RETORNO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3855c89b-7b90-49bf-99ed-d77b063db41c\",\n                            \"dueDate\": \"2023-12-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"3DCBABE4-EF82-4888-A038-96442D694245\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-12T00:00:00\",\n                            \"amount\": 35380,\n                            \"description\": \"PALAS PARA ALIMENTADOR MATERIAL MICARTA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ce7e31b2-b2b8-407d-a817-dff8fba9dea5\",\n                            \"dueDate\": \"2023-12-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"F5F20A09-4026-4580-947E-A05494C004A1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-13T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1281272a-b5e4-4a83-8471-d0a21dfa53db\",\n                            \"dueDate\": \"2023-12-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"D80A5019-98B5-45D4-840F-E2A148B14B0B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-13T00:00:00\",\n                            \"amount\": 14618.34,\n                            \"description\": \"MNRMECCF-035 CORTADOR FLOTANTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ff6f318b-99fc-466c-b8cd-6f77025fd1f6\",\n                            \"dueDate\": \"2023-12-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"13FF8FEB-DC3E-4439-BCAC-B053BE8A77FE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-15T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": \"REFACC FAMA F8639 RECIPIENTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3570caec-5c85-4ff5-b24a-17a821952794\",\n                            \"dueDate\": \"2023-12-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 870,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"884642B6-BA0E-491A-B814-F7465B394920\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-18T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9ec3153f-ec60-4572-839d-11f927dbc0ae\",\n                            \"dueDate\": \"2023-12-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007420\",\n                            \"id1\": \"D86A4440-76C8-479C-978A-83CD1197F6C4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-19T00:00:00\",\n                            \"amount\": 51678,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"46d390c1-9493-4339-bca4-9f00df06eec1\",\n                            \"dueDate\": \"2023-12-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-10-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"6067C62D-A0A6-42EA-A28F-E00BE11A0E51\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-20T00:00:00\",\n                            \"amount\": 19146.28,\n                            \"description\": \"PARTE PARA CAMION DE BOMBEO DE CONCRETO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"358d1c32-aa76-4600-88d3-66712bc8cd44\",\n                            \"dueDate\": \"2023-12-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 19146.28,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"F7F515B6-7E65-47C2-88DB-74CCDD596779\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-21T00:00:00\",\n                            \"amount\": 3306,\n                            \"description\": \"SHAFT MANUFACTURING M-1004\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"87d390f0-c7aa-46fb-a79e-6d35d3482067\",\n                            \"dueDate\": \"2023-12-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"BFB15D06-622A-4BBC-A2C6-3F132521E99C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-26T00:00:00\",\n                            \"amount\": 1017.76,\n                            \"description\": \"M0000158505 MNR MNRCESCF-009 PORTA MICRO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"48306766-b8f4-4286-9ac1-bca7cb84d05c\",\n                            \"dueDate\": \"2023-12-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"FDB14953-121B-49F1-B773-0EFDA3D5A4DB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-27T00:00:00\",\n                            \"amount\": 1026.02,\n                            \"description\": \"M0000158505 MNR MNRCESCF-009 PORTA MICRO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"31823402-fd22-4dd1-a5ec-6b9e4a9952f5\",\n                            \"dueDate\": \"2023-12-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"1F8986AD-919D-4C8B-88FE-A45D432C7D4B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-27T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"35bbd4e5-e70a-47e4-acd4-3f6c5e2efcbd\",\n                            \"dueDate\": \"2023-12-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2D64879C-B18D-445F-938D-A7D838A09908\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-29T00:00:00\",\n                            \"amount\": 2552,\n                            \"description\": \"F160041 CASQUILLO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ec9478a3-09e7-45a6-9048-66516e0082f2\",\n                            \"dueDate\": \"2023-12-28T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 2552,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"C8469825-52BB-45C1-901F-2DE29DFC697C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-29T00:00:00\",\n                            \"amount\": 1160,\n                            \"description\": \"MAQ AT FAMA MQ F306078 BLOCK CONECTOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2a7f2812-3632-490a-baae-379951d0abe0\",\n                            \"dueDate\": \"2023-12-28T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 1160,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"89911574-FB86-4009-BB65-16D03A462F45\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-09T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"50617237-2785-4e2a-8334-6bb2542651fd\",\n                            \"dueDate\": \"2024-07-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"659693CA-FFDA-445B-B553-C65A20296E78\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-12T00:00:00\",\n                            \"amount\": 522,\n                            \"description\": \"SMT AT F605036 ADJUSTING KNOB 1 3/4\\\" LE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2eb31ed0-eaab-472b-bbea-74c74f08c163\",\n                            \"dueDate\": \"2024-07-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"25E5A045-14BD-4319-86A9-AC04AB4D230C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-15T00:00:00\",\n                            \"amount\": 29580,\n                            \"description\": \"STEEL FLAT STRIP 8GA X 1.63 X 120\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"305b5475-80b2-43a8-9bc1-79e8ca360e5d\",\n                            \"dueDate\": \"2024-07-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"CAC4C3D5-1807-4092-8E6D-12BAE443A236\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-15T00:00:00\",\n                            \"amount\": 32828,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6e35052b-4754-41f9-8013-93db6b3d7915\",\n                            \"dueDate\": \"2024-07-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"6FAEFBBA-B04C-477B-8E01-848205F13C52\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-17T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"70ab9284-f3a8-478a-822e-e0cec083b05d\",\n                            \"dueDate\": \"2024-07-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"51E8A16D-C4B8-4A7F-AD59-C81B92D3A585\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-19T00:00:00\",\n                            \"amount\": 78880,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"42753ff1-7a2f-4516-bb8f-1a19e0eb3816\",\n                            \"dueDate\": \"2024-07-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"47017B17-D624-430D-8F9B-6C7E56287CC4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-22T00:00:00\",\n                            \"amount\": 59160,\n                            \"description\": \"STEEL FLAT STRIP 8GA X 1.63 X 120\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a6958b60-7e2a-40d0-843c-2b9576329c74\",\n                            \"dueDate\": \"2024-07-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"58DCDB9D-CE98-4081-AADC-D77319AA8906\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-22T00:00:00\",\n                            \"amount\": 88740,\n                            \"description\": \"STEEL FLAT STRIP 8GA X 1.63 X 120\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5db5348d-bc64-4495-b782-3c02eb4bccbe\",\n                            \"dueDate\": \"2024-07-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"CD4BF3E2-CD5D-4F68-871F-D701715F71F0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-23T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6e80b8c6-dc6a-4662-859f-22720aa15941\",\n                            \"dueDate\": \"2024-07-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"D5AB7B94-D5BD-4EA6-876C-41B929305627\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-23T00:00:00\",\n                            \"amount\": 23156,\n                            \"description\": \"U0000201209 MNRMECCF-036 CAJA DE CORTADOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0ae2837d-d852-4a0b-a050-fae916fd4b10\",\n                            \"dueDate\": \"2024-07-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"EA552BA8-D926-46A5-AB33-EC47900B8D92\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-24T00:00:00\",\n                            \"amount\": 16472,\n                            \"description\": \"KIT DE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6272f1c5-d019-408b-894f-246daa51e058\",\n                            \"dueDate\": \"2024-07-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"3D643ECE-AE74-4DF6-BC7A-BB61FD139A76\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-24T00:00:00\",\n                            \"amount\": 6960.41,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a9ab4300-eaff-4a84-b333-c59c71c73761\",\n                            \"dueDate\": \"2024-07-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"5D57B42F-E2F8-4121-A1DF-9E7D904D8E9A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-24T00:00:00\",\n                            \"amount\": 1870.29,\n                            \"description\": \"261689/A   BUJE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b73794f1-e21c-4e04-9110-df55d4296cde\",\n                            \"dueDate\": \"2024-07-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 1870.29,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"5FC1E749-A0FC-40BF-B4B7-E33F82F05E39\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-24T00:00:00\",\n                            \"amount\": 4524,\n                            \"description\": \"REFACC FAMA F284098 SOPORTE TRASERO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d5cf15ae-3b26-49c2-9b6c-a616b1f96e70\",\n                            \"dueDate\": \"2024-07-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 4524,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"AC80EE6B-BD6B-4EDE-B32E-4A73DB056237\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-25T00:00:00\",\n                            \"amount\": 19269.48,\n                            \"description\": \"SOPORTE PARA TAPA CORREDERA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"69c1d2b6-b0b2-4fd1-b2a5-99b98c0a28ff\",\n                            \"dueDate\": \"2024-07-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"FA3BC5D8-6ECE-480B-8DCC-DEA4FF9B40C1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-25T00:00:00\",\n                            \"amount\": 19269.48,\n                            \"description\": \"SOPORTE PARA TAPA CORREDERA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"26f6a658-375e-40c2-b12a-134183e7c66e\",\n                            \"dueDate\": \"2024-07-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"40D834EF-1CA8-4929-9DB4-AF4EF82A556E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-25T00:00:00\",\n                            \"amount\": 21980.97,\n                            \"description\": \"PASADOR PIE ESTABILIZADOR TB130\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"62f6e9b3-55bf-4504-b419-f1728ef57891\",\n                            \"dueDate\": \"2024-07-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"63408244-2578-4AEC-A819-2640693D5396\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-26T00:00:00\",\n                            \"amount\": 4872,\n                            \"description\": \"F315097  SOPORTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cd9f39b0-dfcf-4fff-8021-e56d8a7ca54a\",\n                            \"dueDate\": \"2024-07-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"D3978C10-16BF-46DC-8708-D9C89B71AC72\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-04T00:00:00\",\n                            \"amount\": 2360.48,\n                            \"description\": \"M0000159543 MNR HECF-034 FLECHAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"41166f87-743a-4813-ab30-dd5dd82150cc\",\n                            \"dueDate\": \"2024-06-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"07816DB8-14FC-4C68-8479-0C0593B04BA8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-04T00:00:00\",\n                            \"amount\": 2360.48,\n                            \"description\": \"M0000159543 MNR HECF-034 FLECHAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"261109e6-95e3-4446-9c46-c00bf43c283c\",\n                            \"dueDate\": \"2024-06-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F249F60C-1F89-495E-A69F-DE34C7A1037B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-07T00:00:00\",\n                            \"amount\": 1160,\n                            \"description\": \"MAQ AT FAMA MQ F306078 BLOCK CONECTOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f5b28c55-45c3-4cf8-9bee-955a4b117553\",\n                            \"dueDate\": \"2024-06-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"A16EBDEB-2931-42C7-AC64-2A5D4BC76512\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-11T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"89909ef5-5962-42c1-a409-964907b750d2\",\n                            \"dueDate\": \"2024-06-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"72DC412E-A61F-4832-94E7-CC68F415F18F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-11T00:00:00\",\n                            \"amount\": 33292,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"671a71f9-0282-4fe6-995c-ff8f9d0348a6\",\n                            \"dueDate\": \"2024-06-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"BCE87088-9A21-4F9C-A878-F5BD6244B2D3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-11T00:00:00\",\n                            \"amount\": 4118,\n                            \"description\": \"F315098 SOPORTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0beda0a8-fcde-4083-a013-4338e8cca9a6\",\n                            \"dueDate\": \"2024-06-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"01404BB4-AAFE-428E-95A3-7B43832A8F83\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-11T00:00:00\",\n                            \"amount\": 7016.36,\n                            \"description\": \"M0000159543 MNR HECF-034 FLECHAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d3146214-9c8b-4a2c-84ed-859a6f0ddaed\",\n                            \"dueDate\": \"2024-06-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"2B7F9101-8C77-442F-B2D1-8BE09123FFD4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-11T00:00:00\",\n                            \"amount\": 20464.4,\n                            \"description\": \"M0000171333 MNRECMRE-7-9-32 RESORTE PARA CORTADOR FL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c3a6c121-f8bd-4a23-a4c3-d7e9a59ac868\",\n                            \"dueDate\": \"2024-06-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"869671FA-F1D7-491B-9369-11FA2D73F297\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-12T00:00:00\",\n                            \"amount\": 5703.39,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a78f1637-5145-4e01-98c5-33382f712616\",\n                            \"dueDate\": \"2024-06-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"9A61BCDB-481A-47ED-8CEF-180517F246FC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-13T00:00:00\",\n                            \"amount\": 21112,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a9aa1291-ea55-46c1-b041-f80f50121679\",\n                            \"dueDate\": \"2024-06-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"B4E3EFF1-C40A-406E-89AC-64DA3C86D1B5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-14T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"31c25ad0-2d79-4f11-8214-a8aed93f9593\",\n                            \"dueDate\": \"2024-06-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"7B3F1566-638E-4762-ABB6-D13D3C7AF9F1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-19T00:00:00\",\n                            \"amount\": 7412.02,\n                            \"description\": \"M0000158517  MNR MNRMECCF-036 CAJA DE CORTADOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"699c665a-8247-421b-884e-130337dceb9e\",\n                            \"dueDate\": \"2024-06-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"F917EC53-FFF2-4809-AC4A-1F0292B69581\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-21T00:00:00\",\n                            \"amount\": 7533.78,\n                            \"description\": \"U0000198054 MNR MNR022 GUIA DE PISTON\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9589e1a0-1e82-46c0-86d1-1ab342c57e57\",\n                            \"dueDate\": \"2024-06-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 7533.78,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"D4708540-A1D8-4A2D-877A-18C041B3CA17\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-21T00:00:00\",\n                            \"amount\": 20300,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f76c8a1e-cb99-47b8-9244-80e538028c5d\",\n                            \"dueDate\": \"2024-06-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"54EB5C80-B508-4FD1-BE3F-108370240524\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-25T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f85d0a00-a145-4255-83f0-870f31fdfbb6\",\n                            \"dueDate\": \"2024-06-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"12574E5F-FFB0-4D5E-A16D-7BDE13293D97\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-26T00:00:00\",\n                            \"amount\": 9042.48,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"18cefae4-463b-4042-ba92-7763eb06c364\",\n                            \"dueDate\": \"2024-06-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"362B77F8-677E-4D2E-909C-10F0F51599E9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-26T00:00:00\",\n                            \"amount\": 8364.3,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2e818d30-68bd-4b6b-9796-77d56d41706f\",\n                            \"dueDate\": \"2024-06-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-04T00:00:00\",\n                            \"balance\": 9523.15,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"341F97B3-45FB-473C-80FF-B899D29DFB2F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-27T00:00:00\",\n                            \"amount\": 88740,\n                            \"description\": \"STEEL FLAT STRIP 8GA X 1.63 X 120\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"668a4297-fa4c-4f64-9079-386dac9014bf\",\n                            \"dueDate\": \"2024-06-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"79BC1070-7495-4DFD-ABD6-C2B90ACC3527\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-27T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cc2d2263-b18d-4be4-8e04-051d84e2eb66\",\n                            \"dueDate\": \"2024-06-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"B87EDF6A-76AB-424E-B1AF-8C3D93044AC8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-02T00:00:00\",\n                            \"amount\": 7292.67,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"693d1f55-95d0-4bb4-b1a7-ae4769f526c7\",\n                            \"dueDate\": \"2024-10-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"CB754B05-8539-4755-9B17-C2113EA2B089\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-02T00:00:00\",\n                            \"amount\": 59760.07,\n                            \"description\": \"261689/A   BUJE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ad26fdd7-1cfb-4c77-a482-d41ffa83836c\",\n                            \"dueDate\": \"2024-10-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 24775.06,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"67A89E3B-BD63-4CE9-B599-2172B89240AE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-02T00:00:00\",\n                            \"amount\": 68693.9,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d44a0281-7e20-48fc-a24f-44b32412f4a4\",\n                            \"dueDate\": \"2024-10-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"3B6EB2C3-9C14-4F4F-AAA4-A50FE0FA9519\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-02T00:00:00\",\n                            \"amount\": 104656.69,\n                            \"description\": \"286838-02 BUJE   1.02 DIA X 1.75 X 1.44 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cdbed316-c065-4b36-a25b-b28949b15f47\",\n                            \"dueDate\": \"2024-10-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E80EA9BF-97AA-41F5-AD98-5F716E231EB1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-07T00:00:00\",\n                            \"amount\": 2436,\n                            \"description\": \"F315097  SOPORTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a779a451-8438-4a62-8a65-115b44efd564\",\n                            \"dueDate\": \"2024-11-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 2436,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"C0FA0631-C7B6-4281-918D-98D29E43C892\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-07T00:00:00\",\n                            \"amount\": 11313.31,\n                            \"description\": \"ESTABILIZADOR DE TOPE DE CUERDA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"53929094-6dfa-455b-9bb4-83e91a165102\",\n                            \"dueDate\": \"2024-11-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"F1CAF36C-7CBF-4255-AD1B-75768291495C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-07T00:00:00\",\n                            \"amount\": 40611.89,\n                            \"description\": \"SOPORTE PARA TAPA CORREDERA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f9adda6c-f0db-4ca1-9e8f-d9b44af89e85\",\n                            \"dueDate\": \"2024-11-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"84E2E22D-5050-43EC-8C50-44B8FFAEF9A2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-07T00:00:00\",\n                            \"amount\": 41669.54,\n                            \"description\": \"261689/A   BUJE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a79c245c-746b-434f-8a1f-1d14f707c592\",\n                            \"dueDate\": \"2024-11-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"42531874-A81C-4BA8-ADC2-EBC7D611E487\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-07T00:00:00\",\n                            \"amount\": 27973.47,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d028d118-b063-4e92-9275-34ebc15cc321\",\n                            \"dueDate\": \"2024-11-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"0FF9D4EE-8517-433E-90A7-E4ECC7297FF9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-07T00:00:00\",\n                            \"amount\": 222.79,\n                            \"description\": \"261689/A   BUJE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bc7e36f1-4aff-4b33-bf58-0a74fce10037\",\n                            \"dueDate\": \"2024-11-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"7890943D-FB04-4942-86D5-6612B3142100\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-07T00:00:00\",\n                            \"amount\": 11027.87,\n                            \"description\": \"261689/A   BUJE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5be78c4e-673c-40ec-adc9-db440fcebc96\",\n                            \"dueDate\": \"2024-11-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"3F20186B-6665-4646-8808-C859427A5DD8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-08T00:00:00\",\n                            \"amount\": 13456,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1e8f7881-c331-4195-bff9-91f0d0bbaf68\",\n                            \"dueDate\": \"2024-11-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"A2E186CB-8823-40B0-95DE-AECEAD6CEC5A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-08T00:00:00\",\n                            \"amount\": 45694.29,\n                            \"description\": \"286827-01/A COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"49f4b08d-0aec-48ee-98b9-c0fe54e22490\",\n                            \"dueDate\": \"2024-11-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"84E213AD-74C7-4D3C-B4D8-694666E08C81\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-08T00:00:00\",\n                            \"amount\": 73428.42,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f63387a6-7f0a-4ffc-8b17-e901c5392a04\",\n                            \"dueDate\": \"2024-11-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"1EF157DF-1D10-4A69-9B19-5026C8C6192A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-15T00:00:00\",\n                            \"amount\": 32317.33,\n                            \"description\": \"286827-02/B COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"810b2de3-2346-4661-8db8-74c8ee77c4dc\",\n                            \"dueDate\": \"2024-11-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"D5B00B1A-FF59-4F20-B783-4D74349789E5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-15T00:00:00\",\n                            \"amount\": 73420.51,\n                            \"description\": \"286838-02 BUJE   1.02 DIA X 1.75 X 1.44 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ea582398-ebb8-470b-9e69-94fd70f5b10e\",\n                            \"dueDate\": \"2024-11-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"25CAC9FE-2424-43B3-926A-E61E16355B62\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-15T00:00:00\",\n                            \"amount\": 135235.5,\n                            \"description\": \"286219-01 COLLARIN DE METAL ACOPLAMIENTO 1.02DIAX1.75X1.88LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"31d46025-934e-405d-ae5f-16c51abddcb3\",\n                            \"dueDate\": \"2024-11-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"16B279BA-3BAC-452D-8C22-7B7E94A58737\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-16T00:00:00\",\n                            \"amount\": 39144.51,\n                            \"description\": \"286827-01/A COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5f84680e-5580-493b-a64b-4298da4fedba\",\n                            \"dueDate\": \"2024-11-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"FBDA727F-EEEF-47A4-A45F-5D653D5A9DBB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-19T00:00:00\",\n                            \"amount\": 26912,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1d1928c4-702b-42e5-94e0-b3c9565e4898\",\n                            \"dueDate\": \"2024-11-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"208D9183-49F4-4C8D-A880-F462A94784B9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-20T00:00:00\",\n                            \"amount\": 4118,\n                            \"description\": \"F315098 SOPORTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"504799e5-7adf-42cd-bddb-9395b930b45b\",\n                            \"dueDate\": \"2024-11-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 4118,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"BCC0F40C-DE02-4A73-B7CA-990F99D2AC9E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-20T00:00:00\",\n                            \"amount\": 4118,\n                            \"description\": \"F315098 SOPORTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b091306b-30a1-49fe-98d2-2d8b01163ce8\",\n                            \"dueDate\": \"2024-11-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 4118,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"75C79786-C301-4BF2-8C2F-A6435AFEB201\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-21T00:00:00\",\n                            \"amount\": 10788,\n                            \"description\": \"SUMINISTRO Y FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"27127a57-266b-42c4-8da5-e447e8c8f680\",\n                            \"dueDate\": \"2024-11-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 10788,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"8A0B79C9-97ED-4596-BEE5-53678AAAF362\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-23T00:00:00\",\n                            \"amount\": 30313.58,\n                            \"description\": \"286219-04 COLLARIN DE METAL ACOPLAMIENTO102A X 1.75X 1.44 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0a41cc26-b880-4b8f-9ab0-3996baada40c\",\n                            \"dueDate\": \"2024-11-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"11558893-6115-4663-B06A-BF09F294F07C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-23T00:00:00\",\n                            \"amount\": 55398.33,\n                            \"description\": \"286827-02/B COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1f05bf6f-6f4f-4e0d-944e-d10869920e9b\",\n                            \"dueDate\": \"2024-11-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-11T00:00:00\",\n                            \"balance\": 31635.27,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"CB59F5B6-3B09-4BAC-A3E5-E8FDC0431BAD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-23T00:00:00\",\n                            \"amount\": 16510.29,\n                            \"description\": \"286838-02 BUJE   1.02 DIA X 1.75 X 1.44 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"55aba08e-e616-4dd8-9164-1045779afab1\",\n                            \"dueDate\": \"2024-11-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"B082A760-01E1-4428-8AFA-5A2774ADC04A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-23T00:00:00\",\n                            \"amount\": 51823.97,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f05aab7d-755d-4909-82c6-110f20b4ef63\",\n                            \"dueDate\": \"2024-11-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-11T00:00:00\",\n                            \"balance\": 2311.07,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"0B331FD9-8E82-4D88-A51F-7D041C6A3A54\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-26T00:00:00\",\n                            \"amount\": 103501.89,\n                            \"description\": \"286827-01/A COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"139d278e-d41e-4735-9b70-c558fce05cb8\",\n                            \"dueDate\": \"2024-11-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-10T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"8BDC6059-5AC0-473D-9C11-9BCA7C0FD78B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-26T00:00:00\",\n                            \"amount\": 4872,\n                            \"description\": \"F315097  SOPORTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"98a1c694-d922-4e48-9543-8d3c5a6df9b3\",\n                            \"dueDate\": \"2024-11-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 4872,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"67392324-D755-44E9-89A6-527D89E09A58\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-28T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"569bd900-92d8-43e7-807d-bef4fab5245d\",\n                            \"dueDate\": \"2024-11-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-10-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"0831711C-3D85-4F20-A39A-D93424E1818F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-04T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8bac0e4e-6d57-4b13-aed4-59caae3d0157\",\n                            \"dueDate\": \"2023-10-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-10-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"D5C20734-7559-4CD4-877B-CA5D5A54C26C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-05T00:00:00\",\n                            \"amount\": 4695.72,\n                            \"description\": \"M0000164127 MNRCTGR-R1-8 GRASERA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"419be991-4b39-4df7-b923-8d6b18082453\",\n                            \"dueDate\": \"2023-10-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"5CB8F1C9-6BCE-4945-8CDD-E575D98D2FD8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-06T00:00:00\",\n                            \"amount\": 2088,\n                            \"description\": \"ST AT FAMA EI F103633 GRAPA ESCALONADA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"49cecb97-f9ce-4fc7-85d8-d034ba33d200\",\n                            \"dueDate\": \"2023-10-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-10-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"B878EFF6-F230-4754-B661-C78A46860B67\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-06T00:00:00\",\n                            \"amount\": 3480,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"21b4583b-742a-4b8e-a9b5-f7b2ed061d79\",\n                            \"dueDate\": \"2023-10-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"4D1E89C6-B269-460E-8356-A08A60590314\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-06T00:00:00\",\n                            \"amount\": 9280,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"91a00e73-84ee-433b-8e52-88e8061933ce\",\n                            \"dueDate\": \"2023-10-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"84859743-7EB3-480C-AF36-95F79C74432F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-10T00:00:00\",\n                            \"amount\": 34999.5,\n                            \"description\": \"10085541 OME LOWER TUBE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bc3a7c43-aa75-460f-b2f3-4fd6876b6a9c\",\n                            \"dueDate\": \"2023-10-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 34999.5,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"2121FC69-8061-460D-A4C9-45C3AC439289\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-12T00:00:00\",\n                            \"amount\": 7076,\n                            \"description\": \"CUCHILLAS DE CORTE  DE ALETA FM TIANLU\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"635af4a5-1ffc-48e6-8c74-5b9cc91d3882\",\n                            \"dueDate\": \"2023-10-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"15A29FA5-76E4-48AB-B7B4-2D7D6D6A09CE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-12T00:00:00\",\n                            \"amount\": 19720,\n                            \"description\": \"PALAS PARA ALIMENTADOR MATERIAL MICARTA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"770a383e-5f8d-4994-a064-de464b4682bf\",\n                            \"dueDate\": \"2023-10-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"0F025F18-3D83-4B64-8454-EAD06CAF3DD0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-13T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2acec5b1-e8b2-4b8d-b4a6-fa558c346218\",\n                            \"dueDate\": \"2023-10-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-10-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"08DD9A46-B93D-43B4-84F5-DD9303BA3779\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-13T00:00:00\",\n                            \"amount\": 11020,\n                            \"description\": \"SUMINISTRO Y FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dcc3c729-f9e4-43d8-936e-7138e23abc52\",\n                            \"dueDate\": \"2023-10-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-10-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"17C0C9B2-1975-4CFB-B39B-FA7918200961\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-18T00:00:00\",\n                            \"amount\": 47328,\n                            \"description\": \"STEEL FLAT STRIP 8GA X 1.63 X 120\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c2b4c003-0015-40ae-bd74-aad6b6f34a81\",\n                            \"dueDate\": \"2023-10-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"3EF5B41B-7CBC-48B3-B712-904666E41C39\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-19T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c91ac17a-96c1-4c30-b6ec-c768e3a35ec8\",\n                            \"dueDate\": \"2023-10-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-10-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"501DCC79-1B26-49BD-B084-19F4C980529A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-20T00:00:00\",\n                            \"amount\": 17690,\n                            \"description\": \"SHAFT MANUFACTURING M-1004\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"920b5ab8-8332-4e3c-b7ce-8daddf559be4\",\n                            \"dueDate\": \"2023-10-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"00D05C52-0B64-4CA5-8BF0-F2A78C8DDD6D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-20T00:00:00\",\n                            \"amount\": 28304,\n                            \"description\": \"CUCHILLAS DE CORTE  DE ALETA FM TIANLU\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0942a1df-4854-4913-875f-e1c54b41a6b1\",\n                            \"dueDate\": \"2023-10-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"83F62278-C455-4079-8477-066D0E89F43D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-20T00:00:00\",\n                            \"amount\": 6380,\n                            \"description\": \"FLOR DE EXPANSION MT0051\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"063a54a4-aa7a-4c0d-8e96-aa2b23b0c029\",\n                            \"dueDate\": \"2023-10-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"E60FEF34-774E-4CB1-A82E-AF6C3C276E35\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-21T00:00:00\",\n                            \"amount\": 5220,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0659f968-b12f-4344-9ee3-86aa78c64c4f\",\n                            \"dueDate\": \"2023-10-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"E4FED6F4-E6B0-4107-B159-DBC0DA950088\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-24T00:00:00\",\n                            \"amount\": 7656,\n                            \"description\": \"LAINA DE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c53bac0c-5ba8-4244-9a22-12335018d959\",\n                            \"dueDate\": \"2023-10-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-10-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"BA09E1CB-6249-4646-AF9D-D273B95414A1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-25T00:00:00\",\n                            \"amount\": 21644.7,\n                            \"description\": \"PASADOR PIE ESTABILIZADOR TB130\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6ae11029-f7a0-41d0-8273-ba454a11e728\",\n                            \"dueDate\": \"2023-10-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-09-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"9DFA14D6-43DC-425A-A863-E5445DC3AA7E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-25T00:00:00\",\n                            \"amount\": 15868.8,\n                            \"description\": \"LAINA DE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5a28af3c-67b2-4259-9672-ff001c259c18\",\n                            \"dueDate\": \"2023-10-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-10-04T00:00:00\",\n                            \"balance\": 0.8,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"8338DA5E-6F5B-4978-8A63-55F7804E7EC9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-26T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"55f64b02-8de5-4009-b290-d8f654f90033\",\n                            \"dueDate\": \"2023-10-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-07-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"61B274E0-5C38-4838-8429-2372451343EE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-26T00:00:00\",\n                            \"amount\": 88740,\n                            \"description\": \"STEEL FLAT STRIP 8GA X 1.63 X 120\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8f905f6f-7c4c-464d-bf64-dd1517f6d107\",\n                            \"dueDate\": \"2023-10-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F9459986-B6BE-47B3-850C-DAC97FA369AC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-27T00:00:00\",\n                            \"amount\": 2088,\n                            \"description\": \"ST AT FAMA EI F103633 GRAPA ESCALONADA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c77d9e20-f1d3-44d1-b5f4-b6a5fa8c9196\",\n                            \"dueDate\": \"2023-10-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-10-04T00:00:00\",\n                            \"balance\": 535.92,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"BA788713-F788-46B1-B3FE-2CFD2A44B905\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-28T00:00:00\",\n                            \"amount\": 5481,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8e162a5b-b58d-4d68-a7a7-ffca3cc1ae02\",\n                            \"dueDate\": \"2023-10-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-10-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"9580F81F-4E8E-4773-B24C-B6050E677297\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"747fb0e1-c25a-46c8-8aa0-cc41193b3f13\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"DA86921A-3C81-4BD7-BCA2-DFF035A4698C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 15428,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d9c0b529-fd02-405a-9ae0-c53c938f2f81\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"96F2D38F-0F4D-416B-88FB-C223E8D94B5E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 3155.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"01d35554-727e-43bd-b7cd-5b25105cc3ea\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"52588737-24C1-4C1B-94ED-52E42E5F9F8F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 8352,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0a3524e5-ca71-4294-a06a-3618888491c5\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"7029E4F7-CD95-44BD-9A1E-AD5F9F647950\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 4060,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f0d6b40f-e774-45f4-ae1a-2692dde74f1b\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"DFD59554-F6E3-46CC-96F6-5894F8A5597E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 13456,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7a271caf-ecc6-4923-a037-74e3804041e6\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"3ADE52ED-A1F1-4CDF-BA24-ED4E78512E20\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 9048,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f1784837-86df-4686-9e0d-3d448b80f286\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"4CEF748A-DDE8-4102-B851-3FF4B9A6BE3E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 12528,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2b187cc8-38dc-483c-9955-f15ed46b78eb\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"49622AF7-9497-4994-90D5-158C562A4893\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 18792,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"05f39c47-17ee-4b3f-9470-e9c13d79895f\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"1460D951-702F-4B36-BCBA-4021F7826312\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 16820,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9dc2f5aa-54bd-4018-ba72-446065b0f542\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E3F91FA6-62AB-4946-95DD-8765FA281EBC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 3300.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f702b5da-25fc-44d8-b7c5-d91532445d85\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"DCFBAD58-4FB8-470C-834F-D7465BA570AD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 16820,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"51a4c5b2-7f0a-4e9a-b354-8e7a958d456a\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"4CBAAD18-5EAE-4933-AC35-A14A07B3CC91\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-02T00:00:00\",\n                            \"amount\": 1740,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c337df50-d376-4413-8efd-c30401695ac7\",\n                            \"dueDate\": \"2022-08-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 1642.53,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"626D6D9E-8347-4EBC-B1F0-48232739E2FF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-02T00:00:00\",\n                            \"amount\": 2273.6,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"32aef78c-8961-4c3a-87c5-3e9795edcecb\",\n                            \"dueDate\": \"2022-08-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 2273.6,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"035750CD-43C6-4D67-B775-390791E08769\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-06T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"05999b0e-838c-47de-9eab-1faf4b7bf11d\",\n                            \"dueDate\": \"2022-09-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"58260597-F32F-4B2D-BD4B-C6BCC221972C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-07T00:00:00\",\n                            \"amount\": 1716.8,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"12cd3c21-c9b7-4688-811a-75e7acface44\",\n                            \"dueDate\": \"2022-09-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"7432CE75-E97C-464E-A4B7-9740D6032E92\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-07T00:00:00\",\n                            \"amount\": 580,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2224e684-33ca-46a3-949b-e9d8274f1290\",\n                            \"dueDate\": \"2022-09-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"AE4274E0-DEF5-48F9-A747-411DB41ABF8C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-08T00:00:00\",\n                            \"amount\": 12017.6,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e6321e78-22fa-4c5f-a929-a5712e45a814\",\n                            \"dueDate\": \"2022-09-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"1D294FE9-2409-4CCC-B97F-97D6DBC2807E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-08T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e868bf2f-6da9-45ab-88ba-ad3bd515cc16\",\n                            \"dueDate\": \"2022-09-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2D2406AE-5F85-4869-A134-0313B58F191B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-10T00:00:00\",\n                            \"amount\": 74472,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1115845b-6d7a-4e26-b8e8-9cbecdcfe478\",\n                            \"dueDate\": \"2022-09-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"0E3B3736-953C-4050-8C50-698D762E7C06\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-10T00:00:00\",\n                            \"amount\": 14268,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"808bde53-3ff9-4739-85ca-3e42c7b8e9e1\",\n                            \"dueDate\": \"2022-09-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 12275.21,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"38C079F7-1150-4DB5-BB38-4DE0A578047A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-10T00:00:00\",\n                            \"amount\": 1508,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"29f6306d-95aa-4382-93f8-c720687077ef\",\n                            \"dueDate\": \"2022-09-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 1468.91,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"EC281D5A-4F83-422E-A1A6-87F244C1B0CD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-13T00:00:00\",\n                            \"amount\": 4141.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b3ac0cca-b4cd-48a0-9556-adf3a5ba952e\",\n                            \"dueDate\": \"2022-09-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 4141.2,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"0F87F915-1055-45AF-9C17-7A568473CEDC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-15T00:00:00\",\n                            \"amount\": 88740,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7186ca4f-8a35-4f28-a43b-f23d7d22a59d\",\n                            \"dueDate\": \"2022-09-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"B1F6921B-DDEB-44A3-A703-92A9B4E790DF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-15T00:00:00\",\n                            \"amount\": 1972,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9aa9f993-f0ac-4663-a0d4-9747e007f1f2\",\n                            \"dueDate\": \"2022-09-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"C7CA114B-27E3-4E67-827F-14EEE5798B51\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-15T00:00:00\",\n                            \"amount\": 4060,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"36eab30a-de0c-4320-ac4f-1f10caf329f0\",\n                            \"dueDate\": \"2022-09-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"498EF87C-6250-4E6A-B580-CEE33BB8CB03\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-15T00:00:00\",\n                            \"amount\": 2784,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"824aacca-65e7-451b-95a6-3e290c4c4304\",\n                            \"dueDate\": \"2022-09-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E4D11BF8-8F38-42BC-9FAD-423193267428\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-15T00:00:00\",\n                            \"amount\": 1972,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5d554d40-4c17-444f-8bfe-98de60804fff\",\n                            \"dueDate\": \"2022-09-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"DFC105ED-DDBD-406E-8135-8955DEBF5E64\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-15T00:00:00\",\n                            \"amount\": 2018.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a25ca2de-4285-46a0-9777-c115ca32423c\",\n                            \"dueDate\": \"2022-09-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"01EBB828-84EE-4E82-BDA5-CB7FFA1A3F0F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-15T00:00:00\",\n                            \"amount\": 812,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"82a1ac52-2b68-4c3a-91b5-afa94b5b21e6\",\n                            \"dueDate\": \"2022-09-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"4E24363F-DAA9-42EB-9AD5-A933746C4723\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-15T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c7be9ebb-d148-4aa6-bfd5-11df65fea8f6\",\n                            \"dueDate\": \"2022-09-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"73F7A08A-116B-42B5-AD52-277E8EF9B2F9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-16T00:00:00\",\n                            \"amount\": 4129.6,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3cc75e70-c092-4a4e-b214-93d232d4a449\",\n                            \"dueDate\": \"2022-09-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"95D8846E-7F8E-4BFB-8DD3-C1C1CC4E10D9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-27T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0a52e04a-2cdd-4b0b-bed8-d158767f7f6f\",\n                            \"dueDate\": \"2022-09-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"CF580659-7461-4B1F-976B-4B81584E42B2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-27T00:00:00\",\n                            \"amount\": 14152,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6a2d4dcc-083e-4d9b-aadd-437ba9c71ff2\",\n                            \"dueDate\": \"2022-09-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"753A72C3-8CB4-4A91-BC3F-B506F84B7E04\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-28T00:00:00\",\n                            \"amount\": 77952,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f38a1bfe-d932-43b7-b74b-c97a883bff50\",\n                            \"dueDate\": \"2022-09-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"017B96C8-8701-4899-ABB5-4CF7113B98BA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-28T00:00:00\",\n                            \"amount\": 17415.62,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"250e0604-d411-4cc2-823e-07583eee971d\",\n                            \"dueDate\": \"2022-09-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 693.32,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"7F4AE612-B6D3-4377-BB75-2C41E544F6F7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-30T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d1129920-0ae5-4269-be50-b9ad2ead513b\",\n                            \"dueDate\": \"2022-09-28T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"8D87A1A9-67F1-470D-9F50-2F7EA0550046\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-01T00:00:00\",\n                            \"amount\": 2204,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"37f6c58e-bec0-40ae-bdbd-11628bb3c5b2\",\n                            \"dueDate\": \"2022-06-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"B5690B01-9F24-428C-B597-178815785A61\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-01T00:00:00\",\n                            \"amount\": 46400,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"97df7f33-da09-4e01-bbbf-0d9132996525\",\n                            \"dueDate\": \"2022-06-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"2BFB15A0-2870-458D-ABDF-EEDCD2EB2E04\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-04T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e587dab9-c30c-4aa4-ba1a-2434cf818701\",\n                            \"dueDate\": \"2022-07-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"BCB75161-1871-4D0C-B3BC-0F3FEE33D99C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-05T00:00:00\",\n                            \"amount\": 2320,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"81804830-e7c1-41d8-8212-96cbc096ca6f\",\n                            \"dueDate\": \"2022-07-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"0F6EF520-DDC1-431A-8356-2283A0191237\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-05T00:00:00\",\n                            \"amount\": 12180,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b0103cd6-fa2a-4872-8c90-0568475c3673\",\n                            \"dueDate\": \"2022-07-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"8C4C285C-C47F-4D8E-AD02-30FD35BE3043\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-06T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8570e279-e616-4515-8304-adf4e482266d\",\n                            \"dueDate\": \"2022-07-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2BB9E138-9321-4F08-B575-6431668A5C9D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-06T00:00:00\",\n                            \"amount\": 22620,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6199dd6b-8b08-4089-b35b-343c582d96e7\",\n                            \"dueDate\": \"2022-07-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"1CE3783F-9F13-45CB-9B33-4239E19E9809\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-06T00:00:00\",\n                            \"amount\": 4176,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3b2456a5-9243-43a4-82bd-a1b10e6caf6c\",\n                            \"dueDate\": \"2022-07-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"467E1FEB-1FF2-4188-8A7C-AC0C8FD50C7C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-06T00:00:00\",\n                            \"amount\": 14326,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0d19079d-0c2d-487e-a457-0c7687611db9\",\n                            \"dueDate\": \"2022-07-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007422\",\n                            \"id1\": \"29A92699-5430-498B-A01D-81E064CE2B3D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-06T00:00:00\",\n                            \"amount\": 65888,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6fd9fd3d-1214-4888-aa85-15e45a62165d\",\n                            \"dueDate\": \"2022-07-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"5EBBED8C-B5B6-42F7-9342-24787D2DB9A7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-08T00:00:00\",\n                            \"amount\": 3248,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8450b4d7-ec6f-45d7-a141-9e7520476f9d\",\n                            \"dueDate\": \"2022-07-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"235F8235-48E2-4AE4-8183-6B5A8BFF367D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-11T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"25fa8810-139b-4b64-88be-90684222d4ab\",\n                            \"dueDate\": \"2022-07-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"76ED754C-AC99-4235-809E-C31F9D8833B6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-13T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"495d4869-6ecb-4f7f-a0f6-f9da552ea52e\",\n                            \"dueDate\": \"2022-07-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"F8007746-7745-4A9B-9F44-16E544F16E62\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-21T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2fbd0f98-1307-4c5e-902b-db3a5253f7e5\",\n                            \"dueDate\": \"2022-07-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"BBAB0D48-F0FA-4325-8B69-F15F6A6809CE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-26T00:00:00\",\n                            \"amount\": 10764.8,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9f48592e-71a6-4506-b76b-f582f361704a\",\n                            \"dueDate\": \"2022-07-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"003EF2AB-1510-4201-B9E7-B0BD81F74A06\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-26T00:00:00\",\n                            \"amount\": 6032,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ef01419f-8ac4-4c54-9b69-56b4d1133428\",\n                            \"dueDate\": \"2022-07-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007424\",\n                            \"id1\": \"200E12CE-2FBD-4A09-9DA2-51B51F92EC3D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-29T00:00:00\",\n                            \"amount\": 9465.52,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ea36689c-5da6-436d-8f0b-ee16e15fbbb0\",\n                            \"dueDate\": \"2022-07-28T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"2CC2F2E3-7D2A-4E36-AB4C-30BA56C8EDB8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 34999.5,\n                            \"description\": \"OME LOWER TUBE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3db93c37-4b4d-487f-adc2-689b4e7a8a1d\",\n                            \"dueDate\": \"2023-10-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-09T00:00:00\",\n                            \"balance\": -0.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"A3BDD780-9DA0-4746-A8E8-68CD5F3DC1EA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 6890.78,\n                            \"description\": \"M0000163554 MNR MNRHECF-022 SUJ D/CABLE C/DOB RESIS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4384c184-7dbc-4155-b21d-3af085e85eb9\",\n                            \"dueDate\": \"2023-10-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"CB71C02F-5F09-47DB-8CBF-2430C4D0F4D8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-02T00:00:00\",\n                            \"amount\": 9280,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1f54b3f2-300c-451b-89a4-05c6b74dbe94\",\n                            \"dueDate\": \"2023-10-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-10-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"EC8C3D6C-EC38-45FE-BFD6-E2C872B797A9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-02T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9b61027f-65ce-401d-8fa3-63c7e94aac67\",\n                            \"dueDate\": \"2023-10-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"B30F71A8-FBCA-4317-B7AC-89AFC388EA21\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-04T00:00:00\",\n                            \"amount\": 19720,\n                            \"description\": \"PALAS PARA ALIMENTADOR MATERIAL MICARTA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c1d390fe-d833-46d4-8b30-102ffaef037e\",\n                            \"dueDate\": \"2023-11-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"E79032A8-C8CC-4D9F-B11A-243426E8B046\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-08T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a4bab3bf-5aaa-4c27-92ba-b24eb111c4ef\",\n                            \"dueDate\": \"2023-11-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"8A9222B8-3532-44A4-98A5-59531150A3E1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-09T00:00:00\",\n                            \"amount\": 1979.25,\n                            \"description\": \"M0000158555 MNR MNRCESCF-017 TOPE DE FILAMENTOS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"816ffb30-54d7-46d0-af00-4aa44a5c15c9\",\n                            \"dueDate\": \"2023-11-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-09-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"36BDF655-9EA9-4ECE-A116-2C408B7EBC09\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-09T00:00:00\",\n                            \"amount\": 11281.74,\n                            \"description\": \"M0000158517  MNR MNRMECCF-036 CAJA DE CORTADOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6b482057-898d-4ed7-b97b-48c696ebe1d2\",\n                            \"dueDate\": \"2023-11-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-09-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"A1B6A0D0-FE5D-4C76-B0A7-BC1C04FCC76A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-09T00:00:00\",\n                            \"amount\": 5481,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a95a4003-e71e-4985-b20e-bdf00dcadb8f\",\n                            \"dueDate\": \"2023-11-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"DFB7C07A-E2D1-46ED-A99F-A7FC88940D8E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-11T00:00:00\",\n                            \"amount\": 199901.33,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3926bd53-dcd9-4440-85d2-4104478ca37a\",\n                            \"dueDate\": \"2023-11-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"6C2DA786-0F84-46CD-9666-AB80C32E4CB7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-11T00:00:00\",\n                            \"amount\": 203303.9,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0650f3b6-088a-4c1a-a960-89832f5bdb56\",\n                            \"dueDate\": \"2023-11-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"9F322F1E-4B59-4DB1-88DE-BB2364ED3487\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-16T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3aae9298-f2b5-487d-9550-5aaabf73eb4d\",\n                            \"dueDate\": \"2023-11-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"201236CA-A0D0-42EC-99BD-54AAC3AAA0CD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-18T00:00:00\",\n                            \"amount\": 19140,\n                            \"description\": \"SERVICIO DE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"764755a0-b2d5-4984-83f9-0619ce170d1c\",\n                            \"dueDate\": \"2023-11-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"9A9D7FD3-3CDD-4251-8EDD-7D9D6F7EC984\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-18T00:00:00\",\n                            \"amount\": 6438,\n                            \"description\": \"SERVICIO DE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dfaeaa5d-5f10-4edb-8107-d8b8f8641327\",\n                            \"dueDate\": \"2023-11-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"BB20FF82-9A6B-4501-8921-EB0CA525B462\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-18T00:00:00\",\n                            \"amount\": 3306,\n                            \"description\": \"SHAFT MANUFACTURING M-1004\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"211e352f-935b-4cb3-b710-5e2e439d75b8\",\n                            \"dueDate\": \"2023-11-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"5647EE30-A7EB-4536-8307-86F4441408ED\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-24T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aad06c8b-d6ba-4345-bd97-2a2adb7da5a9\",\n                            \"dueDate\": \"2023-11-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007420\",\n                            \"id1\": \"C12E492D-AEFB-4682-A903-6B7845C573B4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-24T00:00:00\",\n                            \"amount\": 51678,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2a5ece35-912e-4905-b365-e515b1911332\",\n                            \"dueDate\": \"2023-11-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007407\",\n                            \"id1\": \"562E2418-A7D9-4D5E-9F5C-C0FCA1D3CD72\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-29T00:00:00\",\n                            \"amount\": 1749.72,\n                            \"description\": \"269953-01 ESPACIADOR DE ACERO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"299b40fe-2d45-418a-a26d-3529aeccb42c\",\n                            \"dueDate\": \"2023-11-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 1749.72,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"6536BFDD-30D7-4D4B-B66F-EE5FFD8A08CB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-31T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0fcef2eb-abf2-4a9b-a26c-0f6204c6694c\",\n                            \"dueDate\": \"2023-11-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"9EDA3F70-5B51-444A-9BCD-6C911848DD4F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-02T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e303c338-0638-41c4-9191-20f293e91354\",\n                            \"dueDate\": \"2024-07-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"32BF4EB2-DB15-4741-A1DE-B5C4B978610A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-02T00:00:00\",\n                            \"amount\": 13584.75,\n                            \"description\": \"M0000165781 MNR MNRCE-AK2002 TERMOPAR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4b800d51-1bc0-468c-a69a-dec535b641f7\",\n                            \"dueDate\": \"2024-07-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"2F5E8417-A63D-47DB-BAE9-71283D8F95A4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-08T00:00:00\",\n                            \"amount\": 45952.12,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a24e7b39-09c9-4308-98d2-045d3745af24\",\n                            \"dueDate\": \"2024-08-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-19T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"C3D289CC-E9BD-46B2-9A07-777CF31A213F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-13T00:00:00\",\n                            \"amount\": 7861.45,\n                            \"description\": \"U0000242441MNR MNRHECF-041 CONDUCTOR NEUMATICO CORT\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d48f4323-4de2-4a02-803c-e39dcf887762\",\n                            \"dueDate\": \"2024-08-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 8762.81,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"09A1195C-A0D1-4D85-9B5F-98F0BBD0E414\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-13T00:00:00\",\n                            \"amount\": 58456.94,\n                            \"description\": \"M0000158496 MNR MNRCTTU-8 TUERCA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4ad0d579-09bb-4dca-a01d-4d44557dc8b3\",\n                            \"dueDate\": \"2024-08-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"D93DE3F4-C2FB-4C23-A3BB-2111E0FC0829\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-15T00:00:00\",\n                            \"amount\": 177480,\n                            \"description\": \"STEEL FLAT STRIP 8GA X 1.63 X 120\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1377cefa-d833-412f-b636-1f417de5a718\",\n                            \"dueDate\": \"2024-08-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"EAD8D9A7-9005-43FA-A81A-6CAA216BA60C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-15T00:00:00\",\n                            \"amount\": 7507.63,\n                            \"description\": \"U0000198054 MNR MNR022 GUIA DE PISTON\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"be5f3ee4-b50e-4883-b159-58cb61a5ad7a\",\n                            \"dueDate\": \"2024-08-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"8016E66C-AB43-44B9-B0B1-8A866C1335CD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-17T00:00:00\",\n                            \"amount\": 26912,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dff265fb-91af-479c-ada9-95f862fc6bf0\",\n                            \"dueDate\": \"2024-08-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"46ECF5D2-1D88-4601-BAF1-FEFDCD6C7DE0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-20T00:00:00\",\n                            \"amount\": 44963.91,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"80f8fc3c-d61c-4480-ac6c-fc049eead989\",\n                            \"dueDate\": \"2024-08-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"5CC08567-B281-4AD2-8B2A-756897A44BA4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-20T00:00:00\",\n                            \"amount\": 45982.05,\n                            \"description\": \"286827-01/A COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ecda5fd6-b229-427b-b892-86a9534506e4\",\n                            \"dueDate\": \"2024-08-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-27T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"CCC01253-DB52-49E9-8B8B-13CDE5B40843\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-23T00:00:00\",\n                            \"amount\": 33292,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2a07416f-0420-43ff-a474-cb73991366b7\",\n                            \"dueDate\": \"2024-08-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"EBB044B8-B389-4738-942F-520E87130A5F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-29T00:00:00\",\n                            \"amount\": 99180,\n                            \"description\": \"SMT AT F348056 SOPORTE 16 1/2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b62cd837-2fad-44f9-b5d6-0b35fe1410ec\",\n                            \"dueDate\": \"2024-08-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"76562E5C-3831-4ADD-86BF-A7A63A6726F6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-30T00:00:00\",\n                            \"amount\": 36587.86,\n                            \"description\": \"261689/A   BUJE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"eaef2751-f7d6-4ede-a93d-8560f90277a0\",\n                            \"dueDate\": \"2024-08-28T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-28T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"08FE1637-D123-4227-B822-1AAE0CAE5EAC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-05T00:00:00\",\n                            \"amount\": 45356,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e916abe0-3409-4b6b-a09a-66bb0954e40d\",\n                            \"dueDate\": \"2024-09-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"BF2862F3-3A0F-44C0-998E-D728AAD10B88\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-07T00:00:00\",\n                            \"amount\": 88740,\n                            \"description\": \"STEEL FLAT STRIP 8GA X 1.63 X 120\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9b96a3be-230c-433c-a456-accd7d5ce3e7\",\n                            \"dueDate\": \"2024-09-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"6EFD3EC2-0A96-485B-AF63-A9FE9DB6D922\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-10T00:00:00\",\n                            \"amount\": 67244,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4736bebe-23e4-4ea3-8b64-6542381b6261\",\n                            \"dueDate\": \"2024-09-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-26T00:00:00\",\n                            \"balance\": -0.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"2E3C18C2-F4C2-45E0-8C0E-139AE2D5FE72\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-10T00:00:00\",\n                            \"amount\": 49249,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"25a6d10a-fb7c-45c7-a5a1-d302b9b83e56\",\n                            \"dueDate\": \"2024-09-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-07-29T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"E67BBFF5-8A62-4E97-B2B6-C2A6AFDA0EE3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-11T00:00:00\",\n                            \"amount\": 177480,\n                            \"description\": \"STEEL FLAT STRIP 8GA X 1.63 X 120\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c6ced06a-3f3a-425f-ac1d-60b39d3592f4\",\n                            \"dueDate\": \"2024-09-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"44531BF8-7699-40BC-A25A-C70E77AAA5D7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-11T00:00:00\",\n                            \"amount\": 10672,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"49d2ca2e-d460-4d6f-be2e-bc44c7958a23\",\n                            \"dueDate\": \"2024-09-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"9FA42C9D-7B20-42DB-83D2-ECFFC357E11C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-13T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"19c9d8a6-9344-471d-82fb-eb12ac8805c0\",\n                            \"dueDate\": \"2024-09-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"DE2DDC51-ADC5-4AF3-B03A-5A37804AF958\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-17T00:00:00\",\n                            \"amount\": 67971.75,\n                            \"description\": \"253548/B BUJE 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6915f28e-7238-4288-a35f-09e590b3ddfd\",\n                            \"dueDate\": \"2024-09-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"4FD5A5BB-FF88-4BE2-A097-A837A4CD6977\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-17T00:00:00\",\n                            \"amount\": 1236.86,\n                            \"description\": \"286219-02 COLLARIN DE METAL  ACOPLAMIENTO 1.02 DIAX1.75X2.31\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"22c7cff9-7ab7-495e-bf0a-8304a52b0b8e\",\n                            \"dueDate\": \"2024-09-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"8EEAB6F0-FC62-4F9B-BD07-4C2DB4C2515C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-17T00:00:00\",\n                            \"amount\": 132515.8,\n                            \"description\": \"261689/A   BUJE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"63f19e79-f946-4078-be2c-20483ac860de\",\n                            \"dueDate\": \"2024-09-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-07-29T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"16E5D1A0-9BFE-42BA-B2A3-305E90A9FE23\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-19T00:00:00\",\n                            \"amount\": 12180,\n                            \"description\": \"F307100 CODO DE ENTRADA 90 X 8 DIAM.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"007d25c4-2828-4737-9be0-1e1376ae56f1\",\n                            \"dueDate\": \"2024-09-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"38F56CCC-3FD7-4E59-AD90-EC910FC300FA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-19T00:00:00\",\n                            \"amount\": 12180,\n                            \"description\": \"F307100 CODO DE ENTRADA 90 X 8 DIAM.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f5158935-4f9d-47f5-b2c3-3fe4c3356c99\",\n                            \"dueDate\": \"2024-09-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"764B5CBD-C526-4195-849A-193F687A5EA0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-21T00:00:00\",\n                            \"amount\": 1450,\n                            \"description\": \"AT F102135 TUERCA \\\"T\\\" OF 1 3/4\\\" LENGTH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4c80a888-6ac9-495f-b47b-00fbad312ac3\",\n                            \"dueDate\": \"2024-09-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"EE143529-7968-4842-850F-BA2D3F25C014\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-24T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"99fb771f-ddf0-4eab-8d16-88738f207fac\",\n                            \"dueDate\": \"2024-09-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"8B32F54B-97BC-4002-94D9-2D0DA75C542B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-26T00:00:00\",\n                            \"amount\": 4060,\n                            \"description\": \"REFACC FAMA F103836 PLACA SOPORTE SUPERI\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a0a2052a-315b-4187-8a42-4e42033deaa2\",\n                            \"dueDate\": \"2024-09-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"22B4D23A-0717-43FA-A532-43E8CAE311FF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-26T00:00:00\",\n                            \"amount\": 3296.88,\n                            \"description\": \"ESTABILIZADOR DE TOPE DE CUERDA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"535a52b5-fb21-4a6d-b862-711efd034bd6\",\n                            \"dueDate\": \"2024-09-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"65F91C2C-BA91-4D14-A7BF-8872EE5A36B3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-27T00:00:00\",\n                            \"amount\": 120555.22,\n                            \"description\": \"261689/A   BUJE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dcc785b5-400c-440a-8dc9-7da09d9e9305\",\n                            \"dueDate\": \"2024-09-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-07-29T00:00:00\",\n                            \"balance\": 577.77,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"5833E2F7-BF84-4EC7-9F28-349292545E6F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-27T00:00:00\",\n                            \"amount\": 15660,\n                            \"description\": \"PERNO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b24ec2a0-2473-42a1-939c-453a3b5fddc7\",\n                            \"dueDate\": \"2024-09-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"97469D16-7B30-40E3-A4C9-18A3C56C4B29\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-27T00:00:00\",\n                            \"amount\": 43500,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d33adb03-8854-4ba2-adde-56cd57fc3eb0\",\n                            \"dueDate\": \"2024-09-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"41DCFC77-65B1-4BBA-A0E5-B580D7870807\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-28T00:00:00\",\n                            \"amount\": 6380,\n                            \"description\": \"FLOR DE EXPANSION MT0051\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e44a7dba-b4c3-45e1-9c07-114cae2bcfee\",\n                            \"dueDate\": \"2024-09-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"318EE852-7093-4992-BD35-93E8A159CF00\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-04T00:00:00\",\n                            \"amount\": 5104,\n                            \"description\": \"AUMENTO PARA NIVELACION DE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"050ec800-5347-4278-9ec6-0d562b8f6d85\",\n                            \"dueDate\": \"2024-03-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 5104,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"0E282772-659D-44BC-9D38-25EF89372594\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-05T00:00:00\",\n                            \"amount\": 230924.25,\n                            \"description\": \"253696/F COLLARIN DE ACOPLAMIENTO 2.31 ID X 2.75 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3cf0032a-3b4f-4c2e-bea5-ec18db122bd1\",\n                            \"dueDate\": \"2024-03-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"06325216-8D26-4BEA-A3D7-BBB1B8DB7B48\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-05T00:00:00\",\n                            \"amount\": 115809.59,\n                            \"description\": \"286827-01/A COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f52bad97-6e96-461f-a7f2-6a7a72cc5ae6\",\n                            \"dueDate\": \"2024-03-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"41F70CE7-17F2-48CD-9299-FCABB94B2841\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-11T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"026c785d-d818-4964-81c0-a73d97c13e96\",\n                            \"dueDate\": \"2024-03-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"0020D03E-5F3D-4304-92EF-2AD9C1D1B55C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-11T00:00:00\",\n                            \"amount\": 4002,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"287c192c-092d-41cd-bb95-88f527f6a6d0\",\n                            \"dueDate\": \"2024-03-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 4002,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"1D52BA8A-6DF9-411E-A11C-D1B6521CCFEE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-13T00:00:00\",\n                            \"amount\": 19336.68,\n                            \"description\": \"PARTE PARA CAMION DE BOMBEO DE CONCRETO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"51334226-0349-4d39-ac58-dfa7166a4c80\",\n                            \"dueDate\": \"2024-03-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-09-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"BCC11DF7-27B7-42F9-89CD-11C1C29C0004\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-13T00:00:00\",\n                            \"amount\": 22057.63,\n                            \"description\": \"PASADOR PIE ESTABILIZADOR TB130\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a03852b2-0ae8-420e-97b4-fb784fc03850\",\n                            \"dueDate\": \"2024-03-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 22057.63,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"4BFAEEC3-F0AF-4890-A825-2BCFD6C623F7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-14T00:00:00\",\n                            \"amount\": 173820.5,\n                            \"description\": \"253696/F COLLARIN DE ACOPLAMIENTO 2.31 ID X 2.75 LG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"678fb6d0-e38b-49ba-9885-5ab6f0da2fa0\",\n                            \"dueDate\": \"2024-03-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"EF7E5296-FF0E-4FB9-93BE-4D1C02CCA00E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-14T00:00:00\",\n                            \"amount\": 63229.2,\n                            \"description\": \"286827-01/A COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c0406ce0-a815-4a9c-a057-8ca0224bb3cf\",\n                            \"dueDate\": \"2024-03-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"ECF2A6CE-836C-4176-8298-EED8833FF2CB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-20T00:00:00\",\n                            \"amount\": 39585.3,\n                            \"description\": \"286827-02/B COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8ef04307-69e5-4786-8d00-5b4b61f863de\",\n                            \"dueDate\": \"2024-03-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"71F809A0-DB2B-4E49-A536-38BC8B2C0DB0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-20T00:00:00\",\n                            \"amount\": 19720,\n                            \"description\": \"PALAS PARA ALIMENTADOR MATERIAL MICARTA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b63953be-bf8d-4e3d-9941-5ec2abfd61c8\",\n                            \"dueDate\": \"2024-03-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"46F80FE5-4BBF-4FB3-8E36-01C5C3370877\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-20T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"63477c8a-eeb7-4f9a-b84f-ff7d2a31dca7\",\n                            \"dueDate\": \"2024-03-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"D5A9851B-1C48-4301-B828-A11425C82EC5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-20T00:00:00\",\n                            \"amount\": 16530,\n                            \"description\": \"SHAFT MANUFACTURING M-1004\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"45d4c6b3-badd-4d81-8373-9814762b3a03\",\n                            \"dueDate\": \"2024-03-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"22A850D1-E970-4A06-B75C-B7E0A64CD292\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-29T00:00:00\",\n                            \"amount\": 143289.55,\n                            \"description\": \"286827-02/B COLLARIN DE ACOPLAMIENTO C-BAR LH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8ead7143-73b6-4ca3-a6f1-714935c21dd4\",\n                            \"dueDate\": \"2024-03-28T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-06-04T00:00:00\",\n                            \"balance\": 162026.23,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F88CD319-D66C-45D1-87CC-2ED1E577974E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-01T00:00:00\",\n                            \"amount\": 800.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8994c4e6-2107-4ca0-be7b-9df2836e3149\",\n                            \"dueDate\": \"2022-11-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"F6212E73-AC37-42C2-B4D2-07131F304BF8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-05T00:00:00\",\n                            \"amount\": 32886,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"68843cb0-288f-4d09-a3a9-0b7fb7f17378\",\n                            \"dueDate\": \"2022-12-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"83B7E94B-396B-48F4-8A37-366D72D29D86\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-08T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f72b6ad8-13d4-4fd5-b242-1e64f78bb0ff\",\n                            \"dueDate\": \"2022-12-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007426\",\n                            \"id1\": \"86F5EE56-B64F-4199-921F-09E09740E8BF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-12T00:00:00\",\n                            \"amount\": 26229.25,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0396df1c-91ce-44ab-8bcc-f01abe7e2c72\",\n                            \"dueDate\": \"2022-12-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"F9F79A87-468C-42AB-B699-52A9243DB7FB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-12T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5106c2da-8471-4506-90a2-a344ca961b87\",\n                            \"dueDate\": \"2022-12-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"8EFB75DF-9BD3-4B11-97AF-CB4700EDB920\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-12T00:00:00\",\n                            \"amount\": 31900,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8e8fc44f-da6a-4427-af00-5b9b1fa3677f\",\n                            \"dueDate\": \"2022-12-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 2552.81,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"FBBEC2B3-85C8-42CE-8A2C-3ADC492C089C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-15T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d09e8723-c9df-4bd9-bf39-a135944190dc\",\n                            \"dueDate\": \"2022-12-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"FE56E937-C684-48B9-9503-7FB4AF327CB4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-19T00:00:00\",\n                            \"amount\": 1392,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4bc6ca7a-2d10-4faf-bde4-70c6625dd2f6\",\n                            \"dueDate\": \"2022-12-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"DA76EEB5-0DB6-40CC-BC83-FBC07AEEDED6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-20T00:00:00\",\n                            \"amount\": 5481,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3dc4e32e-346a-44e3-b828-85a89d11d5f7\",\n                            \"dueDate\": \"2022-12-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"2A0C8C68-59CE-4A7A-8934-00A256BA3FE3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-21T00:00:00\",\n                            \"amount\": 3944,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d83573f1-aba3-4ce5-81a3-0cdf54e29865\",\n                            \"dueDate\": \"2022-12-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"424674DB-9010-4AB7-BBD5-5B6B7898ED31\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-21T00:00:00\",\n                            \"amount\": 1972,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"da3a0444-d049-4c23-ac93-164cb45d034f\",\n                            \"dueDate\": \"2022-12-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007422\",\n                            \"id1\": \"846A062A-CBB9-4B20-8324-ED2BB4407D43\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-23T00:00:00\",\n                            \"amount\": 65105,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"70f195f1-7db1-45ce-9737-295e714a8b57\",\n                            \"dueDate\": \"2022-12-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007428\",\n                            \"id1\": \"A07432C8-E570-4A52-B96F-4F97BB8326A6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-23T00:00:00\",\n                            \"amount\": 69513,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ea56a873-37ba-4c25-9b69-0339337f0554\",\n                            \"dueDate\": \"2022-12-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"65238DA8-79B5-466B-A5C4-AD18C37933D1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-23T00:00:00\",\n                            \"amount\": 4002,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a40d0ab4-f390-4158-9c38-8d2b912ec37f\",\n                            \"dueDate\": \"2022-12-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"605C333E-E843-4476-8E99-66F44B8CFA01\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-23T00:00:00\",\n                            \"amount\": 4002,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4aa21f60-2e9c-41ad-acd6-1f759e370f9b\",\n                            \"dueDate\": \"2022-12-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 4002,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"541BE2F6-2AC3-4058-8CB0-883E4879BBB7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-26T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bf120f16-2255-4919-87b3-c207768b9fc6\",\n                            \"dueDate\": \"2022-12-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"22C6D06B-6015-4BF2-9CD9-295BF6E145DA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-27T00:00:00\",\n                            \"amount\": 9860,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aba6b102-5141-463f-92dd-a967e571e375\",\n                            \"dueDate\": \"2022-12-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"04761244-4790-4199-89C6-3C4118C8B018\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-29T00:00:00\",\n                            \"amount\": 6380,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"75e91321-8a8d-4592-a8ac-9661f031e531\",\n                            \"dueDate\": \"2022-12-28T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"829CF33F-A72F-44D1-A1BA-284BB05F3B0F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-08T00:00:00\",\n                            \"amount\": 7811.97,\n                            \"description\": \"M0000163554 MNR MNRHECF-022 SUJ D/CABLE C/DOB RESIS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5c78904b-5126-4718-af45-5bccce54aa81\",\n                            \"dueDate\": \"2024-04-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"E5048CF9-C7DE-4AA8-9B0F-B20AC05D953E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-08T00:00:00\",\n                            \"amount\": 9596.61,\n                            \"description\": \"U0000242446 MNR MNRHECF-0029 SOPORTE DE RESISTENCIA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"81c58803-d2f2-438c-9933-fffbc69509cb\",\n                            \"dueDate\": \"2024-04-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"865DB3F4-D22E-4EC2-9894-719BE4238BF7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-08T00:00:00\",\n                            \"amount\": 77371.9,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9520649c-ad15-4a59-b122-e557930099f6\",\n                            \"dueDate\": \"2024-04-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-10T00:00:00\",\n                            \"balance\": 0.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E0CA74D1-ADB4-40C1-8A6D-A360A33C87B7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-08T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": \"REFACC FAMA F8639 RECIPIENTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dc57048a-6060-4bdb-8238-5347a42ccdb7\",\n                            \"dueDate\": \"2024-04-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-22T00:00:00\",\n                            \"balance\": 584.71,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"BACAC540-9B79-4E84-BAF8-605B2CEF7308\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-10T00:00:00\",\n                            \"amount\": 4925.44,\n                            \"description\": \"BUJE RODILLO DE RETORNO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6ed39442-d713-438e-a971-bededb2e93e0\",\n                            \"dueDate\": \"2024-04-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"8D71D643-D605-42EE-BFBE-6C4588CB58CD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-10T00:00:00\",\n                            \"amount\": 4925.44,\n                            \"description\": \"BUJE RODILLO DE RETORNO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aac484a8-5093-439a-8ba6-0b4fead56538\",\n                            \"dueDate\": \"2024-04-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"75F67356-CE38-4A65-A385-8561BBEDCF53\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-11T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"628cdb6b-05d1-4ba5-b8ef-18de24983764\",\n                            \"dueDate\": \"2024-04-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"D63A5FB3-CEE9-4301-9FE4-FE3F050CA5F1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-11T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2a67c1f0-1a7b-4918-b50b-7f5a092a3bad\",\n                            \"dueDate\": \"2024-04-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"1E2768F0-A4C9-43DE-A1FF-D27FEC139BDE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-11T00:00:00\",\n                            \"amount\": 19720,\n                            \"description\": \"PALAS PARA ALIMENTADOR MATERIAL MICARTA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8c2c230e-2206-41b8-8f7d-591df09a8616\",\n                            \"dueDate\": \"2024-04-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"89C43F3F-866E-47CE-93AA-506525A8FBED\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-11T00:00:00\",\n                            \"amount\": 3137.41,\n                            \"description\": \"M0000159544 MNR HECF-020 GUIA DE COPLE DE PISTON\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"000fd972-804c-4aa7-8ba7-62e727d78a91\",\n                            \"dueDate\": \"2024-04-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"D3B40A69-C8F0-4752-A7C6-68EE42DC346B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-11T00:00:00\",\n                            \"amount\": 12847.17,\n                            \"description\": \"U0000198056 MNR MNR007 TIMER PARA HORNO 81 H3CA-8\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9d66bae1-a0b9-47a5-8a01-227cb5cab4d9\",\n                            \"dueDate\": \"2024-04-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"07CBC468-DCE5-4B25-944E-5B3D7F0A30F5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-17T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4bbd0c17-d9b9-4d8a-93a6-4d060f73c4a4\",\n                            \"dueDate\": \"2024-04-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"05C0E843-EA6A-49D0-A287-A526EBDC55B6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-17T00:00:00\",\n                            \"amount\": 24950.96,\n                            \"description\": \"SET DE BOQUILLAS PB10 CALIBRE 95 MM PBD MNR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dfecfaf2-6794-496c-825a-c60f27dfea6e\",\n                            \"dueDate\": \"2024-04-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-02-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"A6490240-4F8E-4CD3-BA94-C582AF189972\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-18T00:00:00\",\n                            \"amount\": 896.32,\n                            \"description\": \"MNRCMRE-7-9-32 RESORTE PARA CORTADOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3f122549-ac97-4c06-a2c0-93a1bbbce6a5\",\n                            \"dueDate\": \"2024-04-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 896.32,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"4CCFD4FB-646E-4B04-997D-21C4968FA187\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-18T00:00:00\",\n                            \"amount\": 19720,\n                            \"description\": \"PALAS PARA ALIMENTADOR MATERIAL MICARTA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"378fac7f-d4e7-46d1-bdbc-d8552af278e7\",\n                            \"dueDate\": \"2024-04-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"691DED68-3C48-4A5E-B5DC-C67BFED7EC5C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-24T00:00:00\",\n                            \"amount\": 10324,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f274dfa1-69f9-41cb-9e75-c5c89dbac8b1\",\n                            \"dueDate\": \"2024-04-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"B17B53AA-B5D4-4A63-8CD8-5B394AAE2DB9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-25T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e7b98999-6190-44ec-be37-376cd2616a33\",\n                            \"dueDate\": \"2024-04-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"F5E75C07-8042-4ECB-AAC6-C9B16DEBE483\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-26T00:00:00\",\n                            \"amount\": 44080,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d64205c1-affb-4247-9e0c-ccbf9a106a4e\",\n                            \"dueDate\": \"2024-04-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"186E9F3E-B32A-466F-A4FC-84A0CB239D88\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-26T00:00:00\",\n                            \"amount\": 21449.29,\n                            \"description\": \"U0000242448 MNR MNRCE-MK2P1 RELEVADOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5b412510-5ddd-4268-a4cf-f4d380a143c7\",\n                            \"dueDate\": \"2024-04-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-05-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"F5863AD8-9DC3-41FE-AD45-6018683BB718\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-04T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"89b9377e-0cfa-4ccb-aef5-1888b5a2ea26\",\n                            \"dueDate\": \"2023-07-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E3966E62-7925-4AE1-8021-923FF000484F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-04T00:00:00\",\n                            \"amount\": 25520,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b2298e5d-0b1e-4be1-8bf3-27eea55590f1\",\n                            \"dueDate\": \"2023-07-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 25520,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"A0C92AA0-3459-4209-870E-052CC6B836C7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-04T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f2e82e7d-eb7e-442e-8cd9-ff2a77ebb40e\",\n                            \"dueDate\": \"2023-07-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"53AC0796-283D-4CE3-806E-7FAFCEA945CA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-10T00:00:00\",\n                            \"amount\": 18325.1,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"edf4fa04-5a60-46a3-a3df-151753468909\",\n                            \"dueDate\": \"2023-07-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"7A342AB1-5534-4012-8787-417327A32C06\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-10T00:00:00\",\n                            \"amount\": 18194.36,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c67719aa-78a2-4f74-a663-85ba8ac3ede3\",\n                            \"dueDate\": \"2023-07-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"4D6FB6BF-056A-4AAC-A18E-302AC56C2775\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-10T00:00:00\",\n                            \"amount\": 12470,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0b7b0a35-67f0-418e-bf57-d2920141d686\",\n                            \"dueDate\": \"2023-07-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"A4DE4898-BFCA-4FBB-A943-6E25DAE8081B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-10T00:00:00\",\n                            \"amount\": 5916,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"527137ec-f0d2-4fed-a8d0-821c75d97765\",\n                            \"dueDate\": \"2023-07-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"D601902C-6C66-4891-A079-683E6D7248D2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-10T00:00:00\",\n                            \"amount\": 73950,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"de8d03a7-6818-4a05-985b-8db584f699e4\",\n                            \"dueDate\": \"2023-07-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-05-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"53433C75-0B8C-44E7-BA5F-0A1D9A4E9746\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-12T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"47a3baf9-0935-4805-9b6c-2ce5134188df\",\n                            \"dueDate\": \"2023-07-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"A6F48BE1-F8C5-44C2-90CB-92B21AC22E8E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-14T00:00:00\",\n                            \"amount\": 9280,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"396c66ab-51ab-4515-a2e7-842a9ff9900f\",\n                            \"dueDate\": \"2023-07-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"FF1CDAA8-71CD-48DD-872A-80D301E06D22\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-18T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a2fc8a15-6fc7-4c61-8766-e44a4649579c\",\n                            \"dueDate\": \"2023-07-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"EC441F75-8111-4F52-851E-98292485BF0C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-19T00:00:00\",\n                            \"amount\": 12638.8,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7e00aa9a-de46-45bd-bc09-cf763b34c2d1\",\n                            \"dueDate\": \"2023-07-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"288DA5DC-D04E-44E0-AD6F-5D815E29AC20\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-19T00:00:00\",\n                            \"amount\": 314.16,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ad87a7eb-4d28-47dc-ba66-63802ec051c4\",\n                            \"dueDate\": \"2023-07-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"F03CF450-FD6F-4C91-BC11-233126DFEDB1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-19T00:00:00\",\n                            \"amount\": 5236.07,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7b51ffd0-d131-4958-b122-340755cb3d45\",\n                            \"dueDate\": \"2023-07-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"0CDB358F-ED24-4D37-BBA2-9B21A26D8BF4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-20T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4f307721-8020-4fe2-8061-81184841329c\",\n                            \"dueDate\": \"2023-07-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"7AC65D86-9559-4B5D-8FB4-24450032B9C5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-21T00:00:00\",\n                            \"amount\": 16240,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f779adde-dd6f-4c42-ae8a-ef59c3acdd0b\",\n                            \"dueDate\": \"2023-07-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"B2A14E60-307C-4B28-A4BD-51C18898C1C9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-21T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6f7b687b-2b0a-433c-ba63-9c56b17a0235\",\n                            \"dueDate\": \"2023-07-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"6E55CF82-F63C-413A-A6E8-86EE65DEABE2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-24T00:00:00\",\n                            \"amount\": 5104,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a63eb4e0-736e-452e-9c70-fea81d8b937e\",\n                            \"dueDate\": \"2023-07-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-03-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"0FC247D6-CE7C-4C7C-B919-0DE3CF759A6F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-25T00:00:00\",\n                            \"amount\": 800.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"08cb6652-922e-441e-9e9e-86ef7cc985d1\",\n                            \"dueDate\": \"2023-07-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F252F12B-C164-4BF9-BB68-6F9F3490BC57\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-25T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cef95144-8ca3-417e-9576-922bf2a72b5f\",\n                            \"dueDate\": \"2023-07-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"0C00D5D7-9B03-4E12-8169-5FF0DB3C83C1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-25T00:00:00\",\n                            \"amount\": 800.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dc4943f5-d092-4c09-91c4-71dddeb90317\",\n                            \"dueDate\": \"2023-07-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"C6980225-D49A-4A6E-9FD5-ACDCD47D7E0E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-26T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e9a27dd1-b0e3-4d73-b261-7c8689741d32\",\n                            \"dueDate\": \"2023-07-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"383A4EA8-324F-4CDE-AB22-A7F8CC3A537F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-27T00:00:00\",\n                            \"amount\": 9280,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ef7b6cb0-50b2-4306-b06a-e7cae106f1f8\",\n                            \"dueDate\": \"2023-07-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"23E84BA2-E59B-439E-A930-3AD4C36CD6A4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-28T00:00:00\",\n                            \"amount\": 11250.32,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9754e9b3-554d-4a5c-b32f-0b7d5eec8833\",\n                            \"dueDate\": \"2023-07-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"7D7873F0-076D-43DA-A40B-A23633D40206\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-05T00:00:00\",\n                            \"amount\": 60900,\n                            \"description\": \"FIXTURE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cc70485b-1c82-40ab-84f1-9073d8e7c860\",\n                            \"dueDate\": \"2023-09-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"E98B1BE0-522E-43E0-B180-2D3F0FD0C8C8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-06T00:00:00\",\n                            \"amount\": 2320,\n                            \"description\": \"REPARACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"22fe76f6-d9cd-4d98-a765-a1f535e7d638\",\n                            \"dueDate\": \"2023-09-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"A7B5A07B-A010-40DE-A715-319DFA9B00E2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-06T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ff8aae23-9385-4161-bfca-3beb9f3cc956\",\n                            \"dueDate\": \"2023-09-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"A278EAB2-02BB-4E13-9B9C-AD60E2366C7E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-08T00:00:00\",\n                            \"amount\": 9280,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2c040161-10f3-4bd7-973c-9c843e849856\",\n                            \"dueDate\": \"2023-09-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"21B26864-1665-4317-8124-3475CDE5185A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-08T00:00:00\",\n                            \"amount\": 4408,\n                            \"description\": \"PLACA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b01e62e4-389a-4128-86a1-30c0f1f98f06\",\n                            \"dueDate\": \"2023-09-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-10-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"574763A7-A45D-4B39-B026-12B0476CA737\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-09T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"17aceadc-26a2-4066-a31d-3081328d71e6\",\n                            \"dueDate\": \"2023-09-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"714C0D89-9C36-4532-AB1B-1DA8BF37614F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-09T00:00:00\",\n                            \"amount\": 4640,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"196c7802-b52b-410b-89f0-ddbec84012a3\",\n                            \"dueDate\": \"2023-09-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"0260842B-FB19-43B9-B3F1-15F558C169CC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-09T00:00:00\",\n                            \"amount\": 10825.01,\n                            \"description\": \"M0000160375 MNRHECF-029 SOPORTE DE RESISTENCIA INFER\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ebe6ef66-c447-4c2a-b560-75a79f2fa8c2\",\n                            \"dueDate\": \"2023-09-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"27346612-5777-4DC8-809B-0CFBECCDF2A7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-09T00:00:00\",\n                            \"amount\": 4911.35,\n                            \"description\": \"U0000201210 MNRMECCF-035 CORTADOR FLOTANTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"df58db2b-79f9-40da-9e6d-d541f31daa1f\",\n                            \"dueDate\": \"2023-09-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"2A9B7527-6565-4404-9110-3E4ACCBBE4ED\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-09T00:00:00\",\n                            \"amount\": 52801.99,\n                            \"description\": \"MNRCESCF-036 SUJETADOR DE YUNKE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4ae09f3f-0c9b-4250-b15e-89327992a1a6\",\n                            \"dueDate\": \"2023-09-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"53779A8D-F7A7-47E8-B1E7-CEA308F3C010\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-14T00:00:00\",\n                            \"amount\": 11136,\n                            \"description\": \"REFACC FAMA F330241 UPPER BEAR ING RACE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4760dc18-39ef-45ca-b6de-c3d2a802f4b4\",\n                            \"dueDate\": \"2023-09-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 5532.78,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"96F8B7D9-C1F6-402C-ABE9-4C814130DEE6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-16T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5509d9ad-bf12-479c-b1fd-b143e355575e\",\n                            \"dueDate\": \"2023-09-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"35596EB0-8E9C-4054-A4D2-A5F8C32330E2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-16T00:00:00\",\n                            \"amount\": 13920,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"52e0229d-bb80-4f80-abba-151840673439\",\n                            \"dueDate\": \"2023-09-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"9F507A57-9958-41BC-93D8-AC69EC674B8D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-16T00:00:00\",\n                            \"amount\": 1160,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"df2ed2a5-a8b7-4f38-aca3-df4609345d62\",\n                            \"dueDate\": \"2023-09-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"9F6276E4-6ABB-463B-9D74-83AC9AD99C2B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-23T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"20896739-5f53-45cb-9613-fcae8e33816a\",\n                            \"dueDate\": \"2023-09-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"7C8BC83F-9711-443B-8E61-03461FA9E014\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-26T00:00:00\",\n                            \"amount\": 408.32,\n                            \"description\": \"M0000163554 MNR MNRHECF-022 SUJ D/CABLE C/DOB RESIS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ecd61224-0977-49fb-921c-53758bc7ced5\",\n                            \"dueDate\": \"2023-09-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 408.32,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"8D5C0D5E-4633-4543-A530-6D8F17FD0D56\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-26T00:00:00\",\n                            \"amount\": 19720,\n                            \"description\": \"PALAS PARA ALIMENTADOR MATERIAL MICARTA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0cbdd555-3aee-4eb1-b998-d66510b50234\",\n                            \"dueDate\": \"2023-09-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"60C263EF-3CA9-4F03-A917-EB99DB9748B5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-26T00:00:00\",\n                            \"amount\": 88740,\n                            \"description\": \"STEEL FLAT STRIP 8GA X 1.63 X 120\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e2b25ec1-2060-4795-89af-005f281b46d3\",\n                            \"dueDate\": \"2023-09-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F7EE0AB4-A936-4A32-B89B-4F3DF04A3215\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-26T00:00:00\",\n                            \"amount\": 2610,\n                            \"description\": \"SMT AT F321741 PAD-GOB DEFLECTOR 5\\\" LE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5f21509c-dd5f-4384-92de-92d617b1415d\",\n                            \"dueDate\": \"2023-09-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"2EB8C104-11B8-4DA5-B0AB-D9AC8E4C5F40\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-26T00:00:00\",\n                            \"amount\": 41412,\n                            \"description\": \"STEEL FLAT STRIP 8GA X 1.63 X 120\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"658891d0-0e4c-4a55-96f8-e553c1b791c3\",\n                            \"dueDate\": \"2023-09-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"CC529310-B20D-4D64-858E-8F36DEB33582\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-27T00:00:00\",\n                            \"amount\": 34999.5,\n                            \"description\": \"OME LOWER TUBE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cfa27065-ca7a-406e-a719-5d6eaa3d320d\",\n                            \"dueDate\": \"2023-09-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 34999.5,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"57B90FD4-77B7-4A47-940D-F558ED0D4446\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-27T00:00:00\",\n                            \"amount\": 13160.37,\n                            \"description\": \"PARTE PARA CAMION DE BOMBEO DE CONCRETO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b9518ce5-eaa2-4497-b481-e81a64499fee\",\n                            \"dueDate\": \"2023-09-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"2E6B5A61-E960-4508-81B0-E4D9AD9E06A6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-27T00:00:00\",\n                            \"amount\": 4956.5,\n                            \"description\": \"BUJE RODILLO DE RETORNO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4d57c390-545b-4931-a1af-92c6a0b5f10c\",\n                            \"dueDate\": \"2023-09-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"1E9A286B-8852-4C6C-88BA-6F7A6A1880A8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-27T00:00:00\",\n                            \"amount\": 25431.98,\n                            \"description\": \"EJE CORTO TELEDRIVE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0ddd671a-501d-43ac-836c-1094abf3079f\",\n                            \"dueDate\": \"2023-09-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007426\",\n                            \"id1\": \"69D85D4E-3A80-4E5C-9454-EC409025760A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-27T00:00:00\",\n                            \"amount\": 5471.98,\n                            \"description\": \"SUMINISTRO Y FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ca6ae9e6-9bfe-42d1-92d8-dcf293f9b9c1\",\n                            \"dueDate\": \"2023-09-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 5471.98,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"2DBA0BA2-1F39-4085-834D-6FA0ACEE668E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-27T00:00:00\",\n                            \"amount\": 4659.11,\n                            \"description\": \"M0000158545 MNR MNRMECCF-007 GUIA TERMINAL 2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"690b864f-ef19-401c-9ee9-7455bdf9eed9\",\n                            \"dueDate\": \"2023-09-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"D8BC27BC-7538-45CE-B158-526ADD1F3225\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-28T00:00:00\",\n                            \"amount\": 54172.6,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e59469f7-f106-482e-b142-e214547cbfc1\",\n                            \"dueDate\": \"2023-09-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2024-01-10T00:00:00\",\n                            \"balance\": 0.48,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F63A5FAC-0B8F-4B99-BC46-9EE444ABAFD8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-29T00:00:00\",\n                            \"amount\": 2088,\n                            \"description\": \"ST AT FAMA EI F103633 GRAPA ESCALONADA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2ae45918-4497-4952-b763-6ce3218505bc\",\n                            \"dueDate\": \"2023-09-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 2088,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"9CDD3FDF-517D-4310-8996-596943BE6DA1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-01T00:00:00\",\n                            \"amount\": 9918,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"864d6e57-7bb8-46c7-bf4b-365691e5b1c9\",\n                            \"dueDate\": \"2023-01-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"DA2B9E72-5A45-485E-8E9A-7255B1875A8D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-01T00:00:00\",\n                            \"amount\": 5916,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"02d64661-a5fc-478e-a3f5-93f169cc5e2b\",\n                            \"dueDate\": \"2023-01-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"BAF8BA2F-AC60-469F-9752-44E3B3716B1B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-03T00:00:00\",\n                            \"amount\": 27405,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b4b212ae-6170-479d-879c-88018c5c7f39\",\n                            \"dueDate\": \"2023-02-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"22CB0EDE-28D4-48E1-8A47-60A09EE834A4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 800.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ad8e2e35-3638-4d74-ad37-196b32263f6c\",\n                            \"dueDate\": \"2023-02-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"34B7208F-F695-4F2B-9DC7-05B4170578D5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 986,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e8603d1f-6e79-4382-9c42-82218d07a05f\",\n                            \"dueDate\": \"2023-02-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"3007A485-BCD0-42FD-BFB2-C3579E093C2C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 8932,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0df7ec11-c923-44bf-8f14-1515e71bca3a\",\n                            \"dueDate\": \"2023-02-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"C47B4BE7-8CA2-4FA9-ADD4-507BC8A41D10\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7682ec99-f5a7-4572-8e8d-77f64051a20d\",\n                            \"dueDate\": \"2023-02-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"6FA70BFC-8EE2-45E1-9453-FE0DB4B54FF9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 3166.8,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"acb518fd-0f85-4603-ac12-07376e34c0f7\",\n                            \"dueDate\": \"2023-02-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007422\",\n                            \"id1\": \"1C12DC99-5651-4BE3-9A25-5F64A9B70965\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 23200,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"663442c2-5c8b-44e3-8cb9-00cd508c0400\",\n                            \"dueDate\": \"2023-02-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"A4F51BA2-46B7-4EDF-9D90-DAC85182AA51\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-09T00:00:00\",\n                            \"amount\": 27405,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"15b389f1-58a4-4c3c-9425-e3a8c330142b\",\n                            \"dueDate\": \"2023-02-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"6EE1D6A8-775E-41E0-A176-7264C73050FA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-09T00:00:00\",\n                            \"amount\": 8175.41,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"df71922d-295a-469a-9f24-3dc730f47bf7\",\n                            \"dueDate\": \"2023-02-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007417\",\n                            \"id1\": \"37410CF8-F0FC-4D9C-BACE-C62102269EDA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-09T00:00:00\",\n                            \"amount\": 3523.88,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6512d14b-2e50-4ac0-9123-5a45eb090d82\",\n                            \"dueDate\": \"2023-02-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 3523.88,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007417\",\n                            \"id1\": \"B69670DE-C1AC-4352-A6D7-2285C586FA65\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-09T00:00:00\",\n                            \"amount\": 88664.84,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"25bc460a-6d68-4b8f-a8df-2386046bdfe4\",\n                            \"dueDate\": \"2023-02-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 88664.84,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"599A8845-1343-413E-99E2-E38982F43E93\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-09T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"04944435-89dd-495b-96ec-e11593152227\",\n                            \"dueDate\": \"2023-02-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"F80D5CAD-1D2A-41A4-BB98-D1E92E75F3DA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-10T00:00:00\",\n                            \"amount\": 114843,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8c2efeb2-a119-4659-9cd5-1dbd6d38b13c\",\n                            \"dueDate\": \"2023-02-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-11-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"FB8F081A-68D2-44AD-A1CF-332E2985DBA2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-15T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0056fc7d-2996-4c5c-8058-e61356f07bc1\",\n                            \"dueDate\": \"2023-02-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"A41986F2-B755-4E2B-8F3E-546406059ADC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-15T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"99796763-11d2-4249-84a8-aa9f4bb20fd9\",\n                            \"dueDate\": \"2023-02-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"B58B69DD-0944-44E9-8712-079F12673B32\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-15T00:00:00\",\n                            \"amount\": 31900,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d6121ccb-eb4a-47b7-b371-f554fcd4e582\",\n                            \"dueDate\": \"2023-02-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"933670E4-3F8C-46C5-BF06-2AE89E1C5052\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-15T00:00:00\",\n                            \"amount\": 19836,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"71d05cb2-cda2-474d-a0ae-039a2cf0d805\",\n                            \"dueDate\": \"2023-02-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"96FF6CDB-E948-4087-8432-00C758DB5723\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-15T00:00:00\",\n                            \"amount\": 5916,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"97b18cf0-a86f-460c-b86c-d75df4fb533c\",\n                            \"dueDate\": \"2023-02-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"6E046000-0400-4655-B642-C1A26982B630\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-15T00:00:00\",\n                            \"amount\": 7540,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a2a77c0d-362d-4df7-9186-8a4b759e71d0\",\n                            \"dueDate\": \"2023-02-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"B6D3B2E2-FAE1-4B4F-8FBD-12C06DBF09B6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-16T00:00:00\",\n                            \"amount\": 1050,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c2ecc2c0-b023-4947-8fe3-a3af74840cce\",\n                            \"dueDate\": \"2023-02-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": -18723,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007426\",\n                            \"id1\": \"5F8BA673-EBA9-4D75-9550-66D96D9DD9F0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-16T00:00:00\",\n                            \"amount\": 8412.46,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b8fe1217-0d9d-4796-962e-ab18cc846fe5\",\n                            \"dueDate\": \"2023-02-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 8412.46,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"E8409231-2FE7-40BF-A7E0-5E90E2EC6756\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-17T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c8c9505a-5ffd-4292-9527-fa0f3c0687f1\",\n                            \"dueDate\": \"2023-02-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"DE32AE9D-F8E5-4FEB-9D7F-AD2C87BDC99A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-17T00:00:00\",\n                            \"amount\": 11035.39,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"94b5db4e-9c41-42f4-bdaa-169fe088e06d\",\n                            \"dueDate\": \"2023-02-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"995DEC1F-4FB7-4B6A-B9A4-7AB6CC59580C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-22T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8a9dbc6d-9f85-4962-af38-eda6b7ab9e1f\",\n                            \"dueDate\": \"2023-02-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"36053DA7-E32B-44C7-B49D-CDF0C61F4DBB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-29T00:00:00\",\n                            \"amount\": 134212,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c1075e63-decf-4b64-960f-067aa87cdd83\",\n                            \"dueDate\": \"2023-02-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E9C7C68C-1AB1-46BD-9278-156DCF4C9628\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-04T00:00:00\",\n                            \"amount\": 13050,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d66724ab-9630-49e8-bf79-2c668fa49329\",\n                            \"dueDate\": \"2023-04-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"641987E4-8B0D-4F24-9B83-5DC1A89CE970\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-04T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"21428167-c910-4747-85ac-f17918cc64fc\",\n                            \"dueDate\": \"2023-04-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"B8FCA605-C41D-4714-818A-A3FFAB4D4D56\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-09T00:00:00\",\n                            \"amount\": 2088,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0f3fbef8-a31e-45c9-8033-b1cf927a7e2a\",\n                            \"dueDate\": \"2023-04-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"25B89F05-81F0-4EE0-8733-7F37CE173C36\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-10T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"77623b60-9e7b-4884-adcb-a8877c65f546\",\n                            \"dueDate\": \"2023-04-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"A431E623-1436-49BC-9662-AC856969971B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-10T00:00:00\",\n                            \"amount\": 1577.6,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a72b0c6b-fce3-4e1a-8d22-fd3917d0b9f6\",\n                            \"dueDate\": \"2023-04-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"E0135BAC-1517-4A59-B2FA-36992AB97423\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-10T00:00:00\",\n                            \"amount\": 6612,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7a161e7e-ef86-40fa-b4fb-d48919caba1b\",\n                            \"dueDate\": \"2023-04-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"C63E2EBC-3A9F-45B6-B395-8856432FD3C4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-10T00:00:00\",\n                            \"amount\": 11368,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f94b0e5b-3687-4199-a38a-da6f065c6971\",\n                            \"dueDate\": \"2023-04-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"3D0166CF-2F12-4EB0-9356-AB5FBFAED0FC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-10T00:00:00\",\n                            \"amount\": 1032.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0bc51415-eb3a-47ea-bcb8-2d544db40671\",\n                            \"dueDate\": \"2023-04-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"9126EDDE-1F7A-4CBF-9365-37EFB14B01E1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-10T00:00:00\",\n                            \"amount\": 2900,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d8c5ce67-63e9-464d-85cf-608f170a63f5\",\n                            \"dueDate\": \"2023-04-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"4CF87486-1988-4B3B-879B-6A1E24D4F3E4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-10T00:00:00\",\n                            \"amount\": 19836,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bea5bf3c-a52e-4bd6-93e3-cf5a868d0512\",\n                            \"dueDate\": \"2023-04-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"6BA7494C-9367-479C-A2F4-AF9F2B699D0B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-11T00:00:00\",\n                            \"amount\": 55846.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6ff0870f-74c2-40f3-8b2c-6d307b57f1a5\",\n                            \"dueDate\": \"2023-04-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"EF2D9826-E941-462B-809F-DF9898D3F0E2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-11T00:00:00\",\n                            \"amount\": 15861.8,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"88406a84-7800-40b3-9a85-db96d3195cbd\",\n                            \"dueDate\": \"2023-04-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0.05,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007417\",\n                            \"id1\": \"577DDFC7-7383-4636-8D43-24832546BFE8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-11T00:00:00\",\n                            \"amount\": 11372.47,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"830a0365-3669-4b98-bc29-6423cc28e1c8\",\n                            \"dueDate\": \"2023-04-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"E0081DA0-E4EB-48AD-8FE3-17C7FA6B5BE1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-11T00:00:00\",\n                            \"amount\": 8794.71,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3f598165-f293-4de2-9136-e6869599adc2\",\n                            \"dueDate\": \"2023-04-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"381A0E1C-6DE6-4D9B-AF99-677BF6C6C136\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-12T00:00:00\",\n                            \"amount\": 3410.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"549e266b-6a9e-4082-99b1-9e887a4378a7\",\n                            \"dueDate\": \"2023-04-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"DF47A84F-C2F7-45BE-8BE3-A13FA3D606E6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-12T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"76faf1fc-9438-4c44-b35d-888e5803174c\",\n                            \"dueDate\": \"2023-04-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"C8E5D2BD-8E7B-46D4-B9AB-8BF2F6ECDF9C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-16T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0da464c4-d0e4-4f76-b7e6-72024aa913e5\",\n                            \"dueDate\": \"2023-04-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"27DD99B3-7293-4002-A786-A7EDB8F98938\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-17T00:00:00\",\n                            \"amount\": 1731.41,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"67f7318f-359f-4d70-a2e1-dc10dfbf17ca\",\n                            \"dueDate\": \"2023-04-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"8357FEA5-1D75-4850-9671-442EBE39B867\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-18T00:00:00\",\n                            \"amount\": 4524,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"56c16560-3d7a-427c-a3be-2c4ebbe7963c\",\n                            \"dueDate\": \"2023-04-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"06A85CEC-5E27-4EC6-82C8-7DCBCEF19F50\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-18T00:00:00\",\n                            \"amount\": 7795.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5311d887-5c3c-487a-a5cf-d32520eafd66\",\n                            \"dueDate\": \"2023-04-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2E354220-F104-4861-9286-1773F98BA165\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-20T00:00:00\",\n                            \"amount\": 371.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"76aac5fd-0b86-433d-be18-6cbacc05a8d2\",\n                            \"dueDate\": \"2023-04-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"22584FE2-930E-4F10-BE80-5C3E593FC0DA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-20T00:00:00\",\n                            \"amount\": 255.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"90b7dd04-f29b-4b15-a589-497e6d4dd3ff\",\n                            \"dueDate\": \"2023-04-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"AC2BDF55-B4C3-4EF8-B9A9-0A5F380490CB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-20T00:00:00\",\n                            \"amount\": 5220,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"232647db-c3cd-4b6d-82a6-85701f5620a3\",\n                            \"dueDate\": \"2023-04-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"58B207DE-9AE5-4964-9C13-9062602B47FA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-23T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7947a652-c954-4e4f-acda-4ed6fabaf205\",\n                            \"dueDate\": \"2023-04-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"1702A364-4C67-495F-85A9-51233C5316D9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-23T00:00:00\",\n                            \"amount\": 6206,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a236761c-7485-49e5-ad74-cf95f5161ca1\",\n                            \"dueDate\": \"2023-04-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"7F2EA3D9-5A77-40DF-B344-12225FB2F526\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-24T00:00:00\",\n                            \"amount\": 20716.23,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5ab83d57-c79c-4e4d-908f-c1a9da48aa56\",\n                            \"dueDate\": \"2023-04-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"4473D976-A84D-4A9C-B703-E8189C10E158\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-24T00:00:00\",\n                            \"amount\": 15039.01,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e177ff1c-039a-4d95-809c-9e43f14f9d20\",\n                            \"dueDate\": \"2023-04-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"A8B4ED03-AC1A-4B60-A19E-948DE8177F2E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-25T00:00:00\",\n                            \"amount\": 5481,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2c8363e1-de45-4a72-b153-478af3fdda00\",\n                            \"dueDate\": \"2023-04-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"A1C41D5B-B77D-4BFA-AD6A-E6A24D3203B3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-25T00:00:00\",\n                            \"amount\": 10648.8,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6733fb7d-92d0-4b53-9681-bcd25adf3cb7\",\n                            \"dueDate\": \"2023-04-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"8C6C382B-0FA3-42A1-9D55-629DF579E7AF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-25T00:00:00\",\n                            \"amount\": 25520,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"53307312-3bfc-4e86-a18e-34023a7b5793\",\n                            \"dueDate\": \"2023-04-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 25520,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"BB0BC957-EBA5-44E0-AECC-672B32E048A1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-25T00:00:00\",\n                            \"amount\": 4524,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8d186d17-bbe6-4a14-96b4-e9208280e6f5\",\n                            \"dueDate\": \"2023-04-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"0EACBA8F-AFE0-4EFE-9463-2B2E78E5F543\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-25T00:00:00\",\n                            \"amount\": 3480,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"96a3b7e7-54f7-4e2f-aded-0c31de6c94da\",\n                            \"dueDate\": \"2023-04-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F801D707-3D27-4D1B-B198-D2FED7E9A15C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-25T00:00:00\",\n                            \"amount\": 59577.6,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5acea2ac-ff59-4e43-9082-524315a35535\",\n                            \"dueDate\": \"2023-04-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"C324A577-C705-47F2-9361-776F91963465\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-25T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3ffd4dbe-38ea-4fec-a5f1-c9bba98690ae\",\n                            \"dueDate\": \"2023-04-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"98510B96-3EE2-4FFD-BBCE-112E905AA60E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-26T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"22c8f4a6-4cf0-4311-a27a-375909eae224\",\n                            \"dueDate\": \"2023-04-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"C583BB0F-29AE-48DC-A25A-D64BD78245A7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-31T00:00:00\",\n                            \"amount\": 2320,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5ab8c2df-4bb8-479e-b16e-b7041afe557f\",\n                            \"dueDate\": \"2023-05-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"75C7C7EF-DD48-4DC8-AEF8-A35E37C93E87\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-01T00:00:00\",\n                            \"amount\": 48836,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d5fbf1b6-d042-43f5-96b5-7cbb28b2758c\",\n                            \"dueDate\": \"2022-05-30T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"14FF6591-A185-4659-BCF7-0B0DAE2F3126\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-03T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"39596f83-4fa5-4513-86be-3ac3f2a9fe71\",\n                            \"dueDate\": \"2022-06-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"09C2BE52-3B84-4BC7-B689-7F9A3745DFD9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-03T00:00:00\",\n                            \"amount\": 23490,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"44212773-e6fe-40f9-a21f-da4ca8e637d6\",\n                            \"dueDate\": \"2022-06-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"6F477F7E-C088-42B0-B8DF-268B061E1716\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-03T00:00:00\",\n                            \"amount\": 55680,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"eb00e330-2503-4000-9c0f-eb50cf17c5fa\",\n                            \"dueDate\": \"2022-06-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"44383244-C213-4FA5-9003-996F3AF6D0D6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-03T00:00:00\",\n                            \"amount\": 6612,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2499f359-b57a-4821-b6e0-0a33b09b4717\",\n                            \"dueDate\": \"2022-06-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 6612,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"57876F3A-2838-4CF0-8836-8C4B0E2BD1EB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-04T00:00:00\",\n                            \"amount\": 59577.6,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fbf93cc1-6af4-4172-aa81-e4c37278f3be\",\n                            \"dueDate\": \"2022-06-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"D2C52E59-2D0D-4BAE-A1B0-C340AA6BE02E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-07T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bf095c6f-e423-49b2-9a19-589fac6a5111\",\n                            \"dueDate\": \"2022-06-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"2C89F41D-CD79-428B-81EF-FA3444CE6F5E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-09T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6a205729-f9fe-44c5-bf15-cba5fe92e8ab\",\n                            \"dueDate\": \"2022-06-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"CFC8D784-A5FD-4036-A19C-0199A2B7270D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-11T00:00:00\",\n                            \"amount\": 5481,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dc5e2ea6-ec88-488c-b0f0-9cfd379c88fc\",\n                            \"dueDate\": \"2022-06-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"D121ABD0-4E2F-4C73-ACBA-6C9F8602600D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-11T00:00:00\",\n                            \"amount\": 8120,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aad6f703-8f9a-4e2c-931a-6e8f9e76bc41\",\n                            \"dueDate\": \"2022-06-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"63C6B369-C448-4D0B-AB3B-A40E00AFF4F4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-11T00:00:00\",\n                            \"amount\": 1740,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6ff6bab7-2b94-4522-9934-daa7eb73c964\",\n                            \"dueDate\": \"2022-06-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"667E0B4E-B8C2-40B7-944E-D34863FD2F45\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-11T00:00:00\",\n                            \"amount\": 5220,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a326011d-4f34-428b-b4a1-0cc441e0e351\",\n                            \"dueDate\": \"2022-06-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"B80866DD-7BA9-4BB9-800F-3AB2E0B7AE44\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-14T00:00:00\",\n                            \"amount\": 11020,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d93a96bc-c34c-43bb-8ecf-957f086f2c5c\",\n                            \"dueDate\": \"2022-06-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F5A64067-81FA-488F-8863-D5B6C29D2CCA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-14T00:00:00\",\n                            \"amount\": 4292,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8f5116e0-6e10-4900-b634-ddda3b38262b\",\n                            \"dueDate\": \"2022-06-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"A19F7961-BC11-4BC0-A83C-7C1985F7AAB3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-14T00:00:00\",\n                            \"amount\": 4292,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5d75f209-1ede-4491-afe7-636da522b318\",\n                            \"dueDate\": \"2022-06-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"ADBDE53E-932A-4863-9419-CED3BED19B9D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-14T00:00:00\",\n                            \"amount\": 4292,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"54aaf23e-7bcc-4895-9c6d-9c5cd1495e3b\",\n                            \"dueDate\": \"2022-06-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2F2C5F2B-49A1-4047-837A-384880388257\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-14T00:00:00\",\n                            \"amount\": 4292,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1e0cdf17-8a43-4e61-bb42-c7d09ea2c186\",\n                            \"dueDate\": \"2022-06-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"7909880C-8E38-49A4-BF91-43AAF590E86D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-14T00:00:00\",\n                            \"amount\": 4292,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bb534df3-ee98-4b24-92ab-868cfbc2cf10\",\n                            \"dueDate\": \"2022-06-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"81E245E1-BD40-42B5-AF7C-C2DA99035913\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-14T00:00:00\",\n                            \"amount\": 4292,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"813c398e-8da0-47a8-9409-cbd4118586a9\",\n                            \"dueDate\": \"2022-06-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"9D062539-E4AF-4191-8E41-0EC2AF41E2D4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-14T00:00:00\",\n                            \"amount\": 1322.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4e883f0e-aa02-4cb9-ba75-310672d905d2\",\n                            \"dueDate\": \"2022-06-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"D48A2FA3-E02E-4C0D-B646-ECB6DC232A3B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-14T00:00:00\",\n                            \"amount\": 1322.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a0c0b6e2-9675-42b3-be19-89c6f1d441f0\",\n                            \"dueDate\": \"2022-06-12T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"FEE80E1E-D77C-4B41-BEF9-A62089B46A00\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-15T00:00:00\",\n                            \"amount\": 10440,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5558f507-f4ba-4105-9fba-7b0a1fa71531\",\n                            \"dueDate\": \"2022-06-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"E29B3B71-2DF2-4F42-9428-E051853D0979\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-15T00:00:00\",\n                            \"amount\": 8697.64,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"557b4e3a-e7ce-4858-8cd7-e66d477fd3eb\",\n                            \"dueDate\": \"2022-06-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"286C8E62-A4F5-432A-B08E-6C3CAEB04438\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 13398,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"895af6c4-1684-4fc7-b8ec-7c767550e071\",\n                            \"dueDate\": \"2022-06-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 7238.4,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"0E064E66-16B8-4FB6-8F79-4F16C4AEA9B5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 14337.6,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9f45b3e5-ccb6-4158-8a7c-87c91ab82b49\",\n                            \"dueDate\": \"2022-06-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"B684147C-73E9-42A6-81DF-360384E0E869\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-17T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ad95eb8d-b88a-44b7-9ef4-454565be80af\",\n                            \"dueDate\": \"2022-06-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"FEDFD8BC-8E4D-45A4-86EC-CDA26111921D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-17T00:00:00\",\n                            \"amount\": 48627.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1182dd19-6667-4f23-aab5-5049162cda65\",\n                            \"dueDate\": \"2022-06-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2AC45168-9F52-46D4-8AE9-B6B29F47E1D2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-17T00:00:00\",\n                            \"amount\": 48627.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b05751aa-c196-4292-b32a-7c8509cb9a8a\",\n                            \"dueDate\": \"2022-06-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E6DCBAFE-0C67-4457-940A-0F4E997C403F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-17T00:00:00\",\n                            \"amount\": 48627.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"36839875-e60d-452b-9325-591cced57be3\",\n                            \"dueDate\": \"2022-06-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 48627.2,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"9D276551-4643-4B43-95B3-6CE87F198871\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-17T00:00:00\",\n                            \"amount\": 97254.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a036d377-15e4-4012-8c77-d599db03b33e\",\n                            \"dueDate\": \"2022-06-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"1DD6B96C-056C-483F-9F09-0A4ED7D262BE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-17T00:00:00\",\n                            \"amount\": 145882,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"13faec4e-0b93-47ec-942a-54d04ce4e495\",\n                            \"dueDate\": \"2022-06-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0.4,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"8D020BA8-4002-4EF2-9C70-47BE63E9059B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-17T00:00:00\",\n                            \"amount\": 34626,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8c18d2a0-be6a-470a-ae41-41faaa841733\",\n                            \"dueDate\": \"2022-06-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"625B5F87-120E-47EB-9E58-97F782A05EA0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-17T00:00:00\",\n                            \"amount\": 8723.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7c2c64bc-a8ac-4bdf-9fe5-65b420f4b29d\",\n                            \"dueDate\": \"2022-06-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"EDF6D00A-ACEF-4FF0-8745-975B9F7F0F07\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-23T00:00:00\",\n                            \"amount\": 5162,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"858099e2-95d8-4c6e-b732-7abb971bb9a9\",\n                            \"dueDate\": \"2022-06-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"936321A0-5789-406D-86D1-99BF1390B168\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-23T00:00:00\",\n                            \"amount\": 1032.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"115a5291-f9a0-4e13-9fa4-384e5dbe9b76\",\n                            \"dueDate\": \"2022-06-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"EA0D146F-97CC-4723-B7D6-5C4283177008\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-25T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3b8f0937-227f-4087-af17-f0f2ea799c5f\",\n                            \"dueDate\": \"2022-06-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"82A1CB7B-B081-4E8F-AA14-7F638D5B900F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-25T00:00:00\",\n                            \"amount\": 26390,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9d55a81f-f862-4e90-af08-411f0616039a\",\n                            \"dueDate\": \"2022-06-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"D2EE227B-30C5-415C-A368-5B55D88A537E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-25T00:00:00\",\n                            \"amount\": 22620,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c42f9a0b-dc44-45ef-ab1e-fc810af6066f\",\n                            \"dueDate\": \"2022-06-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"43E9A076-E0CA-4430-9F2D-353C5AC507DA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-28T00:00:00\",\n                            \"amount\": 3132,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"58cdb9af-421e-4935-bdaf-45cc958a49c2\",\n                            \"dueDate\": \"2022-06-26T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"A6A70BD5-09D3-4D1D-92F8-E2C4EBF4A552\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-31T00:00:00\",\n                            \"amount\": 27405,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"05300043-0338-4876-bdb2-9139c6a114ba\",\n                            \"dueDate\": \"2022-06-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"382C9EB5-C533-4348-BBC9-35DE325DAED7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-04T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"199be46b-ac6e-4310-b669-55180f7fb989\",\n                            \"dueDate\": \"2023-01-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"1DE41FAD-793E-4FF9-9284-9495FFE6F073\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-04T00:00:00\",\n                            \"amount\": 964.75,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0721b65e-14b1-497e-a125-88fa530c8c0f\",\n                            \"dueDate\": \"2023-01-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": -17822.25,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"D810CAAF-BA1D-48A2-B3F8-D050CAF0D24D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-04T00:00:00\",\n                            \"amount\": 569,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d4a63712-a8b5-49aa-ac19-b27a38ad7a72\",\n                            \"dueDate\": \"2023-01-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": -10452.97,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"35151D43-3F55-4741-92B4-10DBBABDF4AF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-05T00:00:00\",\n                            \"amount\": 10648.8,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"35c6b80e-1866-44e1-ae06-a8d645bc37c4\",\n                            \"dueDate\": \"2023-01-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"8CDF206F-271A-4D1D-A930-4919E142C215\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-06T00:00:00\",\n                            \"amount\": 8526,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"61d39766-38df-47b1-ad91-581c5e958878\",\n                            \"dueDate\": \"2023-01-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"9888B146-8CF7-4410-BCF1-B30E34AE8E11\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f66c4547-9c01-41cb-95e4-dc2b464d88d0\",\n                            \"dueDate\": \"2023-01-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"775F1558-033F-41DC-9843-D5EFB92F23BE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 4930,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4a845d9c-df26-43ba-a645-90936f69048e\",\n                            \"dueDate\": \"2023-01-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"6AABAE61-CC97-4777-9109-973C70BB60A2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 25636,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9df5be5b-66ee-450b-9c61-6447298239d3\",\n                            \"dueDate\": \"2023-01-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E80394A8-172F-44DF-92F9-198C233BB870\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 6600.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b413d4d4-a2d5-427e-98a2-e85bbd1b6441\",\n                            \"dueDate\": \"2023-01-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"CCA55022-13E0-42E2-B2CE-27F1F7663F50\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 6264,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"471ba121-2836-45de-a89c-4b93227176e3\",\n                            \"dueDate\": \"2023-01-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"039A8E65-E8B4-41DF-924D-3FCB6F964CEB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 4176,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"60db78c0-db5e-4c2f-9264-c7ed0744c361\",\n                            \"dueDate\": \"2023-01-05T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007422\",\n                            \"id1\": \"47E9C962-F10A-4030-9F7F-E47C27E3D398\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-11T00:00:00\",\n                            \"amount\": 238145.7,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"347f7820-3dac-4ffd-9095-7ae1bbc36589\",\n                            \"dueDate\": \"2023-01-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007428\",\n                            \"id1\": \"C40E3C55-2B2C-4C2D-A8FF-8370B120EE98\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-11T00:00:00\",\n                            \"amount\": 241986.75,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"29945f14-0573-495f-9d04-aea0851d5a0e\",\n                            \"dueDate\": \"2023-01-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"27F40E3E-18E3-464B-BD46-07E046CE8181\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-11T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1303c051-ea9b-4e85-90d6-71804eb5a823\",\n                            \"dueDate\": \"2023-01-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"C0B5E020-FF08-4678-9310-9DE4A332DDA1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-13T00:00:00\",\n                            \"amount\": 5481,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e7f9ff9a-abee-417f-abf4-365338d94628\",\n                            \"dueDate\": \"2023-01-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"5EB9645A-4FFB-4A25-A28A-5EC0AF3BC365\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-17T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1f135497-8959-4b4f-9518-58b3557b4b97\",\n                            \"dueDate\": \"2023-01-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"C5D376D6-3CD8-4D72-804D-60CFB6D62055\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-18T00:00:00\",\n                            \"amount\": 371.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ab4d123a-c7c9-4ec8-bf37-07d52750c02e\",\n                            \"dueDate\": \"2023-01-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"8284C12A-E044-4114-BCF4-62101124A28C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-18T00:00:00\",\n                            \"amount\": 255.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6b037b71-7c17-4368-8b57-84eda6d99364\",\n                            \"dueDate\": \"2023-01-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"5029D3E5-01B4-4173-98AF-BC4755A3ECC7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-18T00:00:00\",\n                            \"amount\": 1392,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a2a80a47-4334-4382-81ce-94b51adb0bd2\",\n                            \"dueDate\": \"2023-01-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"E71CE1DA-8D1F-4E36-B91B-53833E08988E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-18T00:00:00\",\n                            \"amount\": 15428,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d1b7fb4a-a756-4108-a945-2b940310a9ca\",\n                            \"dueDate\": \"2023-01-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"5CE68E42-1C90-4CD4-AE89-7A139BC52731\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-18T00:00:00\",\n                            \"amount\": 30856,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5e417b9c-d819-426d-9cb8-dd55f361d582\",\n                            \"dueDate\": \"2023-01-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007430\",\n                            \"id1\": \"5E7651B3-7481-47B2-8C97-29C6C3F7F9E4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-18T00:00:00\",\n                            \"amount\": 8455.13,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"eaa998fa-7f36-4e4d-9e35-b92e735ba455\",\n                            \"dueDate\": \"2023-01-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 288.88,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"602EDD49-94DA-42E7-8BA1-25F427B0CC12\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-19T00:00:00\",\n                            \"amount\": 4930,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f65060ca-ed9b-4ef6-afb9-384e01c6b0ee\",\n                            \"dueDate\": \"2023-01-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"9B174148-F71B-4B92-966B-C213983E1B33\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-20T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"06c42d03-52d3-4573-a66f-d9b32246adb6\",\n                            \"dueDate\": \"2023-01-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"37736FA6-CF82-49D6-A438-AE14148B7C12\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-21T00:00:00\",\n                            \"amount\": 166,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ca9134b6-8cdf-4d8d-82d1-06f5f1b26f8e\",\n                            \"dueDate\": \"2023-01-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": -3066.59,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"2FEB4668-B32C-4144-90B3-6DEC75DACE8A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-21T00:00:00\",\n                            \"amount\": 10.5,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d6f60116-d4cf-4041-806c-33147f06acc3\",\n                            \"dueDate\": \"2023-01-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": -193.97,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"7CB6F5BE-B091-41D2-AF6D-82C5EAB69821\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-21T00:00:00\",\n                            \"amount\": 1277.6,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9165932d-08ac-496e-b52f-981ecf138379\",\n                            \"dueDate\": \"2023-01-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": -23601.66,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"1E60FFFB-F4E9-41C5-9E2B-F52FCDD56EFC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-24T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a8f80b46-63f0-4102-95c8-21044ea1b928\",\n                            \"dueDate\": \"2023-01-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"CD662F3D-CAE6-4987-846E-99F8C59DAA5B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-24T00:00:00\",\n                            \"amount\": 5618.31,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dcfa341a-5ef7-4d28-b8e7-9d81816bc027\",\n                            \"dueDate\": \"2023-01-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 57.78,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"FE87B85F-02FC-4C75-B598-DAF2F317235F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-25T00:00:00\",\n                            \"amount\": 350,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5b4c0226-cac0-4030-a3d6-b9aa72ba23ed\",\n                            \"dueDate\": \"2023-01-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": -6465.7,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"964AA7A2-8F67-4956-88A4-43CC21E7CFAD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-25T00:00:00\",\n                            \"amount\": 1009.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3b5f5d58-fa64-4e08-bfc8-029d2b6825c0\",\n                            \"dueDate\": \"2023-01-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"21D7AF3E-9D47-4478-87F9-FF9478332961\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-25T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e30a3fbb-8e2d-48d4-8762-b3b0cb15d265\",\n                            \"dueDate\": \"2023-01-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 535.92,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007422\",\n                            \"id1\": \"2ED1D2F1-DEE0-40E7-B920-7CD85C7D49F8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-25T00:00:00\",\n                            \"amount\": 59758.6,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"49c8bcdb-2a51-41c3-b906-fd6b7527a741\",\n                            \"dueDate\": \"2023-01-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": 0.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007428\",\n                            \"id1\": \"A1DCEAFB-CEE0-4E9A-95B0-F288112E68CF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-26T00:00:00\",\n                            \"amount\": 84577.9,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"654d35b4-a04b-4bb4-8581-03fb27f35177\",\n                            \"dueDate\": \"2023-01-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-07T00:00:00\",\n                            \"balance\": -0.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"2E51E680-91F3-4EFE-A2C1-9371D814DFCB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-26T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e5209384-2fb2-4316-acb9-555244f0c8b4\",\n                            \"dueDate\": \"2023-01-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"E8B33EDC-A5D0-45A7-99FE-942C4283C3AB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-03T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d45cee1d-e913-43f2-906f-bcccea5b4848\",\n                            \"dueDate\": \"2022-08-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"C430F1AD-778A-4A49-A2DD-1AEC9C509F4F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-03T00:00:00\",\n                            \"amount\": 35380,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bfe10c9f-4666-402d-9759-ce24e2c9734c\",\n                            \"dueDate\": \"2022-08-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2DAEF9A5-2D5C-4D5A-A259-49A50ED437B3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-04T00:00:00\",\n                            \"amount\": 6380,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5c0cae89-50e3-4355-a1de-5621f289a4bf\",\n                            \"dueDate\": \"2022-08-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"318A967A-AB19-4086-AD2A-067EA46E151B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-05T00:00:00\",\n                            \"amount\": 11484,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a321b5b2-7d75-4ee5-9ffa-8dd6c79a9bed\",\n                            \"dueDate\": \"2022-08-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E1ED4990-3EC9-4968-ACB8-0E4A203341F1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-05T00:00:00\",\n                            \"amount\": 3201.6,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"520ad16f-5ddf-410e-b5d7-9ba82270c49b\",\n                            \"dueDate\": \"2022-08-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"0850BA51-CDDD-4560-B7B8-785DD6380C05\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-05T00:00:00\",\n                            \"amount\": 255.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"15cc6469-48cb-4e91-863c-1b1200f68807\",\n                            \"dueDate\": \"2022-08-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"7B427401-1561-4A72-ADEA-C8D998351EED\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-05T00:00:00\",\n                            \"amount\": 27144,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e8e6a86d-33b7-42ce-b15c-af0351df89fd\",\n                            \"dueDate\": \"2022-08-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E657C62D-1870-486A-9892-F6B6436169DA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-05T00:00:00\",\n                            \"amount\": 16820,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c2b4c3a4-372d-4b70-8616-8efd9bd4f7da\",\n                            \"dueDate\": \"2022-08-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"30E70F4E-2C4F-4BBF-A850-AEED6E6AC980\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-05T00:00:00\",\n                            \"amount\": 16820,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"04de966b-c222-4217-a53e-39db7c1ec705\",\n                            \"dueDate\": \"2022-08-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"FF671F9A-2425-4ECD-9E29-BD4C88CD2C62\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-05T00:00:00\",\n                            \"amount\": 203000,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b5239358-7a91-4370-ab0e-60cf72933cb6\",\n                            \"dueDate\": \"2022-08-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"7CCF1623-B3D5-4EF8-8B8D-900C7B903EA7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-06T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ae5e2bb6-1998-4ed7-8c03-83708dd7735b\",\n                            \"dueDate\": \"2022-08-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"5C76EAD8-BA7B-47D7-A16D-582FC033F761\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-11T00:00:00\",\n                            \"amount\": 203000,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"55e4f3b5-2b4a-494f-b74a-d82a0b5c2d8a\",\n                            \"dueDate\": \"2022-08-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"64311E45-3A8B-4635-9EE0-6C6698A131B6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-12T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cd16aff0-ceb2-483a-9c2e-101dc6673665\",\n                            \"dueDate\": \"2022-08-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"13718DEA-95D9-43CC-A8C5-30E9A4827120\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-13T00:00:00\",\n                            \"amount\": 1009.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5e93f5b7-e0a9-4b01-9a8a-d14487d5205f\",\n                            \"dueDate\": \"2022-08-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E92CDAC8-9E54-4EC4-A6B2-652F059DCF15\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-13T00:00:00\",\n                            \"amount\": 800.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"60986667-bef5-4d5c-8d1a-a353e405bc9f\",\n                            \"dueDate\": \"2022-08-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"94CBD824-1C2F-4236-8F2A-D9ABB1CAC00A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-13T00:00:00\",\n                            \"amount\": 150.8,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cde638c5-7a74-4884-a6b9-bd7202bfc7ad\",\n                            \"dueDate\": \"2022-08-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F5076295-E4EB-4AB8-A0BA-DDA8F1AA4958\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-13T00:00:00\",\n                            \"amount\": 446.6,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e0540116-14bc-49d0-aaed-cfd72d5d6884\",\n                            \"dueDate\": \"2022-08-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"BF3B0282-82A2-47C6-B6C6-BBC271FC0421\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-13T00:00:00\",\n                            \"amount\": 1740,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4ff30be2-e658-4843-81c6-c815fc463508\",\n                            \"dueDate\": \"2022-08-11T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007422\",\n                            \"id1\": \"7E2C7359-859E-45EC-AB97-94548EE213B8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-16T00:00:00\",\n                            \"amount\": 78880,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5396b864-3b8e-4f6a-855e-7e112792d82a\",\n                            \"dueDate\": \"2022-08-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007428\",\n                            \"id1\": \"CA9E82C7-C5C6-4D67-BD08-940FDD9AF2DB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-16T00:00:00\",\n                            \"amount\": 70528,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"847e1fd8-5fb2-4904-91f5-a222593ac6d8\",\n                            \"dueDate\": \"2022-08-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"E0DA7FAA-E658-4699-A65E-35E782A7A783\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-17T00:00:00\",\n                            \"amount\": 203000,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"baee4999-4371-48ae-971a-6900be37f89d\",\n                            \"dueDate\": \"2022-08-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"42E883EC-E2DE-43CB-919E-9DD56AAB931A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-17T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b892bce4-5abb-4cfe-b6f8-53aff47d7dc7\",\n                            \"dueDate\": \"2022-08-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"00047A83-7888-490F-9F3B-5BC8B18A25A7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-19T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ebbe1dc4-cd61-45e7-b6ba-f1abf83ab583\",\n                            \"dueDate\": \"2022-08-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"D9C41250-37DA-4199-8CFE-239217194120\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-19T00:00:00\",\n                            \"amount\": 26796,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2178297d-fa37-462d-8123-c8d325be2ac5\",\n                            \"dueDate\": \"2022-08-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"B567544E-C75D-4C13-976B-5CFFF5D85234\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-19T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ddc671c4-9db7-44ec-a972-2e5c95c9285b\",\n                            \"dueDate\": \"2022-08-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"DD555F10-00FE-4AB4-B75F-993372D31FB9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-19T00:00:00\",\n                            \"amount\": 40994.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1812aa1d-0772-48a5-a238-8dae1e908436\",\n                            \"dueDate\": \"2022-08-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"5691591A-DF70-4117-ABA7-D1CB3C98D835\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-19T00:00:00\",\n                            \"amount\": 5220,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"337d06c2-7119-4469-8f3f-751faba0e0ae\",\n                            \"dueDate\": \"2022-08-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"A4429CD9-00AB-400F-9345-4E81C4A97C1E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-20T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ed838996-5213-4f91-afb2-12fa47002446\",\n                            \"dueDate\": \"2022-08-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"88B9F301-7F84-492C-A9FD-9172515ADF69\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-23T00:00:00\",\n                            \"amount\": 13456,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"359d73e5-4623-463c-9739-f6e9ff42fb1e\",\n                            \"dueDate\": \"2022-08-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"F761B84D-0206-4935-9EFD-C76DE6570C26\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-24T00:00:00\",\n                            \"amount\": 15885.05,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1984c100-282f-414d-a8b0-b95fcfc418bb\",\n                            \"dueDate\": \"2022-08-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"C99613E8-A3AD-4A14-B6FC-8BC492A8A345\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-25T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d06e4b59-6512-416c-88e9-35365a9465db\",\n                            \"dueDate\": \"2022-08-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"75E89ED5-BF17-4B88-AFF2-0061B494CD22\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-26T00:00:00\",\n                            \"amount\": 3480,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b7bc80e7-e28e-4ca8-ae5b-98fbcd8c782a\",\n                            \"dueDate\": \"2022-08-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"BAD052B0-B180-4C54-8CC1-97EFF923A447\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-27T00:00:00\",\n                            \"amount\": 9860,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b897ec4f-e786-409d-9dc2-3366b817b610\",\n                            \"dueDate\": \"2022-08-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 9860,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"96219C5F-8C85-4BD5-A042-0123FA481091\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-27T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7465773c-54c2-4235-b904-35de108e7354\",\n                            \"dueDate\": \"2022-08-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2022-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"1CBC0702-CCF8-4315-A4ED-73E45BEC838C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-01T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"30eb0ae6-d472-4b28-a336-efd8916e85e8\",\n                            \"dueDate\": \"2023-05-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007422\",\n                            \"id1\": \"04EA533C-05F4-40B2-9382-6E1F36C4D642\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-02T00:00:00\",\n                            \"amount\": 29116,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9029a870-257f-437b-9fd8-5034dad4f55c\",\n                            \"dueDate\": \"2023-05-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"0B3E5A9A-C4C2-4FDA-969E-CD3D4426AE81\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-02T00:00:00\",\n                            \"amount\": 150.8,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2bcd1db3-fc6f-422d-8207-6b54db855fbe\",\n                            \"dueDate\": \"2023-05-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"0ABDEC8B-C375-4011-85A6-5C3E98BD7959\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-02T00:00:00\",\n                            \"amount\": 12760,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9d406f57-e76c-4a93-b45c-b5ed1357c608\",\n                            \"dueDate\": \"2023-05-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-05-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"FEA41CBB-0D3D-48EC-88BA-F511BA547AAF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-02T00:00:00\",\n                            \"amount\": 25520,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"373e37cd-353a-44f4-9ab9-3ab66c6301cc\",\n                            \"dueDate\": \"2023-05-03T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"4CF68E48-1EBF-4576-96AC-500DB176A232\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-03T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"44496b38-2d65-4994-a162-e4c833f096f3\",\n                            \"dueDate\": \"2023-05-04T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"372C5A93-A048-4785-A980-B0F767B4B188\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-07T00:00:00\",\n                            \"amount\": 13571.6,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"565c8d39-632d-4461-9442-640129126e49\",\n                            \"dueDate\": \"2023-05-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0.01,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"E06EB16E-39F6-4D20-A538-3FF0F93F31F6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-09T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"88b0154a-1d0b-4152-8fec-0fe0e1e4f934\",\n                            \"dueDate\": \"2023-05-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"EE1740B4-AAEE-4E5A-ADCC-C5B81CD55E8D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-13T00:00:00\",\n                            \"amount\": 20440.8,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8bb8e3b8-5fef-4e06-b815-020ddc3e60d0\",\n                            \"dueDate\": \"2023-05-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"9B5FB47D-4EDB-451E-B025-09474A20FFF7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-13T00:00:00\",\n                            \"amount\": 318733.29,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6a4ad0e3-650c-40cd-971a-594fd6ddd000\",\n                            \"dueDate\": \"2023-05-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0.39,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"B090D2E1-9AD8-4E7F-9965-824B0FE4DFB6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-15T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dd2d53db-8d28-44c7-aa54-e11f038f0e45\",\n                            \"dueDate\": \"2023-05-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007432\",\n                            \"id1\": \"DD16C26A-1595-413C-91B6-371601AFF6AD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-16T00:00:00\",\n                            \"amount\": 9628,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f5685e32-1414-47b5-a2b2-bea7be8817fd\",\n                            \"dueDate\": \"2023-05-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 9628,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"CBB2902E-8C3D-488C-95B3-0D0C42662E7B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-17T00:00:00\",\n                            \"amount\": 9628,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"86ca7891-17eb-483f-8231-0ef570f810bd\",\n                            \"dueDate\": \"2023-05-18T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"D7A2CF71-8F22-4B26-B86D-60CD61AAC449\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-20T00:00:00\",\n                            \"amount\": 8584,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6b26767a-a31d-4049-8d71-2f221cfb7920\",\n                            \"dueDate\": \"2023-05-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"8C6BD37F-EEEA-49EB-8E0C-FB07E6D8EB6D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-22T00:00:00\",\n                            \"amount\": 5481,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c81e940c-ba92-43c3-baca-f7b86308a5db\",\n                            \"dueDate\": \"2023-05-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"156CC90C-240A-460C-B6A2-A9CBEA62FA17\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-23T00:00:00\",\n                            \"amount\": 870,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3615e3c2-4dc3-4eae-97fc-670fc439a8d0\",\n                            \"dueDate\": \"2023-05-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"E2EE7BF7-98F8-4A9B-973A-FFD8741247A2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-23T00:00:00\",\n                            \"amount\": 2450.76,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"47d6d8ba-6e66-4095-a241-11f4c1c9a7f5\",\n                            \"dueDate\": \"2023-05-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"360F36EC-5C04-4190-A313-668DC0130A25\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-24T00:00:00\",\n                            \"amount\": 25520,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"96558209-fdad-4c3d-baf5-1643b2f1d8d6\",\n                            \"dueDate\": \"2023-05-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"D6F479B6-778B-407D-A315-9103786C76F2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-24T00:00:00\",\n                            \"amount\": 112897,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ca30f93f-45e1-43fb-b079-de09e16b20e1\",\n                            \"dueDate\": \"2023-05-25T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-08T00:00:00\",\n                            \"balance\": 145,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"5A1BF54F-238C-44F1-9EFC-4AB678D57CCC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-28T00:00:00\",\n                            \"amount\": 71572,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"70a8d036-6e4c-4aba-90b2-9d948a97be26\",\n                            \"dueDate\": \"2023-05-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"6B008A94-046A-4422-9366-7E112F0C4DA1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-02T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \"REPARACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"54ecd3af-5716-4e55-bcdb-16385c7ee88d\",\n                            \"dueDate\": \"2023-07-31T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-07-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"4D5F745F-9685-4E83-AFF6-7E7C648CE73C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-03T00:00:00\",\n                            \"amount\": 18560,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"963199ec-9d01-48cf-a782-67ca7eba0d9d\",\n                            \"dueDate\": \"2023-08-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"43B2DA50-C5F7-44BE-81F7-958D6D2402DB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-08T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": \"REPARACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1026526d-716b-4b96-9287-e9b9f5cfb936\",\n                            \"dueDate\": \"2023-08-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-07-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"B3A924A1-BB80-4172-9245-8271EDDA6200\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-08T00:00:00\",\n                            \"amount\": 9280,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5309ba03-a7a0-4e33-9724-94664f385cf5\",\n                            \"dueDate\": \"2023-08-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"9E1A063D-6BA9-4B59-B677-CB20A5C604D9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-10T00:00:00\",\n                            \"amount\": 18560,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d6f26fa8-a72c-4c82-ac2d-e9a5047fd4ae\",\n                            \"dueDate\": \"2023-08-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F5FDA286-60F1-4A4C-BC51-9D87508B85EA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-10T00:00:00\",\n                            \"amount\": 4524,\n                            \"description\": \"SMT AT F226838 CYLINDER OF 5 1/2\\\" LENGTH\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9a57979a-e1bb-438d-938b-76101560049d\",\n                            \"dueDate\": \"2023-08-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"638B2D0C-660D-4B43-9C9D-BBFE1418A64C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-11T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \"REPARACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"089b6ef4-5a85-4d2a-9acd-2557fe451d96\",\n                            \"dueDate\": \"2023-08-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"C987FD82-9F25-42DD-B068-FFB8705FC85D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-11T00:00:00\",\n                            \"amount\": 5220,\n                            \"description\": \"PINZA DE GRIPPER DE TUBO FORMADORA DEF20 FABRICADA EN ACERO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3154dff9-bde0-4a12-a35d-60d7914de527\",\n                            \"dueDate\": \"2023-08-09T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"F7141202-91F4-4622-9246-DD0AC5E1F42F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-12T00:00:00\",\n                            \"amount\": 73950,\n                            \"description\": \"STEEL FLAT STRIP 8GA X 1.63 X 120\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"10460c7d-c7ec-42c7-a639-147bc2cc3e19\",\n                            \"dueDate\": \"2023-08-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"AAC69546-7990-4D66-9201-25C1151C6404\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-12T00:00:00\",\n                            \"amount\": 88740,\n                            \"description\": \"STEEL FLAT STRIP 8GA X 1.63 X 120\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"36a96926-dd6a-4762-9f6a-78b3ff04d32d\",\n                            \"dueDate\": \"2023-08-10T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"D410F59F-4F6A-479C-AADB-EFA5E0B7E3EE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-15T00:00:00\",\n                            \"amount\": 13804,\n                            \"description\": \"PALAS PARA ALIMENTADOR MATERIAL MICARTA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"636fb399-42b1-480e-90ae-c4c55dcce38d\",\n                            \"dueDate\": \"2023-08-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"E08C132C-61BD-4DE3-BC74-30BF9EEE449A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-16T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \"REPARACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"569cbf77-db4d-4b39-92af-f6ad60fa7acb\",\n                            \"dueDate\": \"2023-08-14T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"8855A17F-11CB-4446-BDD1-44607D8B0665\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-17T00:00:00\",\n                            \"amount\": 2088,\n                            \"description\": \"REFACC FAMA F317616 SOPORTE DE VALVULAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b81a36b3-f62b-44a5-852d-32e97f3b2119\",\n                            \"dueDate\": \"2023-08-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"AD420640-DD68-4F45-80E5-FA4C987248CD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-17T00:00:00\",\n                            \"amount\": 9280,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0ecd4eb2-f348-4b0a-b642-c8727ed55eea\",\n                            \"dueDate\": \"2023-08-15T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"6B9377C1-8A78-4123-8C92-D70C5A2EB0DA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-18T00:00:00\",\n                            \"amount\": 14894.4,\n                            \"description\": \"SMT AT F348056 SOPORTE 16 1/2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9c739db0-88b1-455c-b8e0-31f6dea880e3\",\n                            \"dueDate\": \"2023-08-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 11466.46,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"8517725C-F834-4BF6-8B9A-8DC92FB0A45B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-19T00:00:00\",\n                            \"amount\": 5481,\n                            \"description\": \"REPARACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dc6c0b74-80f1-49d4-9938-38f8eac0daa9\",\n                            \"dueDate\": \"2023-08-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 5481,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"6162161A-0A21-4E38-85B5-FD6E369BCF53\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-19T00:00:00\",\n                            \"amount\": 146367.68,\n                            \"description\": \"M0000158548 MNR MNRCTSO-5-20 TORNILLO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f112547f-fd5f-43da-8108-3daa34ee0500\",\n                            \"dueDate\": \"2023-08-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 146367.68,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"DEFC59BA-F4CE-4E9F-89E0-D39E0B955743\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-19T00:00:00\",\n                            \"amount\": 33650.12,\n                            \"description\": \"G0000107012 FABRICACION DE MATRIZ TROQUEL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5b4d7dbf-b764-4cda-b102-f597f11e5295\",\n                            \"dueDate\": \"2023-08-17T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"4F553C38-DF53-43D6-B2A7-08FF7639B770\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-22T00:00:00\",\n                            \"amount\": 9280,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fdbd2934-7942-49a3-b4a5-6ce3f63b1f05\",\n                            \"dueDate\": \"2023-08-20T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"40370A64-D380-470E-AD5E-08012592B415\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-23T00:00:00\",\n                            \"amount\": 60670.76,\n                            \"description\": \"M0000158548 MNR MNRCTSO-5-20 TORNILLO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"df9b5b69-4ab2-419b-84d9-00927ce5beee\",\n                            \"dueDate\": \"2023-08-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"091905CF-BBE5-48AE-A627-1E13F21E82ED\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-23T00:00:00\",\n                            \"amount\": 7548.8,\n                            \"description\": \"PARTE PARA CAMION DE BOMBEO DE CONCRETO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a5e82cf8-44b3-40c2-ad9c-f9dde882f463\",\n                            \"dueDate\": \"2023-08-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"89860672-D9A2-442E-8C6A-9DA519AA60CC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-23T00:00:00\",\n                            \"amount\": 6290.66,\n                            \"description\": \"PARTE PARA CAMION DE BOMBEO DE CONCRETO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2ca18f4c-e69f-47f7-8f76-01989f3252b8\",\n                            \"dueDate\": \"2023-08-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"D467EE9B-5277-4EF5-8732-DD9B2EEDA665\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-24T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \"REPARACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"36d8ce3e-63e9-40a0-9270-4c611f86daa2\",\n                            \"dueDate\": \"2023-08-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"37843E6D-37CA-4367-83C6-4B56555F1655\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-24T00:00:00\",\n                            \"amount\": 5481,\n                            \"description\": \"REPARACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"00cb902a-66a4-43c0-ba56-ff553def5495\",\n                            \"dueDate\": \"2023-08-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"A9810690-E411-45F7-A326-A8C264297A88\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-25T00:00:00\",\n                            \"amount\": 4640,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4a61afe0-7b71-4ebd-ab4c-5ef0dfa8c15b\",\n                            \"dueDate\": \"2023-08-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"CC46C49C-4321-48B7-A6F3-4210AAC0B29E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-26T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \"REPARACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6f4328bb-214c-4fed-b6fc-2c30d6a3ae60\",\n                            \"dueDate\": \"2023-08-24T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"EC40983C-BCA1-454B-9B96-2C4C6EEE2706\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-29T00:00:00\",\n                            \"amount\": 800.4,\n                            \"description\": \"ST AT FAMA EI F331216 RETEN DE BALERO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8a278a4d-3dbb-4fe2-a560-636e56be66e5\",\n                            \"dueDate\": \"2023-08-27T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"4E410008-C51F-4661-BB6C-2E43EC31B7C4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-30T00:00:00\",\n                            \"amount\": 18560,\n                            \"description\": \"RECTIFICADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"afe0a5c7-080c-4353-82ec-8f5fdfce9964\",\n                            \"dueDate\": \"2023-08-28T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"5992852A-A3DE-4EA4-A847-18B04B5A4FB7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-31T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"058f3903-babc-43d0-92b2-09004e32a62d\",\n                            \"dueDate\": \"2023-08-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"7F1F16A8-6BFF-4493-B612-C787A59C260E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-31T00:00:00\",\n                            \"amount\": 5220,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e004bb96-dd34-4fab-a2d4-ddcaafc7e8d8\",\n                            \"dueDate\": \"2023-08-29T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-11-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"09E4B561-5D66-43C1-B5DD-3BFC2217443C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-01T00:00:00\",\n                            \"amount\": 10648.8,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"481e1a49-f489-4ab6-b5f1-1af08d7b7487\",\n                            \"dueDate\": \"2023-03-01T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"31A79B78-99C2-4864-8C90-542D07B6B11F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-02T00:00:00\",\n                            \"amount\": 18560,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"747d9638-5c3a-4a4a-8781-0774e24c1298\",\n                            \"dueDate\": \"2023-03-02T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"286C1902-EB39-43DE-A37E-9E5EB669DA31\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-06T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"48ef5931-d8d5-4e3c-99b8-96d07583b6c5\",\n                            \"dueDate\": \"2023-03-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"62B2CF2C-3D11-483D-A503-A4BD3A385443\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-06T00:00:00\",\n                            \"amount\": 10440,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"eb6935f1-9329-46c8-8bf0-614eccdabf6a\",\n                            \"dueDate\": \"2023-03-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 10440,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"FDC11420-1E8C-4192-964F-41C73DE10F1E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-06T00:00:00\",\n                            \"amount\": 1044,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ee2cb968-c2d6-43f9-bef8-c21ccdc9fadd\",\n                            \"dueDate\": \"2023-03-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"C1A0E496-EC69-4F16-A7FA-D645AA445B62\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-06T00:00:00\",\n                            \"amount\": 4176,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d5357103-2873-4e2b-b9f3-e62f77b87c38\",\n                            \"dueDate\": \"2023-03-06T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 4176,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"C710F49D-D7A7-4EE5-BE7D-D91C7547C563\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-07T00:00:00\",\n                            \"amount\": 32886,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"57098f4d-08e5-4d10-a491-068e1ee216d1\",\n                            \"dueDate\": \"2023-03-07T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"487C3187-1E44-421F-92C1-3CEA4A87AD5F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-08T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"acfdfb53-cfb0-41dc-94fc-06ff0196e7db\",\n                            \"dueDate\": \"2023-03-08T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2819B66A-EF2D-4850-8065-646BE9334675\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-13T00:00:00\",\n                            \"amount\": 7134,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"975d087e-5a5a-45b2-825c-11d92c11d12e\",\n                            \"dueDate\": \"2023-03-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"90703683-7BAE-40D9-93DC-299232017FF1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-13T00:00:00\",\n                            \"amount\": 4292,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ae617ba3-464b-45a1-8ad0-5354f26f5eea\",\n                            \"dueDate\": \"2023-03-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"EA4185DB-BA46-40DD-A4AD-9682ADDBB070\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-13T00:00:00\",\n                            \"amount\": 31900,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4f5a9500-cc73-4d5e-94c3-90a71c6063ab\",\n                            \"dueDate\": \"2023-03-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"008D69FD-1B08-4745-8E09-63F39AFACE58\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-13T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1dd5d1e3-7f37-47f7-96cd-4162d1d364a5\",\n                            \"dueDate\": \"2023-03-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"1217FDA6-8355-4CE4-8A85-51C30412A124\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-13T00:00:00\",\n                            \"amount\": 1050,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0ab7e96d-b0dc-4563-aebb-63d28425fce8\",\n                            \"dueDate\": \"2023-03-13T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 1050,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"94095168-85B5-4FE4-A2F1-B1E32AA0F7B1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-16T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b7653495-6a8c-4e16-adee-7a1450246bfe\",\n                            \"dueDate\": \"2023-03-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"0481C066-B7FF-4770-8472-C158D13CD8C3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-16T00:00:00\",\n                            \"amount\": 8491.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a9e3a7a1-c968-4522-b4aa-39ae29e9c670\",\n                            \"dueDate\": \"2023-03-16T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"A798DAD2-BC91-401D-B343-A2202DEFE0F6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-19T00:00:00\",\n                            \"amount\": 2204,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"56956f93-a4e9-456e-ad35-62ffaacd8a48\",\n                            \"dueDate\": \"2023-03-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"11673D23-E9DC-49C0-9BC3-C48C50F28F87\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-19T00:00:00\",\n                            \"amount\": 5382.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0301fd12-8e61-48ba-ad58-c97daf9a98cf\",\n                            \"dueDate\": \"2023-03-19T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"88A25BCE-316A-4F07-924D-C2A27E11E240\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-21T00:00:00\",\n                            \"amount\": 33408,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0f311bdd-deb9-49eb-b96d-f8c5c4f9edae\",\n                            \"dueDate\": \"2023-03-21T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": null,\n                            \"balance\": 33408,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"1EAD81B9-340B-4F3B-96B1-20F6506F3FF0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-22T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"98dd0266-f00c-46f2-bc51-2cec262d2b40\",\n                            \"dueDate\": \"2023-03-22T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"5C95A168-112E-4B27-9A9B-90718EAC5B40\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-23T00:00:00\",\n                            \"amount\": 8526,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d11f53ff-5af5-4c02-a782-6d814c4ad310\",\n                            \"dueDate\": \"2023-03-23T00:00:00\",\n                            \"predictedDate\": null,\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        }\n                    ],\n                    \"payments\": [\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"56A1631A-7B4B-4CEF-8BC1-6B6921865EAF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-07T00:00:00\",\n                            \"amount\": 20184,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-05-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"280255b5-93da-4104-98f0-70171a98b3dc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3e62bec4-67c7-447e-9be0-db47094d3afc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"39AF8334-FF96-4B1F-8C33-E23A26FDED08\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20184,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"415CAEFE-DC04-47F2-86D9-6B3C75A65E13\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-07T00:00:00\",\n                            \"amount\": 26912,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-05-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"099f90d4-e47c-4038-be64-6a15a9f839ed\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ffef0f6c-3fc6-4931-b01a-8af3223009a3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"80DB2E8F-6EE4-4075-9EB0-EE5AF939FFDF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 26912,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"6CE9BB24-7CB2-4A53-A589-6C98A56BAB10\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-07T00:00:00\",\n                            \"amount\": 258561.74,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-05-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4ad50931-2c57-4676-9ec9-2dafda417143\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ae3a995a-7671-4aaa-979c-01335de82fbb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5EE92462-3564-497E-A3D6-3E1806D33AE3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 221990.75,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"41531017-33c7-405b-8449-9c8fee527456\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0948D58F-8A94-4E31-B310-3A3A56AFF1EE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 36570.99,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"67BE4953-CF11-400F-A8FA-68312271E025\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-07T00:00:00\",\n                            \"amount\": 13968.94,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-05-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bf3837dc-5616-4fe8-97a5-02a3701f538f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a1da7937-e7ed-430f-8bd9-bab9d1a4763d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AC3EE06C-D6B9-4164-86AB-7FCF30B6F7FD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 441.12,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"3098787a-0018-4d5e-9674-4962754c079f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"66D53698-C34E-45F7-A3C3-D126619D6007\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12351.49,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"57eae776-9d9e-4bf4-aa20-b5b9557bdb5d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B1951ABE-8DC6-4B7F-8A6D-3B479A7F6650\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1176.33,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"BA1AA35E-A2CD-4F47-BDDA-DAE0223F50D4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-07T00:00:00\",\n                            \"amount\": 99713.76,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-05-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bd8e3020-0727-4fd5-a724-af8e4ff5efc3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"41531017-33c7-405b-8449-9c8fee527456\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0948D58F-8A94-4E31-B310-3A3A56AFF1EE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 63730.93,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"6A2EEB25-079B-463D-A05F-2D66C7C5A92E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-27T00:00:00\",\n                            \"amount\": 6332.79,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-11-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6fcb3075-42ae-438a-b779-26ce36f58de1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e8d857b0-f67b-487d-ae70-1117dc6161a3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"53B03DE6-6A5F-4098-A5B8-BD4148557078\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3584.6,\n                                    \"customerId\": \"26007389\"\n                                },\n                                {\n                                    \"txnId\": \"a2d172ea-0352-4cdb-a8c9-05f0972fcee8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FF7267F4-D0C5-40C7-86FD-7CEF31B96945\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2748.19,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"D1C2BC92-FDCE-4CD0-8C56-4A5F99275EBC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-27T00:00:00\",\n                            \"amount\": 40368,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-11-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"15a76fc9-732d-4a44-a293-543e78480305\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"afb14e75-b01b-44cc-94de-ff43fcb6ff67\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AC87A171-DD4D-406E-8692-B3E71FA2E88E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20184,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"02105fb5-54aa-4733-b6f5-c6e7cbc8f48f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"952CAE27-1DCC-4A80-ABD6-ACDC723080CE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20184,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"C77599B7-3B91-4FB9-97D5-282421449A9A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-27T00:00:00\",\n                            \"amount\": 47096,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-11-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ed92851c-4f9f-475c-a407-a72160520120\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a552ff55-a0da-495e-b403-2f4aabe10871\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E5100E8C-7C20-4821-A682-70178EDA03D7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20184,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"f696ebce-672d-46b8-bbec-5a275ad4a2cb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A94FC031-E229-444F-861D-3E31607007B3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 26912,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"3F3943D2-DAFA-47DC-9AFB-905F0798F189\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-03T00:00:00\",\n                            \"amount\": 10784.75,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"855475fa-4e5d-4148-9825-19c8d4f104a8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"07a68f56-575d-464d-979d-9be28d4cf4c1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C21D8651-DBFE-4D6C-B8F7-BCEDBB428BB0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10784.75,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"F269CC97-FC90-4812-A01C-FFCB042635B3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-03T00:00:00\",\n                            \"amount\": 31255.16,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4755b34e-6a07-434f-8cd2-bb6770b506e1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"67cd9828-62a4-4179-a7ba-78d00122569a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EA2FCEB7-8431-4182-ADDB-6357D931CDB0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5657.04,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"bb7310e8-a566-4cf2-a6d1-5fbbc13a8924\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4E577A67-3B4B-4275-A9D3-5A625BBE2DB6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 17324.69,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"26ab3877-45c2-40e1-ad7b-5505f0734004\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0C9EEF7B-2950-4650-94B5-544374C3EEE5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8273.42,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"59882511-9B41-469F-93F4-5BE96A2D7B4C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-03T00:00:00\",\n                            \"amount\": 343211.96,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c8a4d844-78c6-48d9-a2b0-b73336bcc5d6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0079d11a-83fc-4b1d-afce-29d9e77b3c0d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"068F9D4E-A27F-433F-B740-565FD49D5BCA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 143199.76,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"195749e1-4f23-4324-896f-4b1a0a95ef16\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"648EAF85-4622-4964-BE9E-D92CF706DE19\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 125939.89,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"697096af-bb1e-4d40-abae-541adf1eca7f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1246DA02-4A39-490D-9752-6309236CD06B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 39660.66,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"71fcaba9-5fa8-4427-a2ce-1ca82a8fbf23\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"32EB80B0-506E-4CD2-AD97-05E259088DF1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 34411.64,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"F8FA1088-32BE-4837-AD7A-C7475A29813A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-03T00:00:00\",\n                            \"amount\": 142767.16,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"16e58f23-ba03-434b-ac60-b74aa9d02cd9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9fdea7ce-583b-41e9-9f57-e56f3b704ece\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B97D7DC3-ECC2-416C-93BB-2FA08520E15E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 142767.16,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"3F699CFB-5A14-4157-93F0-3E985F719994\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-03T00:00:00\",\n                            \"amount\": 175843.58,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"99c0e99d-46b2-44fe-9f0a-babac60e4eda\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"85347803-56e4-45e1-b660-47d34d88cd16\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B2E6C64E-8218-4BBD-9543-F87DD4A93B14\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 150601.47,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"ce13add9-0983-40fa-8759-42f0949f4f01\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C85F12DB-6A5E-4E32-8A9F-8FABA3E10FDC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 25242.11,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"CCD4910D-BD1D-4635-880D-9BF515D5584E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-03T00:00:00\",\n                            \"amount\": 232617.8,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ed11053a-b8b3-47eb-8820-d86885b3ed20\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"66c2d99c-06f5-4e68-93cf-449a1787c142\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B98FF54D-4676-4324-9991-7AC53D1D7376\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 72923.41,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"c3d2b890-06e4-415d-a5d6-485dd3f37e37\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C4CDF4EC-79D6-4478-BE2B-3523165A7A85\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 72156.54,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"c34b6406-bea1-4742-934a-05823f5501a6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5799BFB4-3B39-42AD-AA1A-7F1615FE7218\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 87537.85,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"AAAECDC6-A42F-4906-80FE-AE4431FCAD5C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-03T00:00:00\",\n                            \"amount\": 473319.24,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e50e089a-9afd-4052-ad49-8f914e56bf35\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f9d7cad1-7b2d-47f3-910c-8fbf10e20c30\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4E50B76D-0BA4-4F32-A71A-F37B146E01BF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 221222.44,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"75be676e-5bc9-4108-9568-2773af0a1f78\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FFA542BE-22B5-49B4-9058-F8AEB3252F46\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 172717.78,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"1e1a25fa-fd88-47ef-ac7e-b604cf6b38d5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F439AC3C-EC96-4915-B106-1961C7D602F9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 72229.7,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"71fcaba9-5fa8-4427-a2ce-1ca82a8fbf23\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"32EB80B0-506E-4CD2-AD97-05E259088DF1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7149.33,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"BF6C117D-506E-4CA7-8546-AC7F4D3C5CB7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-27T00:00:00\",\n                            \"amount\": 594286.61,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"88143985-edd7-4915-bd49-81919be2f0ad\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"71fcaba9-5fa8-4427-a2ce-1ca82a8fbf23\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"32EB80B0-506E-4CD2-AD97-05E259088DF1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 134077.04,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"c009f25b-bc88-4220-a878-9256601b890d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"52067928-24CB-49A1-9BFD-4B175E86C6E6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 156113.43,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"f9fa3643-2c89-4957-b4df-37e3c30a67ba\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FA26A747-6793-40CD-9923-94D452E28CCB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 263129.79,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"3f15f2f6-c571-492b-a147-386cfd6efd9a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"042E126A-3909-485F-8776-02B531BF9CF0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 40966.36,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"BBC5C2CD-4984-4E87-85B5-62C550E3CF62\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-27T00:00:00\",\n                            \"amount\": 120622.01,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"67fe8644-0438-4fc1-b823-c28348360a7b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f1e473e8-6a51-4d5b-9ec4-52ff83c6ae0a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E4709B4D-DDB5-4E25-8FE3-B39F57B30095\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 120622.01,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"DB5D0379-32C8-4728-A7F5-08EF88274103\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-27T00:00:00\",\n                            \"amount\": 258973.88,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a9844aa8-ecc3-47aa-ba0d-da4924d7c754\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"100df39b-cd1c-42de-be64-8117cc0bfce2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0A23F02D-1714-4C4D-AF87-E616E311DA39\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 258973.88,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"9D3E500D-BBC4-41D2-87E3-0F10DDE84FA8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-27T00:00:00\",\n                            \"amount\": 33640,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b034e2eb-adff-4572-bac2-ce449b536e74\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ad5af6ae-f0e0-487c-a44d-7e734d638558\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CA464978-8400-4FCA-8549-375872739B4F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 33640,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"032ACE7C-2C52-4ED5-91CA-6CA874699B7A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-31T00:00:00\",\n                            \"amount\": 27197.47,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"94026560-3482-4941-ad89-e51bec31417b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3a1477ed-a059-4fbf-8ee1-12f953a961a9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"17A18743-5B53-4289-B524-2D157B1516E3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 469.77,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"a24387c5-0f09-4167-a27a-0d48f2012ffb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CB36DE77-1EA3-4B0A-AD13-8EEBD50FDA94\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 24378.86,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"58e86585-e9d4-4abd-ae06-0fca286e9263\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7F3743F4-7DC1-4B84-B6B8-18A5A0EEC8CB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2348.84,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"34AE01F2-2BF6-47B4-B056-112DD455A1C0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-08T00:00:00\",\n                            \"amount\": 26912,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"486a81ea-a6ac-47bb-99d1-68ed9330d031\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1d1928c4-702b-42e5-94e0-b3c9565e4898\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FBDA727F-EEEF-47A4-A45F-5D653D5A9DBB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 26912,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"1694BC02-14ED-496C-B5F3-B5413F426FEC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-10T00:00:00\",\n                            \"amount\": 103266.6,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d67d6df3-7cb6-4f90-bea0-0599ce267924\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"139d278e-d41e-4735-9b70-c558fce05cb8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0B331FD9-8E82-4D88-A51F-7D041C6A3A54\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 103266.6,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"6FB330DE-D547-4ED7-BF1B-6532E3829486\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-11T00:00:00\",\n                            \"amount\": 128881.8,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-11T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"45175dae-29bd-456b-a45c-c05e709612a1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0a41cc26-b880-4b8f-9ab0-3996baada40c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8A0B79C9-97ED-4596-BEE5-53678AAAF362\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 30583.59,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"1f05bf6f-6f4f-4e0d-944e-d10869920e9b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"11558893-6115-4663-B06A-BF09F294F07C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 31668.82,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"55aba08e-e616-4dd8-9164-1045779afab1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CB59F5B6-3B09-4BAC-A3E5-E8FDC0431BAD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16657.35,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"f05aab7d-755d-4909-82c6-110f20b4ef63\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B082A760-01E1-4428-8AFA-5A2774ADC04A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 49972.04,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"E9797FE0-8119-4AAE-9583-EE06498A14F9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-14T00:00:00\",\n                            \"amount\": 40805.22,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7e8e9407-7216-4ed5-86f3-cf9d47c31bb5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f9adda6c-f0db-4ca1-9e8f-d9b44af89e85\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F1CAF36C-7CBF-4255-AD1B-75768291495C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 40805.22,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"0EC01EEE-E95A-419E-AA4D-5F4C334137FE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-28T00:00:00\",\n                            \"amount\": 47096,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a350308a-2fdb-49e9-99f8-0bca73cf04c1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"569bd900-92d8-43e7-807d-bef4fab5245d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"67392324-D755-44E9-89A6-527D89E09A58\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20184,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"a078dfcc-6fc9-4d58-9501-d99e93e5ba0e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BF9DE195-2D84-4B09-B225-B2ACEEDCF49F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 26912,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"4AFE5552-8FDD-4941-8848-936543483FDD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-28T00:00:00\",\n                            \"amount\": 774583.83,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7f33ea5b-0a78-4c4a-b4b3-14cce6f12769\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"08ea3f76-2d96-42ea-ae16-19bdec44b6cf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E4D3F6AF-57B3-4D64-888F-62CC8FF032E0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 305617.1,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"5608ee33-ae15-469f-8566-b7342d517d89\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"13F334FA-681A-4A36-84B8-3C81A1CF4C6E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 394551.77,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"d7a778b6-8616-4039-b518-0aa6762f0d4e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B9ADCBF1-91C9-4D89-A64F-483A5030D6BB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 74414.95,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"6EBEE81E-54AC-432C-B702-8E3EAE1287DD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-28T00:00:00\",\n                            \"amount\": 245274.95,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4bcae07a-7aca-4289-abcb-4809912a7072\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"65c4b774-cd26-4200-aa3c-8d9796683d2d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8374D2C9-FB20-4A79-BE19-9A03A7372CF0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 223433.16,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"195749e1-4f23-4324-896f-4b1a0a95ef16\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"648EAF85-4622-4964-BE9E-D92CF706DE19\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21841.78,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"1FEAA18E-1234-4E20-A753-A6C190CEDEA6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-28T00:00:00\",\n                            \"amount\": 214633.91,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"dcd62ae9-9396-4569-83a7-95c283b22ab0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"48d86227-e360-4e08-98c6-0ffb59cae712\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FBFB9579-3FE2-4273-9D67-CCC2BE632299\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 47760.57,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"8164542f-f96a-474d-b96b-cb06681bf700\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"758DD523-23DA-49B3-9671-B403FE2DAB02\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10774.45,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"4c974aef-edeb-4ef9-b50c-e4e283b30ce3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"65E87666-4D75-49D6-87A3-325CF19A85CC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 109914.06,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"275c7798-ed9c-430a-941b-b82cc8b01970\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F769AE16-B154-427B-804D-AA5AA5741105\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 46184.82,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"6B78325F-BDCF-4F08-85F0-33F6D3E34693\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-04T00:00:00\",\n                            \"amount\": 490943.15,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-02-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"99a27c25-031c-4145-83b9-60844ddfaee7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d14b7ae8-42f9-400d-bac8-6327a9b409c6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8854696E-EFF4-4C53-B2CF-326D046A8552\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 233586.1,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"f0dcecc7-e1a5-4b1a-bae0-ec5cccec4c46\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"852A4F80-30A2-4E0F-8C19-6123A96541B0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 257357.05,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"063AEFA2-28DB-4528-AA1E-D709D5E5ECA1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-04T00:00:00\",\n                            \"amount\": 527338.38,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-02-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3370a4e6-e459-495e-9731-21ea186346b6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"611a55eb-f18e-4376-bf3c-410f1a502b1f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8AA78706-FF71-4D86-8C11-BEE8D162EC6B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 286822.18,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"3f15f2f6-c571-492b-a147-386cfd6efd9a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"042E126A-3909-485F-8776-02B531BF9CF0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 137741.53,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"1543384c-8f0f-4bba-a657-7b25c5d47226\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2434DDFD-3698-4A2D-8B8C-B38B63EAE7BC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 62042.22,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"70d52674-17fd-4caf-9da9-20a1d6e357b4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8F5C38A4-0F44-4760-8506-F7C15232721B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 40732.44,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"52BB090D-D571-433D-95E0-1D780EFFE478\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-04T00:00:00\",\n                            \"amount\": 47096,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-02-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"14d74a20-ab28-4ae1-967d-9a74d791dac3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d6e56979-41f3-4f61-a95b-89fd82e55b93\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FF60CF1C-B42E-43CF-A46A-E7ACAE9E7608\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 26912,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"53cc612c-7654-477e-8ef7-8618019cdc3b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"98957C80-2F9E-4D60-BE19-8438F329BA17\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20184,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"9CFEDB43-69A5-493B-AB5E-2E5B670B26B9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-12T00:00:00\",\n                            \"amount\": 12180,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-02-12T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4abab732-fa0a-4b95-aeff-dba35e2cec28\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c316a872-8509-493a-b012-cf0395347833\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DE9A925F-BCC3-4819-A4CF-9DCBEF358B9B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12180,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"F3B45743-1002-445F-9E4C-1361ED8C02A5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-28T00:00:00\",\n                            \"amount\": 26912,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-02-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0a2608b2-6e0a-4fbc-b734-fe191dc9e2d7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7ae6b580-430b-492c-bb1f-0941dfca98a2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CB947958-3CAA-46ED-B8CB-3368A29A80F6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 26912,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"DB97D2AA-E765-4CB4-B458-ED8308DA3397\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-28T00:00:00\",\n                            \"amount\": 33640,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-02-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c349ddaa-94a3-42bc-9bc4-eb6086e785fd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f564b4b5-6f70-4025-977c-aee9cef79a7a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BC2C3ABC-6611-4B3F-B625-A91A498E5330\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20184,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"42d2f7d1-a149-4cbe-8551-e838b40719aa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C19D743A-8B15-4800-AD32-8F9CD1C4FF9F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 13456,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"187F3F09-C63A-4FFA-824D-C880C8B072D8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-03T00:00:00\",\n                            \"amount\": 27898,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b1a7abcd-69fa-47dc-a4c0-64da6def09e8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4e68087a-5aa7-42f8-978b-42c72d423912\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F67315BF-2226-44F6-B42D-D34CE7ADB594\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5742,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"864d6e57-7bb8-46c7-bf4b-365691e5b1c9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9CDD3FDF-517D-4310-8996-596943BE6DA1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9918,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"02d64661-a5fc-478e-a3f5-93f169cc5e2b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DA2B9E72-5A45-485E-8E9A-7255B1875A8D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5916,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"716276E8-C417-4028-ACFC-663078214FE4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-03T00:00:00\",\n                            \"amount\": 21726.8,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0dfbe9a8-7064-4da9-a020-be8b40d8a002\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"acb518fd-0f85-4603-ac12-07376e34c0f7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6FA70BFC-8EE2-45E1-9453-FE0DB4B54FF9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3166.8,\n                                    \"customerId\": \"26007409\"\n                                },\n                                {\n                                    \"txnId\": \"747d9638-5c3a-4a4a-8781-0774e24c1298\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"31A79B78-99C2-4864-8C90-542D07B6B11F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 18560,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2702F526-056F-494E-BCC6-C1C43FD93839\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-03T00:00:00\",\n                            \"amount\": 15660,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fe168a02-a1f3-47c6-b6b9-5310cecff77a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"975d087e-5a5a-45b2-825c-11d92c11d12e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2819B66A-EF2D-4850-8065-646BE9334675\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7134,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"d11f53ff-5af5-4c02-a782-6d814c4ad310\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5C95A168-112E-4B27-9A9B-90718EAC5B40\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8526,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"5C9A249B-059A-422A-AB0C-E7CAB859261C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-03T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"17edc563-cf6d-4169-945e-07b675ee1b68\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"48ef5931-d8d5-4e3c-99b8-96d07583b6c5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"286C1902-EB39-43DE-A37E-9E5EB669DA31\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"AD9925DA-4490-48D7-875C-A46F20E1675A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-03T00:00:00\",\n                            \"amount\": 30287.19,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6bdf53b6-d2a5-4f53-9681-05afbdb819b8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d66724ab-9630-49e8-bf79-2c668fa49329\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E9C7C68C-1AB1-46BD-9278-156DCF4C9628\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 13050,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"0f3fbef8-a31e-45c9-8033-b1cf927a7e2a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B8FCA605-C41D-4714-818A-A3FFAB4D4D56\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2088,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"a72b0c6b-fce3-4e1a-8d22-fd3917d0b9f6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A431E623-1436-49BC-9662-AC856969971B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1577.6,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"565c8d39-632d-4461-9442-640129126e49\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"372C5A93-A048-4785-A980-B0F767B4B188\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 13571.59,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"99BD6723-DB3B-4C9E-9DF6-9510F68AB34B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-03T00:00:00\",\n                            \"amount\": 33292,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0c3b8e79-a743-40a4-a6f7-f6f0cc83a0ff\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"71d05cb2-cda2-474d-a0ae-039a2cf0d805\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"933670E4-3F8C-46C5-BF06-2AE89E1C5052\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19836,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"97b18cf0-a86f-460c-b86c-d75df4fb533c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"96FF6CDB-E948-4087-8432-00C758DB5723\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5916,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"a2a77c0d-362d-4df7-9186-8a4b759e71d0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6E046000-0400-4655-B642-C1A26982B630\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7540,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"B35CDE7A-2B88-4CA8-A47E-733512F3A7D5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-03T00:00:00\",\n                            \"amount\": 71572,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"96a31756-8898-485f-8291-345298c4d215\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"70a8d036-6e4c-4aba-90b2-9d948a97be26\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5A1BF54F-238C-44F1-9EFC-4AB678D57CCC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 71572,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"B9FD7615-09EA-4506-A5C1-2B82C2E8413D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-03T00:00:00\",\n                            \"amount\": 12400.4,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0ed2dff8-1c7d-4e79-9028-f837a62c2f88\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f94b0e5b-3687-4199-a38a-da6f065c6971\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C63E2EBC-3A9F-45B6-B395-8856432FD3C4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11368,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"0bc51415-eb3a-47ea-bcb8-2d544db40671\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3D0166CF-2F12-4EB0-9356-AB5FBFAED0FC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1032.4,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"349A4F2E-7702-4231-BED7-94E15A89600E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-08T00:00:00\",\n                            \"amount\": 112752,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f80ef51e-434d-48f5-a387-e2d1fe5f8278\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ca30f93f-45e1-43fb-b079-de09e16b20e1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D6F479B6-778B-407D-A315-9103786C76F2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 112752,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"6D0BE313-9080-4453-8627-3BDB3A1432E0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-08T00:00:00\",\n                            \"amount\": 32886,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b2b4d339-61d9-4db4-95c6-85882b4a1e83\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1dd5d1e3-7f37-47f7-96cd-4162d1d364a5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"008D69FD-1B08-4745-8E09-63F39AFACE58\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"b7653495-6a8c-4e16-adee-7a1450246bfe\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"94095168-85B5-4FE4-A2F1-B1E32AA0F7B1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"98dd0266-f00c-46f2-bc51-2cec262d2b40\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1EAD81B9-340B-4F3B-96B1-20F6506F3FF0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"865ECC8C-45BE-4E1B-B6AB-2C0022E12984\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-10T00:00:00\",\n                            \"amount\": 63067.96,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9689d0bd-c808-4b44-b943-8d541067e96c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6ff0870f-74c2-40f3-8b2c-6d307b57f1a5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6BA7494C-9367-479C-A2F4-AF9F2B699D0B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 54487.29,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"3f598165-f293-4de2-9136-e6869599adc2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E0081DA0-E4EB-48AD-8FE3-17C7FA6B5BE1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8580.67,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"64A4FDF6-F0F1-473B-B85C-5C91D70AD8E2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-10T00:00:00\",\n                            \"amount\": 1716.13,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f124f29b-4edc-495f-98d2-1b0278e2e271\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"67f7318f-359f-4d70-a2e1-dc10dfbf17ca\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"27DD99B3-7293-4002-A786-A7EDB8F98938\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1716.13,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"93528642-714D-4C4F-A0AF-B4D682CA9257\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-31T00:00:00\",\n                            \"amount\": 13641.6,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c34b34f6-77ff-4219-ba13-8c480bc81c95\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5311d887-5c3c-487a-a5cf-d32520eafd66\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"06A85CEC-5E27-4EC6-82C8-7DCBCEF19F50\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7795.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"76aac5fd-0b86-433d-be18-6cbacc05a8d2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2E354220-F104-4861-9286-1773F98BA165\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 371.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"90b7dd04-f29b-4b15-a589-497e6d4dd3ff\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"22584FE2-930E-4F10-BE80-5C3E593FC0DA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 255.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"232647db-c3cd-4b6d-82a6-85701f5620a3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AC2BDF55-B4C3-4EF8-B9A9-0A5F380490CB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5220,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"50D0E305-56E3-4F25-BD47-AA9BED6776A3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-31T00:00:00\",\n                            \"amount\": 10648.8,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ac492754-e7c4-4628-892f-accee01eb06c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"481e1a49-f489-4ab6-b5f1-1af08d7b7487\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"09E4B561-5D66-43C1-B5DD-3BFC2217443C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10648.8,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"003DD29B-8208-4F71-8B0D-122DE75493E5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-31T00:00:00\",\n                            \"amount\": 13108,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"057c2b26-1d32-448b-b5d4-b34bfdcb4505\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"56c16560-3d7a-427c-a3be-2c4ebbe7963c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8357FEA5-1D75-4850-9671-442EBE39B867\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4524,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"6b26767a-a31d-4049-8d71-2f221cfb7920\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D7A2CF71-8F22-4B26-B86D-60CD61AAC449\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8584,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007422\",\n                            \"id1\": \"01B8EC86-53D9-4F1D-89EF-DECD550EB509\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-31T00:00:00\",\n                            \"amount\": 29116,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d6f1a971-b4db-44bf-8337-10cd541e0181\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9029a870-257f-437b-9fd8-5034dad4f55c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"04EA533C-05F4-40B2-9382-6E1F36C4D642\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 29116,\n                                    \"customerId\": \"26007422\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"D5093F91-AB8B-47B4-BF5C-FA5216390715\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-11T00:00:00\",\n                            \"amount\": 92829,\n                            \"description\": null,\n                            \"createdAt\": \"2022-07-11T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c3bb11ac-508e-4e63-bf65-6e50b3699994\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9f48592e-71a6-4506-b76b-f582f361704a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BBAB0D48-F0FA-4325-8B69-F15F6A6809CE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10764.8,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"ef01419f-8ac4-4c54-9b69-56b4d1133428\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"003EF2AB-1510-4201-B9E7-B0BD81F74A06\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6032,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"f0d6b40f-e774-45f4-ae1a-2692dde74f1b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7029E4F7-CD95-44BD-9A1E-AD5F9F647950\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4060,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"7a271caf-ecc6-4923-a037-74e3804041e6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DFD59554-F6E3-46CC-96F6-5894F8A5597E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 13456,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"f1784837-86df-4686-9e0d-3d448b80f286\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3ADE52ED-A1F1-4CDF-BA24-ED4E78512E20\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9048,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"2b187cc8-38dc-483c-9955-f15ed46b78eb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4CEF748A-DDE8-4102-B851-3FF4B9A6BE3E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12528,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"9dc2f5aa-54bd-4018-ba72-446065b0f542\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1460D951-702F-4B36-BCBA-4021F7826312\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16820,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"f702b5da-25fc-44d8-b7c5-d91532445d85\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E3F91FA6-62AB-4946-95DD-8765FA281EBC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3300.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"51a4c5b2-7f0a-4e9a-b354-8e7a958d456a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DCFBAD58-4FB8-470C-834F-D7465BA570AD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16820,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"E59ED946-6122-4879-91AF-DE130DD77A7C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-11T00:00:00\",\n                            \"amount\": 49329,\n                            \"description\": null,\n                            \"createdAt\": \"2022-07-11T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7250d86b-f00a-4823-9c79-9a8906deb3ce\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e587dab9-c30c-4aa4-ba1a-2434cf818701\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2BFB15A0-2870-458D-ABDF-EEDCD2EB2E04\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"8570e279-e616-4515-8304-adf4e482266d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8C4C285C-C47F-4D8E-AD02-30FD35BE3043\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"25fa8810-139b-4b64-88be-90684222d4ab\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"235F8235-48E2-4AE4-8183-6B5A8BFF367D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"495d4869-6ecb-4f7f-a0f6-f9da552ea52e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"76ED754C-AC99-4235-809E-C31F9D8833B6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E9568B95-821D-4A31-96E8-98C3A4CD2E3C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-11T00:00:00\",\n                            \"amount\": 102822.4,\n                            \"description\": null,\n                            \"createdAt\": \"2022-07-11T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"43a7d812-e4d6-4f5d-8e70-a445d8e694e5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a321b5b2-7d75-4ee5-9ffa-8dd6c79a9bed\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"318A967A-AB19-4086-AD2A-067EA46E151B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11484,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"15cc6469-48cb-4e91-863c-1b1200f68807\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0850BA51-CDDD-4560-B7B8-785DD6380C05\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 255.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"e8e6a86d-33b7-42ce-b15c-af0351df89fd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7B427401-1561-4A72-ADEA-C8D998351EED\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 27144,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"c2b4c3a4-372d-4b70-8616-8efd9bd4f7da\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E657C62D-1870-486A-9892-F6B6436169DA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16820,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"04de966b-c222-4217-a53e-39db7c1ec705\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"30E70F4E-2C4F-4BBF-A850-AEED6E6AC980\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16820,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"01d35554-727e-43bd-b7cd-5b25105cc3ea\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"96F2D38F-0F4D-416B-88FB-C223E8D94B5E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3155.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"0a3524e5-ca71-4294-a06a-3618888491c5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"52588737-24C1-4C1B-94ED-52E42E5F9F8F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8352,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"05f39c47-17ee-4b3f-9470-e9c13d79895f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"49622AF7-9497-4994-90D5-158C562A4893\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 18792,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"FF270BB0-E4B6-4C31-A290-E5CD0C13FC87\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-11T00:00:00\",\n                            \"amount\": 203000,\n                            \"description\": null,\n                            \"createdAt\": \"2022-07-11T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ed51fe57-88ed-4424-95d2-2f5460a9609b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b5239358-7a91-4370-ab0e-60cf72933cb6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FF671F9A-2425-4ECD-9E29-BD4C88CD2C62\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 203000,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"AA5A428B-BA0C-4F24-A41D-D0990DD9C310\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-11T00:00:00\",\n                            \"amount\": 27405,\n                            \"description\": null,\n                            \"createdAt\": \"2022-07-11T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8978cf47-d105-4fb6-8e83-444a10410864\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2fbd0f98-1307-4c5e-902b-db3a5253f7e5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F8007746-7745-4A9B-9F44-16E544F16E62\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"55783F70-5597-423F-8EB9-1E18112D013E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-11T00:00:00\",\n                            \"amount\": 406000,\n                            \"description\": null,\n                            \"createdAt\": \"2022-07-11T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6244da49-6ddf-4c60-bec5-cc0e5da3099b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"55e4f3b5-2b4a-494f-b74a-d82a0b5c2d8a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5C76EAD8-BA7B-47D7-A16D-582FC033F761\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 203000,\n                                    \"customerId\": \"26007409\"\n                                },\n                                {\n                                    \"txnId\": \"baee4999-4371-48ae-971a-6900be37f89d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E0DA7FAA-E658-4699-A65E-35E782A7A783\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 203000,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"ECCCF69B-2E68-4EF8-8662-7099385BC6A1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-07T00:00:00\",\n                            \"amount\": 60552,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"daaaf8d4-7748-46fe-a270-3dcd1ac1a3ec\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"551d3df2-a215-4779-8faf-d68c3716af41\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"54146616-459C-4F8E-A394-192DC0FC9F95\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 40368,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"627c2f93-5476-4e9c-967f-f61aab468314\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5B44887F-FF17-4683-B76A-F46EA9952843\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20184,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"82082FE2-D91D-4C65-ACA1-8686587F9D13\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-07T00:00:00\",\n                            \"amount\": 164969.48,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"40c9970d-c393-44ac-894f-40b852f19024\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ab4c515e-cdbb-4842-9d0f-56f16387dfdf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8CF18C1C-5F40-44D8-9EE4-21E94AF60DAC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 125750.41,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"ae3a995a-7671-4aaa-979c-01335de82fbb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5EE92462-3564-497E-A3D6-3E1806D33AE3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 39219.07,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"CB935B6A-2DC7-4343-8193-50F903752049\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-07T00:00:00\",\n                            \"amount\": 402156.14,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"387c8e63-64a3-49a8-b1bd-fabb74164789\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"65c737f0-2858-4a7c-a3f5-6560216406ae\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8A9586DD-610E-4E5A-8690-C008BCF7A6B5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 150495.58,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"6b1ef8d2-90c0-4ea4-a01f-e3f7dec5f578\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A7F943A1-9B36-4FB2-A70C-1674CEEC1346\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 99323.36,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"c6f2baf0-41b5-42c2-8855-a87eafaeb8d1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8D442F13-8FE1-4734-B186-D8543A6FBA09\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 99323.36,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"23f6dd4b-e02b-452f-b95f-f5b195a09d6d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"96AA5075-3CE5-4772-852D-7C3BA2A0BCA8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 53013.84,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"F83C0B24-B33F-416E-AEAF-5B9A7FD96868\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-07T00:00:00\",\n                            \"amount\": 15891.74,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5533ff80-d14f-40ff-b1c2-0902b9805d69\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a869941b-07b1-4da7-a8ef-3f26f1739476\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E2663B32-AFFA-4544-B0CE-C77DECDC0151\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 15891.74,\n                                    \"customerId\": \"26007397\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"11F8B253-859D-483A-A157-1DDAD884A61B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-07T00:00:00\",\n                            \"amount\": 669998.76,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"233bd914-22c0-41d0-89db-2d4d380ebb3c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"bfa9167f-36f9-4c2d-bab9-d17016866184\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"00E9C2B2-CD57-4BE1-95F6-A496574ACF73\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 105862.15,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"255dbf02-65ac-4105-a4a5-0b43d2c8ff18\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C8DA2294-D656-4555-9341-200576F53DE9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 173836.57,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"6b8b2598-bf93-4795-a97e-c1d8eb435eef\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C7580222-FEC3-421A-9CA5-B0CF34336AD1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 285844.35,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"574b7fed-0593-45d6-8597-291c0a1452f1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"153CD67D-4FD2-4241-B1BC-82182BA0D3F7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 104455.69,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"16FAF3C0-A614-481C-86C5-EDFA08B7B9D5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-07T00:00:00\",\n                            \"amount\": 192383.14,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1dbf0d5b-0461-47fd-81be-343df7d81dad\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cd45fe11-a913-4df2-b550-b23d8efb14de\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8180B90C-CE92-4817-88EB-07A8FF1A3250\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 94845.53,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"baa58bec-09f4-4800-9c99-23b6cad64f48\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5ED7B6BC-2097-4698-BBDF-123D8EF9EDBA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 44819.67,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"1599ab9e-095a-4edd-a9d1-f4e1a5cce5d2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7F0CFB90-870C-4E43-915E-C73758C33B3E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 52717.94,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"4B778110-1223-41B8-98A9-22E834A45425\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-08T00:00:00\",\n                            \"amount\": 141059.92,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6d12bf47-cc42-4850-8c1a-66c59cac144b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c8987a93-d6b7-4b33-a092-861d4742f37e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C8C83D50-E9FB-4AA2-8001-5BFC8AC78746\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 31701.67,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"2a75a59f-b4af-469b-9cfd-813fa03bbb82\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4DE0C20A-0F67-49A6-91F7-B3D02A45308A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 25549.04,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"86558155-6baf-4b82-adea-2c349b92d312\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3C49F0A4-E8EE-4614-84EF-CD20F6230400\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 15642.27,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"e2d616a0-3e3f-4da0-b55f-06f1f324bdcc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"60200006-EF9A-4040-9653-BB3A9364D900\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 35422.45,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"158396b2-ed30-4501-ab05-0825fc2da925\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A4AA5288-59B6-4C81-A0AB-1CB4262AD8C9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9385.36,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"538b28d0-51f4-4c67-b2a1-7831126bafee\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4944A13C-8CC3-42CF-AACF-E8321695712B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 23359.13,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"828F4918-564B-4B8C-9A2E-58B671939D56\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-04T00:00:00\",\n                            \"amount\": 3640.08,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-10-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9fe9c9c1-9787-4fc7-9b77-a823f9d576d4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"49cecb97-f9ce-4fc7-85d8-d034ba33d200\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5CB8F1C9-6BCE-4945-8CDD-E575D98D2FD8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2088,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"c77d9e20-f1d3-44d1-b5f4-b6a5fa8c9196\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F9459986-B6BE-47B3-850C-DAC97FA369AC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1552.08,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"E03FC60B-8D71-4692-8B2B-4F348CB5C754\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-04T00:00:00\",\n                            \"amount\": 4408,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-10-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"71227ff3-3d8e-4ce3-8077-338c390daa7c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b01e62e4-389a-4128-86a1-30c0f1f98f06\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"21B26864-1665-4317-8124-3475CDE5185A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4408,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"6711E5C8-587C-41CE-A669-D625381EE894\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-04T00:00:00\",\n                            \"amount\": 43824,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-10-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f467e10f-ca13-45d5-a133-6798d09d2d8f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"dcc3c729-f9e4-43d8-936e-7138e23abc52\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"08DD9A46-B93D-43B4-84F5-DD9303BA3779\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11020,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"c53bac0c-5ba8-4244-9a22-12335018d959\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E4FED6F4-E6B0-4107-B159-DBC0DA950088\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7656,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"5a28af3c-67b2-4259-9672-ff001c259c18\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9DFA14D6-43DC-425A-A863-E5445DC3AA7E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 15868,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"1f54b3f2-300c-451b-89a4-05c6b74dbe94\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CB71C02F-5F09-47DB-8CBF-2430C4D0F4D8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9280,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007420\",\n                            \"id1\": \"1285AB19-07E4-4E04-92BA-D2170D7DF228\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-04T00:00:00\",\n                            \"amount\": 51678,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-10-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a611e012-2d7b-46ab-ba54-f0019f72fbbf\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"46d390c1-9493-4339-bca4-9f00df06eec1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D86A4440-76C8-479C-978A-83CD1197F6C4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 51678,\n                                    \"customerId\": \"26007420\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"FD6E547A-030F-419A-AD71-416759A8CE51\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-04T00:00:00\",\n                            \"amount\": 32886,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-10-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8ea88ad7-93ba-42db-a288-f14151db9e6e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8bac0e4e-6d57-4b13-aed4-59caae3d0157\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0831711C-3D85-4F20-A39A-D93424E1818F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"2acec5b1-e8b2-4b8d-b4a6-fa558c346218\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0F025F18-3D83-4B64-8454-EAD06CAF3DD0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"26C04FD4-A796-4ABA-8134-13EBF432ED01\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-04T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-10-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"55886286-1514-4772-8636-67e8edf99338\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c91ac17a-96c1-4c30-b6ec-c768e3a35ec8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3EF5B41B-7CBC-48B3-B712-904666E41C39\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"8e162a5b-b58d-4d68-a7a7-ffca3cc1ae02\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BA788713-F788-46B1-B3FE-2CFD2A44B905\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5481,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"45003B5E-252D-4C84-AFCB-02BD30F25CFC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-03T00:00:00\",\n                            \"amount\": 366248.73,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"895fa30e-0504-401e-bb42-854f3d8915bc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"70d52674-17fd-4caf-9da9-20a1d6e357b4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8F5C38A4-0F44-4760-8506-F7C15232721B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 64944.72,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"f4134c6f-7453-4413-bf7e-c7146be329e0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"36ED4879-72F8-4E9F-BEF6-85CB02BAAE6A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 62234.21,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"6e12b7a4-4d6f-42cd-8e4f-e32faefeb460\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AF506C45-3081-42CF-89AB-21E2B3F97FC8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 122725.86,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"9da1b1cc-4d5b-40c7-a341-0f5f94691f27\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C937249F-9F1C-4002-BCA5-E040E9509B66\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 75780.94,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"800f5404-5dc1-4e91-8f36-39fcbff4b4fe\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"339A911E-F2D9-43DC-99A7-097954BB734F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 40563.01,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"C8F6988F-C6B5-4F52-9672-611BA14954B8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-03T00:00:00\",\n                            \"amount\": 47298,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5e73b539-6eee-48ff-9bd2-246e0938b5b1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"81f1e16e-79e4-4459-8493-d370c74d3360\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"20AADDCC-2098-4CFA-BF09-371CBE30859F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 23649,\n                                    \"customerId\": \"26007397\"\n                                },\n                                {\n                                    \"txnId\": \"b8874807-c9c8-4831-b96a-e3738a020460\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"09669FC7-53FA-47BC-9CB5-8BA9E4910700\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 23649,\n                                    \"customerId\": \"26007397\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"848240BF-331B-41BD-A4D2-3E0375B11BD9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-03T00:00:00\",\n                            \"amount\": 336114.51,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0581a61a-8e27-41ce-8f7d-06578c380b44\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"800f5404-5dc1-4e91-8f36-39fcbff4b4fe\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"339A911E-F2D9-43DC-99A7-097954BB734F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 46564.88,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"7fc54a7d-d903-4011-be59-d4c734062131\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AC8C064B-FBA0-4250-B80E-2634BE15E314\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 80904.47,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"d119b2c1-58ae-4976-a353-492d7faa5c69\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1F331BA0-5C7A-4131-817C-7B3F8348306E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 124717.35,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"7269dd78-826b-47e1-bedf-a37e45f43ff3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7EFD364C-E52C-45CB-ACD9-FE5233622DEB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 43987.14,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"ab4c515e-cdbb-4842-9d0f-56f16387dfdf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8CF18C1C-5F40-44D8-9EE4-21E94AF60DAC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 39940.67,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"59D0832A-91E3-41E0-9419-88792F9A53BD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-03T00:00:00\",\n                            \"amount\": 15232.44,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7d337d29-c913-4e5e-a2cc-38998dc9ca2d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"36307486-8b3f-4392-86e8-80a10cf2513e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2787B602-9030-4AE9-B9BC-38C99B591781\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8013.28,\n                                    \"customerId\": \"26007389\"\n                                },\n                                {\n                                    \"txnId\": \"750d8f86-f9bd-43e3-a912-e12b7f5b369c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F5A0CD92-BC42-4FDD-91B8-00C54CF1459B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7219.17,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"90BE6CE4-62C3-4CC8-88B6-5B803C0B9B6A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-03T00:00:00\",\n                            \"amount\": 338927.5,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"87a869cf-5cff-4c15-81b2-0b1d15fcf5fe\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ef8acff6-f5d0-45d7-8268-00168104f921\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1577B4A0-0590-4C40-A58F-6DAEA20D149B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 95591.74,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"61e79070-8d18-4def-bbfa-983e91ad56cf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"47515799-A27D-4D44-B773-26D2A815B453\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 155212.11,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"d4393655-71a4-40e0-a5ab-e6a9b9092807\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FE7E1688-6801-44BA-95B5-EE7CFCCFF133\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 88123.64,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"BFEE790F-4812-4708-A9E3-C37DF67F4A6D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-03T00:00:00\",\n                            \"amount\": 19720,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c1dc835f-2f79-41ff-b40b-11cca91d4543\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0cbdd555-3aee-4eb1-b998-d66510b50234\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8D5C0D5E-4633-4543-A530-6D8F17FD0D56\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19720,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"6A84CD84-D74B-4DC2-B6D5-543781FB33CD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-03T00:00:00\",\n                            \"amount\": 54810,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4fc14b92-da6f-4061-a67d-50656a717560\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9b61027f-65ce-401d-8fa3-63c7e94aac67\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EC8C3D6C-EC38-45FE-BFD6-E2C872B797A9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"a4bab3bf-5aaa-4c27-92ba-b24eb111c4ef\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E79032A8-C8CC-4D9F-B11A-243426E8B046\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"a95a4003-e71e-4985-b20e-bdf00dcadb8f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A1B6A0D0-FE5D-4C76-B0A7-BC1C04FCC76A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5481,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"20BB4275-B305-46D8-B2AD-4C2487CAA04E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-03T00:00:00\",\n                            \"amount\": 54810,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ace01d9f-0295-4ea6-9681-9c862c8bd285\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3aae9298-f2b5-487d-9550-5aaabf73eb4d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9F322F1E-4B59-4DB1-88DE-BB2364ED3487\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"aad06c8b-d6ba-4345-bd97-2a2adb7da5a9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5647EE30-A7EB-4536-8307-86F4441408ED\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"0fcef2eb-abf2-4a9b-a26c-0f6204c6694c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6536BFDD-30D7-4D4B-B66F-EE5FFD8A08CB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"86A10514-BB51-43E4-93E2-98BDB3E1C895\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-03T00:00:00\",\n                            \"amount\": 84390,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c8f26250-eadb-49eb-a305-a88d765fdb25\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"635af4a5-1ffc-48e6-8c74-5b9cc91d3882\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2121FC69-8061-460D-A4C9-45C3AC439289\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7076,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"770a383e-5f8d-4994-a064-de464b4682bf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"15A29FA5-76E4-48AB-B7B4-2D7D6D6A09CE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19720,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"920b5ab8-8332-4e3c-b7ce-8daddf559be4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"501DCC79-1B26-49BD-B084-19F4C980529A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 17690,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"0942a1df-4854-4913-875f-e1c54b41a6b1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"00D05C52-0B64-4CA5-8BF0-F2A78C8DDD6D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 28304,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"063a54a4-aa7a-4c0d-8e96-aa2b23b0c029\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"83F62278-C455-4079-8477-066D0E89F43D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6380,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"0659f968-b12f-4344-9ee3-86aa78c64c4f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E60FEF34-774E-4CB1-A82E-AF6C3C276E35\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5220,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"1C7B8085-A724-45FD-A3BA-6A2DF883252C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-03T00:00:00\",\n                            \"amount\": 413894.27,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"23cb94a8-4003-476b-afe1-a15a14b5546a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3926bd53-dcd9-4440-85d2-4104478ca37a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DFB7C07A-E2D1-46ED-A99F-A7FC88940D8E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 205200.75,\n                                    \"customerId\": \"26007397\"\n                                },\n                                {\n                                    \"txnId\": \"0650f3b6-088a-4c1a-a960-89832f5bdb56\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6C2DA786-0F84-46CD-9666-AB80C32E4CB7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 208693.53,\n                                    \"customerId\": \"26007397\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"EE404ED3-C381-420B-A7A6-4D1E86882ABB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-03T00:00:00\",\n                            \"amount\": 14889.72,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6dedcfd4-0a8a-4bc8-ab70-502545e71a16\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ff6f318b-99fc-466c-b8cd-6f77025fd1f6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D80A5019-98B5-45D4-840F-E2A148B14B0B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14889.72,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"C89C310A-2E11-4608-B715-5601782DA655\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-03T00:00:00\",\n                            \"amount\": 2025.81,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8f12a388-0733-4142-ade3-9bc5bd349354\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"48306766-b8f4-4286-9ac1-bca7cb84d05c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BFB15D06-622A-4BBC-A2C6-3F132521E99C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1012.91,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"31823402-fd22-4dd1-a5ec-6b9e4a9952f5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FDB14953-121B-49F1-B773-0EFDA3D5A4DB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1012.91,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"7CE14BA3-B034-45D0-AD4D-A9C10AE07A1E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-03T00:00:00\",\n                            \"amount\": 5064.53,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"985f6cca-c2e3-4fa8-a589-9d512da5881d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3855c89b-7b90-49bf-99ed-d77b063db41c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"07E93AEF-3EBB-498F-AC47-0EE37B8AB918\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5064.53,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"EF0E89CE-0AC5-4F65-8335-50CBEAAC1CBC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-06T00:00:00\",\n                            \"amount\": 37932,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a7c817e6-d3f8-4e78-9e6c-0532ccd76384\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"076e359d-366b-4111-b6a3-174655907edd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"66757EB9-5C66-4EAE-865A-B643B8DA6A33\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 37932,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"7FCAA6FD-32B5-41D1-912A-F977977E2FF4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-06T00:00:00\",\n                            \"amount\": 52200,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"95926807-7fb7-40ce-ac3f-9d57ec85c684\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"aa130ea5-e52a-4f08-8317-270b7b8fd70e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"52E8DEF9-F909-4189-960B-A5D8DA0E5D6B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 52200,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"DAA46085-4CA5-417F-8854-7C61881A6892\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-14T00:00:00\",\n                            \"amount\": 5220,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a9bd75d0-09a1-40bb-8e17-767288c8271a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e004bb96-dd34-4fab-a2d4-ddcaafc7e8d8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7F1F16A8-6BFF-4493-B612-C787A59C260E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5220,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"CC18A0A9-54E9-44BF-A1B5-966B1D243186\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-27T00:00:00\",\n                            \"amount\": 19720,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2283787e-d3cc-4caa-88ca-b20698db1829\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c1d390fe-d833-46d4-8b30-102ffaef037e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B30F71A8-FBCA-4317-B7AC-89AFC388EA21\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19720,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"A2750846-03A4-46A5-8102-41B78E089234\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-27T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"28e242e6-de5d-42e9-94f5-4760776f1d47\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3a33ec0b-6ecc-435d-8bf3-be342fbf6af7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E05257EB-0259-4763-B3A2-392129F7D871\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"E843E922-D6C6-46D7-A917-AB8E4B0B74D5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-30T00:00:00\",\n                            \"amount\": 49329,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4dcd169a-c911-4936-b68c-83911b271cbb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1281272a-b5e4-4a83-8471-d0a21dfa53db\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F5F20A09-4026-4580-947E-A05494C004A1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"9ec3153f-ec60-4572-839d-11f927dbc0ae\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"884642B6-BA0E-491A-B814-F7465B394920\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"35bbd4e5-e70a-47e4-acd4-3f6c5e2efcbd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1F8986AD-919D-4C8B-88FE-A45D432C7D4B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"A1F3DA96-49A7-4281-A4BC-0564B4CF8CFC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-30T00:00:00\",\n                            \"amount\": 33060,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3dccaf57-3d4a-4c67-aa46-58cdcb656ce5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c1b616c7-b479-4536-97ab-2186095534d8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"25B04B7E-37BD-4ABD-85D2-79947781D83B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 33060,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"BCC3FDC3-B492-414C-89E5-25FEF53FE258\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-30T00:00:00\",\n                            \"amount\": 28884,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"91637b32-f58d-462d-b6bb-f90b2f63dc5c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"764755a0-b2d5-4984-83f9-0619ce170d1c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"201236CA-A0D0-42EC-99BD-54AAC3AAA0CD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19140,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"dfaeaa5d-5f10-4edb-8107-d8b8f8641327\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9A9D7FD3-3CDD-4251-8EDD-7D9D6F7EC984\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6438,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"211e352f-935b-4cb3-b710-5e2e439d75b8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BB20FF82-9A6B-4501-8921-EB0CA525B462\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3306,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"0F7E820F-7AD6-4CB8-B491-F9192D713092\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-30T00:00:00\",\n                            \"amount\": 34595.85,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4ea888b4-1d7d-4a69-8b2c-0647afddb794\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7a6b3ac5-4e60-4da2-b936-932e2005e6b2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DAB430B5-18A2-4935-BBE5-F986EA7504EE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 34595.85,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F07F87D1-F500-4844-8BB8-C3C5920E236A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 50610.8,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4d406620-d099-425c-ae19-70fa1636c6d3\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"9BCB884A-644B-4279-B609-74A6CD1F6E14\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 25757.8,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ac54b26e-ecbb-49ad-b2d3-5362bf3295d8\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"F48F1610-30BC-47AE-9749-E03A0E2B3D9E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 32886,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0b356f7f-0176-4768-ad0a-166f35d31a6c\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"D60E912C-806E-4833-9EDE-A3F09A29FAB3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 67697.6,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"62cde937-6c37-42e8-8801-68e3a0db1806\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007437\",\n                            \"id1\": \"D94FFE18-7C80-463A-B9C1-53FD0347C8C9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 34115.6,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a608b278-e41d-474d-b794-627dc8a5d988\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"67ADC2DD-F71A-4DC5-B6B5-3672D543370D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 51898.4,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"674591c0-415f-4d53-aa75-64781fb57726\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"7D8DD786-45B5-4E02-A31E-5078196578D7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 632107.2,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"52ab616b-377f-4d7a-9a48-d562a0acbc25\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"727EE7D2-070D-48C0-AD42-9C255CCA02E8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 6264,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f07f7ada-8774-41c6-899c-706a8d3ac0f8\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"56244645-E897-49B7-8853-864E141DFC5E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 8178,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a645990b-372c-4633-a334-b6e99399f1d4\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"7CD17271-1330-48D4-89A2-E96BC65C7742\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0cb18588-a772-4f77-b8a0-7f66812a7c3a\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"393B2798-8397-4B06-8412-F540142C672A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 127716,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"05068a27-7351-434c-9f6d-1b4788377b56\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"9F531965-C06B-40E7-A8C1-BF90F0BA5DCB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 134670.12,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2f98d473-2a6e-4f95-aa30-123e5fa3ff4e\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"6EA14617-6025-4254-B4E6-BCC37BB342FC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-09T00:00:00\",\n                            \"amount\": 54539.63,\n                            \"description\": null,\n                            \"createdAt\": \"2022-08-09T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b567e55f-9b84-4267-98b9-e58ad3c81fbd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5c0cae89-50e3-4355-a1de-5621f289a4bf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2DAEF9A5-2D5C-4D5A-A259-49A50ED437B3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2589.03,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"520ad16f-5ddf-410e-b5d7-9ba82270c49b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E1ED4990-3EC9-4968-ACB8-0E4A203341F1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3201.6,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"5e93f5b7-e0a9-4b01-9a8a-d14487d5205f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"13718DEA-95D9-43CC-A8C5-30E9A4827120\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1009.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"60986667-bef5-4d5c-8d1a-a353e405bc9f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E92CDAC8-9E54-4EC4-A6B2-652F059DCF15\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 800.4,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"cde638c5-7a74-4884-a6b9-bd7202bfc7ad\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"94CBD824-1C2F-4236-8F2A-D9ABB1CAC00A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 150.8,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"e0540116-14bc-49d0-aaed-cfd72d5d6884\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F5076295-E4EB-4AB8-A0BA-DDA8F1AA4958\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 446.6,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"4ff30be2-e658-4843-81c6-c815fc463508\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BF3B0282-82A2-47C6-B6C6-BBC271FC0421\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1740,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"2178297d-fa37-462d-8123-c8d325be2ac5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D9C41250-37DA-4199-8CFE-239217194120\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 26796,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"359d73e5-4623-463c-9739-f6e9ff42fb1e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"88B9F301-7F84-492C-A9FD-9172515ADF69\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 13456,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"b7bc80e7-e28e-4ca8-ae5b-98fbcd8c782a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"75E89ED5-BF17-4B88-AFF2-0061B494CD22\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3480,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"7465773c-54c2-4235-b904-35de108e7354\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"96219C5F-8C85-4BD5-A042-0123FA481091\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 870,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"D33EC83C-F6BB-4419-B75F-E20220E53B96\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-09T00:00:00\",\n                            \"amount\": 79228,\n                            \"description\": null,\n                            \"createdAt\": \"2022-08-09T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d4c7c863-b86e-4831-98b1-13f3fe0b61f6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d45cee1d-e913-43f2-906f-bcccea5b4848\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E8B33EDC-A5D0-45A7-99FE-942C4283C3AB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"bfe10c9f-4666-402d-9759-ce24e2c9734c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C430F1AD-778A-4A49-A2DD-1AEC9C509F4F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 35380,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"ae5e2bb6-1998-4ed7-8c03-83708dd7735b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7CCF1623-B3D5-4EF8-8B8D-900C7B903EA7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"cd16aff0-ceb2-483a-9c2e-101dc6673665\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"64311E45-3A8B-4635-9EE0-6C6698A131B6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007422\",\n                            \"id1\": \"0BC48735-93BE-44A7-962E-0F30314D136A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-09T00:00:00\",\n                            \"amount\": 144768,\n                            \"description\": null,\n                            \"createdAt\": \"2022-08-09T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b67586de-691e-4739-ae4b-1e68872b2c13\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6fd9fd3d-1214-4888-aa85-15e45a62165d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"29A92699-5430-498B-A01D-81E064CE2B3D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 65888,\n                                    \"customerId\": \"26007422\"\n                                },\n                                {\n                                    \"txnId\": \"5396b864-3b8e-4f6a-855e-7e112792d82a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7E2C7359-859E-45EC-AB97-94548EE213B8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 78880,\n                                    \"customerId\": \"26007422\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007428\",\n                            \"id1\": \"ED71971C-F035-4FAB-828A-2A7FD1DB4B9E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-09T00:00:00\",\n                            \"amount\": 70528,\n                            \"description\": null,\n                            \"createdAt\": \"2022-08-09T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1cb77fcd-332a-42ad-bf25-ff414215c7e8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"847e1fd8-5fb2-4904-91f5-a222593ac6d8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CA9E82C7-C5C6-4D67-BD08-940FDD9AF2DB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 70528,\n                                    \"customerId\": \"26007428\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"02663054-3246-4E44-B8AE-118E6183986E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-09T00:00:00\",\n                            \"amount\": 32886,\n                            \"description\": null,\n                            \"createdAt\": \"2022-08-09T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7c512ecf-cfab-4025-917c-c1c323e777db\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b892bce4-5abb-4cfe-b6f8-53aff47d7dc7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"42E883EC-E2DE-43CB-919E-9DD56AAB931A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"ed838996-5213-4f91-afb2-12fa47002446\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A4429CD9-00AB-400F-9345-4E81C4A97C1E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"d06e4b59-6512-416c-88e9-35365a9465db\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C99613E8-A3AD-4A14-B6FC-8BC492A8A345\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"F086DD69-91E6-432D-BC43-51E770F9E78E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-09T00:00:00\",\n                            \"amount\": 3132,\n                            \"description\": null,\n                            \"createdAt\": \"2022-08-09T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"63cf4b96-d465-4a19-a083-d5607b7fb41f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"58cdb9af-421e-4935-bdaf-45cc958a49c2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"43E9A076-E0CA-4430-9F2D-353C5AC507DA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3132,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007424\",\n                            \"id1\": \"7D69E265-8CD2-4292-9398-D2690076D27F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-09T00:00:00\",\n                            \"amount\": 9398.42,\n                            \"description\": null,\n                            \"createdAt\": \"2022-08-09T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ba3ee7f4-a24c-4a42-b35d-60257bc4d145\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ea36689c-5da6-436d-8f0b-ee16e15fbbb0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"200E12CE-2FBD-4A09-9DA2-51B51F92EC3D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9398.42,\n                                    \"customerId\": \"26007424\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"7A73117A-0F3F-411B-B777-55BAAE98E084\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-10T00:00:00\",\n                            \"amount\": 61642.4,\n                            \"description\": null,\n                            \"createdAt\": \"2022-08-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ae6cab09-1c5c-4936-9f5b-d84e2830b6e3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1812aa1d-0772-48a5-a238-8dae1e908436\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DD555F10-00FE-4AB4-B75F-993372D31FB9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 40994.4,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"337d06c2-7119-4469-8f3f-751faba0e0ae\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5691591A-DF70-4117-ABA7-D1CB3C98D835\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5220,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"d9c0b529-fd02-405a-9ae0-c53c938f2f81\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DA86921A-3C81-4BD7-BCA2-DFF035A4698C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 15428,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007439\",\n                            \"id1\": \"705CBA18-CB9F-4B28-B1AA-8345EAB058E4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-19T00:00:00\",\n                            \"amount\": 59692.46,\n                            \"description\": null,\n                            \"createdAt\": \"2022-08-19T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"78b6c76d-0cb0-43b8-b6ca-8c9306a40485\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"95B01687-03E1-49E3-93F1-FE8A028618EA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-04T00:00:00\",\n                            \"amount\": 47096,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"51bb5dc3-bc37-48c7-9715-157e0cd0d362\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a17ae090-1efe-4682-b28d-1924b430e8f1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F7918676-936D-4D6A-A870-D10AFED0FCBF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20184,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"79699857-5294-4037-a0f9-9b30fa8e073c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4DEADAE1-10E9-40F8-B58F-36FC826168E5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 26912,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"696DE98B-657A-44D4-BEF0-47103B93806E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-05T00:00:00\",\n                            \"amount\": 22279.25,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-05T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"364aa8ca-cf08-4764-b082-a4370677617e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"51334226-0349-4d39-ac58-dfa7166a4c80\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1D52BA8A-6DF9-411E-A11C-D1B6521CCFEE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 22279.25,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"B8BE721B-A0AA-41CF-A985-C87F501F418B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-05T00:00:00\",\n                            \"amount\": 65984.76,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-05T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e693c7fe-65ba-4147-bd02-a47db2a5192f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f25bee03-1865-4457-b0c9-f64c66ddddd6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7C8F9D72-7B9D-4909-9F4E-F947E271794E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 40395.06,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"ad26fdd7-1cfb-4c77-a482-d41ffa83836c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CB754B05-8539-4755-9B17-C2113EA2B089\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 25589.7,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"D20289A0-C5BA-44F5-83CD-61E1DAFF17FB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-26T00:00:00\",\n                            \"amount\": 4176,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-26T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bd1a7c85-9f9d-45b4-bb6e-a5ef210e31ce\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"62af0440-d227-48d6-8ff7-61a53cc49a92\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DF1BD9D1-E5FE-46C1-ADA4-4F391260FBB9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4176,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"71FCD6B8-7344-4761-9311-780C8E839E37\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-26T00:00:00\",\n                            \"amount\": 33640,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-26T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"53682225-f18a-4421-aedf-57b9749b53b2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3074ca6e-bf14-40d7-adf9-d1cb4fa07c6f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"934F4910-285D-4AEB-A641-E511388458A7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20184,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"1e8f7881-c331-4195-bff9-91f0d0bbaf68\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3F20186B-6665-4646-8808-C859427A5DD8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 13456,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"4D87992A-6BAF-4BBA-97A8-E87FCF97BFE9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-26T00:00:00\",\n                            \"amount\": 22040,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-26T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a29c10ac-3c34-49e3-af46-917a3053cd45\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b24ec2a0-2473-42a1-939c-453a3b5fddc7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5833E2F7-BF84-4EC7-9F28-349292545E6F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 15660,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"e44a7dba-b4c3-45e1-9c07-114cae2bcfee\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"41DCFC77-65B1-4BBA-A0E5-B580D7870807\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6380,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"A0FEC9FB-BFF6-4F34-84A4-0BCDAA57602D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-26T00:00:00\",\n                            \"amount\": 11479.59,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-26T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cce0ee68-0e9e-4b2f-9bfe-c65984f24a7e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"53929094-6dfa-455b-9bb4-83e91a165102\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C0FA0631-C7B6-4281-918D-98D29E43C892\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11479.59,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"0F6AA72D-E873-4BE9-8E47-AE12813566EB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-26T00:00:00\",\n                            \"amount\": 16679.75,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-26T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7279f28a-eb41-45ba-8168-8792ce1c989f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9998504f-d8f2-490e-adb0-d215b57d88e4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5F05BFAB-8E64-403F-A694-59A90384154C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5298.27,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"25d25024-ca4f-4e1e-b82a-93c2479b493a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E4500290-0834-4671-A4E0-27687D53FEDC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11381.48,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"887AE903-8CBE-4DDF-AD28-9DBB79D68F8E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-26T00:00:00\",\n                            \"amount\": 746068.88,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-26T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6d62a938-f201-40cb-8146-8758b7df5af7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"693d1f55-95d0-4bb4-b1a7-ae4769f526c7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B87EDF6A-76AB-424E-B1AF-8C3D93044AC8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7461.54,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"ad26fdd7-1cfb-4c77-a482-d41ffa83836c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CB754B05-8539-4755-9B17-C2113EA2B089\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 35900.12,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"d44a0281-7e20-48fc-a24f-44b32412f4a4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"67A89E3B-BD63-4CE9-B599-2172B89240AE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 70284.54,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"cdbed316-c065-4b36-a25b-b28949b15f47\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3B6EB2C3-9C14-4F4F-AAA4-A50FE0FA9519\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 107080.06,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"a79c245c-746b-434f-8a1f-1d14f707c592\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"84E2E22D-5050-43EC-8C50-44B8FFAEF9A2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 42281.99,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"d028d118-b063-4e92-9275-34ebc15cc321\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"42531874-A81C-4BA8-ADC2-EBC7D611E487\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 28384.62,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"bc7e36f1-4aff-4b33-bf58-0a74fce10037\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0FF9D4EE-8517-433E-90A7-E4ECC7297FF9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 226.06,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"5be78c4e-673c-40ec-adc9-db440fcebc96\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7890943D-FB04-4942-86D5-6612B3142100\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11189.95,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"49f4b08d-0aec-48ee-98b9-c0fe54e22490\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A2E186CB-8823-40B0-95DE-AECEAD6CEC5A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 47527.08,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"f63387a6-7f0a-4ffc-8b17-e901c5392a04\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"84E213AD-74C7-4D3C-B4D8-694666E08C81\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 76373.63,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"810b2de3-2346-4661-8db8-74c8ee77c4dc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1EF157DF-1D10-4A69-9B19-5026C8C6192A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 33997.25,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"ea582398-ebb8-470b-9e69-94fd70f5b10e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D5B00B1A-FF59-4F20-B783-4D74349789E5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 77237.05,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"31d46025-934e-405d-ae5f-16c51abddcb3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"25CAC9FE-2424-43B3-926A-E61E16355B62\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 142265.31,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"5f84680e-5580-493b-a64b-4298da4fedba\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"16B279BA-3BAC-452D-8C22-7B7E94A58737\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 41204.67,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"1f05bf6f-6f4f-4e0d-944e-d10869920e9b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"11558893-6115-4663-B06A-BF09F294F07C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 24655.02,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"ADCA64B1-E427-4A9D-853A-582C4F337CCF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-07T00:00:00\",\n                            \"amount\": 137309.2,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-02-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5868bfd6-78d6-482b-b6c4-42cffc16a5fd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"30ac38b1-e8d1-4858-b192-3e642cff81db\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EFC1DD30-9350-4BFA-91BA-739716AF3942\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19836,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"ca38a38d-757f-4f91-8f1d-1ed46988a06e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5A2F611A-57B1-4A24-843F-1FDE8FD81307\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3306,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"b9dbb0ba-5a8b-44b3-a9ff-c926e5c3fe70\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"36214CB3-89B0-4881-9B4A-27BF2441D018\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9628,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"6d0aa085-b90f-4f84-8317-acb507e9b239\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A74C8A57-B876-40E7-A45A-3B1DB7A52229\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 18931.2,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"d23357f8-f64b-443a-a1d9-328e0fc4a49b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BD583E61-B466-40CA-8774-9D5C154D58BF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 42456,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"f70d0974-1e0e-4c48-9fc3-04801e791f9b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B48BDCE4-547D-424C-A9CF-CDAB8D2CEBF3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 43152,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"10CCF51E-9C98-4778-80E6-3A2574413719\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-07T00:00:00\",\n                            \"amount\": 60291,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-02-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0e43afa5-9049-479f-a838-0928b3a85d4d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5a33c3bb-6bda-4dec-bf58-cc401fb0fa84\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5E8C2644-0FD2-4C43-BCF7-6690E13753D0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 32886,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"a919b4e2-5a28-4047-bfca-8f967161e114\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8198BF0A-B2D6-4649-A253-FF2784CC2998\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 27405,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"E3A25A56-F596-4761-8C25-982AE4116EF0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-07T00:00:00\",\n                            \"amount\": 616316.81,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-02-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"829b42f0-d89f-404b-9de3-4a1a2fae9226\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7208b49b-3589-49c5-b878-b4861cbc2853\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"082BC2AE-FA50-4CB2-BE85-B1AE9C0A891D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1204.13,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"3cf0032a-3b4f-4c2e-bea5-ec18db122bd1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0E282772-659D-44BC-9D38-25EF89372594\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 226767.89,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"f52bad97-6e96-461f-a7f2-6a7a72cc5ae6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"06325216-8D26-4BEA-A3D7-BBB1B8DB7B48\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 113725.16,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"678fb6d0-e38b-49ba-9885-5ab6f0da2fa0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4BFAEEC3-F0AF-4890-A825-2BCFD6C623F7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 172471.55,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"c0406ce0-a815-4a9c-a057-8ca0224bb3cf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EF7E5296-FF0E-4FB9-93BE-4D1C02CCA00E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 62738.38,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"8ef04307-69e5-4786-8d00-5b4b61f863de\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"ECF2A6CE-836C-4176-8298-EED8833FF2CB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 39409.71,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"B9543576-6B26-4F19-9E42-2912F2F3D949\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-23T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-02-23T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9f80d207-5b75-4a5d-97bc-95d69579b042\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"026c785d-d818-4964-81c0-a73d97c13e96\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"41F70CE7-17F2-48CD-9299-FCABB94B2841\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"47A232D2-41C2-4516-A344-3E2922F6B1B7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-28T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-02-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b4732665-95d6-4e41-a295-7f11c6b75a52\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"63477c8a-eeb7-4f9a-b84f-ff7d2a31dca7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"46F80FE5-4BBF-4FB3-8E36-01C5C3370877\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"938DAA87-C50E-422E-AB1A-B4D312894E19\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-28T00:00:00\",\n                            \"amount\": 143881.69,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-02-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"34058962-381c-4fc5-af19-80a0eba930c0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8ead7143-73b6-4ca3-a6f1-714935c21dd4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"22A850D1-E970-4A06-B75C-B7E0A64CD292\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 143881.69,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"5E12245E-5B53-43B0-8FBD-200485AABF14\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-28T00:00:00\",\n                            \"amount\": 24798.19,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-02-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7788c1fe-176c-43d2-a877-fb62ee933a1e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"dfecfaf2-6794-496c-825a-c60f27dfea6e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"05C0E843-EA6A-49D0-A287-A526EBDC55B6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 24798.19,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2A9BD456-E1A8-4611-9BF8-9259E0E68D8F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-06T00:00:00\",\n                            \"amount\": 98692.8,\n                            \"description\": null,\n                            \"createdAt\": \"2022-01-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a3d51f11-1075-4fd8-97a3-a67c7e908b39\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"1981AC74-5D75-4987-833A-9C55C481E462\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-06T00:00:00\",\n                            \"amount\": 52548,\n                            \"description\": null,\n                            \"createdAt\": \"2022-01-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c65fa6cf-6eaa-4184-93e7-1857fe74dcde\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"8EB5978D-8667-448C-B333-8825F6C3D10B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-06T00:00:00\",\n                            \"amount\": 68730,\n                            \"description\": null,\n                            \"createdAt\": \"2022-01-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b95b47f8-6341-4cd9-8ae9-2cae79aa04c8\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"4BD0BFE5-B58F-4957-9B48-F780F4A85B12\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-06T00:00:00\",\n                            \"amount\": 9860,\n                            \"description\": null,\n                            \"createdAt\": \"2022-01-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"84c5a981-be33-4593-9792-f01169a0c3e6\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"5BEC71F9-21EA-4E7B-B328-FE4F872CB21B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-06T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": null,\n                            \"createdAt\": \"2022-01-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"91b1d061-bec5-44fe-b4e0-c2086b742a67\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007422\",\n                            \"id1\": \"F0D9097E-6D53-4925-B285-58F967C2C74D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-06T00:00:00\",\n                            \"amount\": 117740,\n                            \"description\": null,\n                            \"createdAt\": \"2022-01-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cbcd5482-e4b0-418f-984c-66fd4d42b37b\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007428\",\n                            \"id1\": \"40E18573-9871-4398-878F-6839B7B7C147\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-06T00:00:00\",\n                            \"amount\": 134560,\n                            \"description\": null,\n                            \"createdAt\": \"2022-01-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"187a1c28-4a94-4c4e-9d0f-0f12c5018930\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"A9521911-5468-4393-A5EA-2A8FDADDE4C7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-06T00:00:00\",\n                            \"amount\": 41110.4,\n                            \"description\": null,\n                            \"createdAt\": \"2022-01-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"732d303c-4e9c-4af6-9fd4-607684725549\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"8BE0E993-920D-4A0B-A0CB-D8907A4A9800\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-06T00:00:00\",\n                            \"amount\": 176888.4,\n                            \"description\": null,\n                            \"createdAt\": \"2022-01-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8d18f98d-ea04-4501-ad82-91ec291cfa33\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"83B04958-AAEB-4D01-92D1-1BF495EA1BF5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-06T00:00:00\",\n                            \"amount\": 38367,\n                            \"description\": null,\n                            \"createdAt\": \"2022-01-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9ce00429-b280-48a4-bc1b-d3791a3786fa\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"F06BAA1E-1568-404A-BCF1-9B1A3A33C465\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-06T00:00:00\",\n                            \"amount\": 37226.76,\n                            \"description\": null,\n                            \"createdAt\": \"2022-01-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d1b97269-8082-42c4-8579-87031b774889\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"003AE5DA-73A8-4608-BB54-DEA248CAC6B4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-11T00:00:00\",\n                            \"amount\": 29696,\n                            \"description\": null,\n                            \"createdAt\": \"2022-01-11T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7796ad11-1f2d-4d18-b598-f76eba1ffcc0\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"7DCDF387-B09C-4018-BF04-A0CBF431B879\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-29T00:00:00\",\n                            \"amount\": 99702,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-07-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a1c512bb-5949-4a1f-8521-23802fab0d5f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2eb31ed0-eaab-472b-bbea-74c74f08c163\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"659693CA-FFDA-445B-B553-C65A20296E78\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 522,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"b62cd837-2fad-44f9-b5d6-0b35fe1410ec\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EBB044B8-B389-4738-942F-520E87130A5F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 99180,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"DECB3891-C2EE-4F96-8F99-7D12F31DDCEB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-29T00:00:00\",\n                            \"amount\": 88740,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-07-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1bd2184c-1997-4ffc-b9ff-9fc96dfad153\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9b96a3be-230c-433c-a456-accd7d5ce3e7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BF2862F3-3A0F-44C0-998E-D728AAD10B88\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 88740,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F6698FFC-03BF-4542-A6E6-7A708ECACC41\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-29T00:00:00\",\n                            \"amount\": 4524,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-07-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8e47a395-b467-4bcf-ad29-7d73f5dd7245\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"baa6abb2-59c2-472a-bdde-d68a4519e8f4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B0FD72EA-CA39-42A5-8072-CF1DE032B4BA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4524,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"267B8D56-D181-4202-85AF-FEA2C756A81E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-29T00:00:00\",\n                            \"amount\": 16472,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-07-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3cea9ec9-6349-43f8-a494-5a7704c6529a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6272f1c5-d019-408b-894f-246daa51e058\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EA552BA8-D926-46A5-AB33-EC47900B8D92\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16472,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"CC4617DE-DDEA-4570-9CDF-36F2DDC24AC7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-29T00:00:00\",\n                            \"amount\": 177480,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-07-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"91ec8064-5dac-4042-92bf-f5aaec924e33\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c6ced06a-3f3a-425f-ac1d-60b39d3592f4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E67BBFF5-8A62-4E97-B2B6-C2A6AFDA0EE3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 177480,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"DAB97AAC-6550-480D-8166-24CC8B66C2C2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-29T00:00:00\",\n                            \"amount\": 40368,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-07-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"97d5671b-774d-4499-9544-a425418d162b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"19c9d8a6-9344-471d-82fb-eb12ac8805c0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9FA42C9D-7B20-42DB-83D2-ECFFC357E11C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20184,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"99fb771f-ddf0-4eab-8d16-88738f207fac\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EE143529-7968-4842-850F-BA2D3F25C014\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20184,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"6ADBE33C-7838-4959-9354-C6FE39ED9E61\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-29T00:00:00\",\n                            \"amount\": 48905.22,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-07-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fa5b7f33-1abb-47a1-a677-e28829257de2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"25a6d10a-fb7c-45c7-a5a1-d302b9b83e56\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2E3C18C2-F4C2-45E0-8C0E-139AE2D5FE72\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 48905.22,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"997658A1-3DA1-47B3-8E2F-746835B933E7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-29T00:00:00\",\n                            \"amount\": 202455.6,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-07-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1c4348fd-7933-4e7f-8bcf-efab192401d6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6915f28e-7238-4288-a35f-09e590b3ddfd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DE2DDC51-ADC5-4AF3-B03A-5A37804AF958\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 68406.72,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"22c7cff9-7ab7-495e-bf0a-8304a52b0b8e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4FD5A5BB-FF88-4BE2-A097-A837A4CD6977\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1244.78,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"63f19e79-f946-4078-be2c-20483ac860de\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8EEAB6F0-FC62-4F9B-BD07-4C2DB4C2515C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 132804.1,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"E76447C2-F84C-4772-8915-FA16CAB816C6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-29T00:00:00\",\n                            \"amount\": 121455.22,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-07-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"498e747a-5ac6-4b63-9103-9d3708320b70\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"dcc785b5-400c-440a-8dc9-7da09d9e9305\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"65F91C2C-BA91-4D14-A7BF-8872EE5A36B3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 121455.22,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"F0B90FB1-97F7-4819-A0B7-696CB102746E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-27T00:00:00\",\n                            \"amount\": 22600.79,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-09-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fe599f1f-a6df-4fd5-a414-f2731a63e7af\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6ae11029-f7a0-41d0-8273-ba454a11e728\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BA09E1CB-6249-4646-AF9D-D273B95414A1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 22600.79,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"DB1E13F5-C3C1-40DA-BAA2-FE6797FF647C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-27T00:00:00\",\n                            \"amount\": 11696.65,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-09-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"57913113-febb-4de4-a18d-1c5d2fb1fd76\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6b482057-898d-4ed7-b97b-48c696ebe1d2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"36BDF655-9EA9-4ECE-A116-2C408B7EBC09\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11696.65,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"667371B5-9CDE-4BD0-9E7D-47B1136410C2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-27T00:00:00\",\n                            \"amount\": 2052.04,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-09-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e866e156-95f4-4d3c-91b1-534b4a644fda\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"816ffb30-54d7-46d0-af00-4aa44a5c15c9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8A9222B8-3532-44A4-98A5-59531150A3E1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2052.04,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"9711C13E-0A03-4691-A58A-D838F89DCA9E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-18T00:00:00\",\n                            \"amount\": 42125.4,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-04-18T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9ede9e39-1174-4c0c-b845-33f92cbe835d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2a9e98c7-1830-4a51-ad0b-acc15c9c51ab\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8F607E02-6A7B-406A-885B-686FA2726B99\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 42125.4,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"46B3A15C-326E-4E04-A44F-BD6A43B54698\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-19T00:00:00\",\n                            \"amount\": 16530,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-04-19T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fdbad4f2-97c9-46fe-84f2-50fd8e94d4aa\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"45d4c6b3-badd-4d81-8373-9814762b3a03\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D5A9851B-1C48-4301-B828-A11425C82EC5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16530,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"F36EE0DE-DFFB-4521-B1C4-234D71E191A1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-19T00:00:00\",\n                            \"amount\": 88740,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-04-19T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9a57e97b-1afe-4fac-ab57-bf0774ba4d03\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"07aed811-2678-40fe-8070-34f8f04fcb58\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"413FA20D-87C7-4AB0-801A-273FC374B9E0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 88740,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"D99E67D2-F72B-4F64-BD4B-45A189760C90\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-19T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-04-19T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d4f0c2ac-6272-487d-a9a8-7f875d3b329c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"aa7ef1b6-22b8-4e8e-9adc-9060455755a6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E1FA5BD6-2586-46A3-B523-B503C1BBF36B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"043e4c01-5c81-46c1-a5c1-f8b67dc92655\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"86C11C3D-AB0E-4639-B41E-E42DEEB91809\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"E5D724F9-E177-4CC9-A79F-9BA2A0389D52\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-19T00:00:00\",\n                            \"amount\": 4959.13,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-04-19T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b591be25-2a57-4124-8d3b-367552431a5b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"68f0e83b-e444-4986-a2ec-e7651102172f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6BE6E9C0-82B2-48F0-9DCB-A911B3C4E004\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4959.13,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"BD89BC45-AEDE-48BB-826A-F5EFF3654519\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-30T00:00:00\",\n                            \"amount\": 54810,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-04-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1aef5ca1-7a5f-4530-8dc3-4b2914e4e47b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"80e6757f-dcc5-4630-b33c-f3375722c9a1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C81AC12D-E0DA-4DC9-8E3D-19F9884F366D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"9d728843-9fa5-42a4-8f36-1669dde062d5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"275ACC81-1A2D-45BA-8E9C-174441A0695E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 27405,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"5DA56077-3D34-49A6-8982-4A8CF8EA8EE0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-30T00:00:00\",\n                            \"amount\": 120679.25,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-04-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"36cb9662-a121-4f36-a578-ab4766e6b2d0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6ed39442-d713-438e-a971-bededb2e93e0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BACAC540-9B79-4E84-BAF8-605B2CEF7308\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4974.27,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"aac484a8-5093-439a-8ba6-0b4fead56538\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8D71D643-D605-42EE-BFBE-6C4588CB58CD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4974.27,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"12186872-2c57-437b-bd45-b8840066516b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BD6AD995-A579-4655-967F-C4183C79B83F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19210.98,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"479f4da7-5539-406c-9a6e-87f3e53948eb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BE9C0272-6B03-4D59-8A8F-2CC07B770429\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19210.98,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"22f00176-4698-422b-9e88-7c96befdc1bf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DD4494C4-101B-4C07-A25E-6015AE599756\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9948.54,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"2196813e-2466-4c29-92f8-7b61114414d4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0D3489AB-39FC-4BC7-84A7-9DB6257CC663\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 25523.16,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"0f2911a4-6fd9-439c-8e9c-8504cc8762c8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"68F3C96B-7DE7-46C9-8216-CC8113CC4535\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4974.27,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"14445f64-e2bc-452e-8451-12f892b4594f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"14757DBD-653B-4F42-A57A-12E0B3138808\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21914.24,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"c1a1249b-6ca1-4005-8dfb-07ad7bc650f2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C25FD252-E353-4B07-A683-34CDF552BA01\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4974.27,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"87cf0c30-ae92-43d0-8209-7e33b495fd05\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F8F337F2-5FE2-4468-AF08-594BB2EA259B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4974.27,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"FCBC20C5-8E8A-4972-813E-9F03B759947F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-30T00:00:00\",\n                            \"amount\": 23501.89,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-04-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"47618d80-c47d-44fa-a91c-f3af250e68ca\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a78f1637-5145-4e01-98c5-33382f712616\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"869671FA-F1D7-491B-9369-11FA2D73F297\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5823.33,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"18cefae4-463b-4042-ba92-7763eb06c364\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"12574E5F-FFB0-4D5E-A16D-7BDE13293D97\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9317.32,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"2e818d30-68bd-4b6b-9796-77d56d41706f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"362B77F8-677E-4D2E-909C-10F0F51599E9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8361.23,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"7CD0B249-268B-4DB9-A4A3-9AAF62927345\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-11T00:00:00\",\n                            \"amount\": 8673.01,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-03-11T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f42128ef-9ccd-4d78-809a-ea447cc2ea67\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3cce96ab-0803-4407-ad61-a133470e4403\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"988C1F20-C714-4E89-AB72-6E073572139D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 877.05,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"5c78904b-5126-4718-af45-5bccce54aa81\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"829CF33F-A72F-44D1-A1BA-284BB05F3B0F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7795.96,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"C5CABFCA-983C-432A-9BB3-10B99C301A5A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-22T00:00:00\",\n                            \"amount\": 33292,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-03-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6ca7421d-81ad-4109-a0d8-f95313563846\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"671a71f9-0282-4fe6-995c-ff8f9d0348a6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"72DC412E-A61F-4832-94E7-CC68F415F18F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 33292,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F1BC7E86-9B3E-434F-809C-DF8F961F1C06\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-22T00:00:00\",\n                            \"amount\": 11293.69,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-03-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"40c041c9-6471-40bf-b9fe-b65064d302aa\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"dc57048a-6060-4bdb-8238-5347a42ccdb7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E0CA74D1-ADB4-40C1-8A6D-A360A33C87B7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 285.29,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"1fea4a0c-ef1d-44fb-bd03-a73b4e4e895f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"83006779-0295-404A-B04D-62C2CB98E3EF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 870,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"ca976435-192a-43e2-884c-880de3365ea1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3C6194FE-E997-4537-838D-25C24485E86C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2552,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"082d0ff9-f6e3-4cf5-a7e1-bdf9f61186c5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"98276DCF-42C8-413F-A8AA-AEA0FB96740B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2610,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"d1e0a6a2-e88e-4496-ae1a-c163e840143a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2552A40A-CB82-4F19-8ABD-7D10E225B270\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4176,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"0984bbf0-9849-4fbb-9417-241ebac6b69e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C2B5C485-1D7F-4A6C-8EB8-0A0A3B583098\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 800.4,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"BF9139AB-207C-4974-87F7-87C6A8F6DAF7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-22T00:00:00\",\n                            \"amount\": 5104,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-03-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b5ee0541-a954-47b0-9d6c-d49c71238a78\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a63eb4e0-736e-452e-9c70-fea81d8b937e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6E55CF82-F63C-413A-A6E8-86EE65DEABE2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5104,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"CBD6DC8C-B548-4321-A4E3-FC039EFB737D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-22T00:00:00\",\n                            \"amount\": 44080,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-03-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ba662ca7-b595-42ea-891f-5b88a15f6d7e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d64205c1-affb-4247-9e0c-ccbf9a106a4e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F5E75C07-8042-4ECB-AAC6-C9B16DEBE483\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 44080,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"68C27997-9064-4D5D-B635-F60B0AE5E24C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-22T00:00:00\",\n                            \"amount\": 88740,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-03-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"94128906-2482-4ba2-a1fc-baf7d431a940\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c1ecb331-8f8f-48e4-89f6-16e7c1a81570\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AC83CC23-DD63-4CDB-8AD3-6E15B887D5FC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 88740,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"3174B55C-0DAB-4748-AEFA-CAC41548ED68\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-27T00:00:00\",\n                            \"amount\": 60291,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-03-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"88c1cc59-f54f-48c4-8ca1-ad8c14eb2bd8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"628cdb6b-05d1-4ba5-b8ef-18de24983764\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"75F67356-CE38-4A65-A385-8561BBEDCF53\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"2a67c1f0-1a7b-4918-b50b-7f5a092a3bad\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D63A5FB3-CEE9-4301-9FE4-FE3F050CA5F1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"4bbd0c17-d9b9-4d8a-93a6-4d060f73c4a4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"07CBC468-DCE5-4B25-944E-5B3D7F0A30F5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"e7b98999-6190-44ec-be37-376cd2616a33\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B17B53AA-B5D4-4A63-8CD8-5B394AAE2DB9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"FF3DD118-8756-4C12-BFD8-A683F5A64CCF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-27T00:00:00\",\n                            \"amount\": 3074.58,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-03-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e5f5274a-f9d8-4d77-b21f-e1b479d7f3f3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"000fd972-804c-4aa7-8ba7-62e727d78a91\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"89C43F3F-866E-47CE-93AA-506525A8FBED\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3074.58,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"AE7825CF-FADA-4E0D-BA03-E6E06B6272BB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-06T00:00:00\",\n                            \"amount\": 67321.26,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-08-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7268891c-ea22-4c3e-a9ee-bbce8f064275\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5a486700-5a1b-4175-af19-43d48a3ea313\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C4331BB6-B58D-403C-A041-3E56271D698D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 67321.26,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"6D7D11D3-E762-42B6-B72C-E73E2178A09D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-26T00:00:00\",\n                            \"amount\": 29870,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-08-26T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"302096d9-a68f-41ce-9ab0-44556f0fd881\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"007d25c4-2828-4737-9be0-1e1376ae56f1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"16E5D1A0-9BFE-42BA-B2A3-305E90A9FE23\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12180,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"f5158935-4f9d-47f5-b2c3-3fe4c3356c99\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"38F56CCC-3FD7-4E59-AD90-EC910FC300FA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12180,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"4c80a888-6ac9-495f-b47b-00fbad312ac3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"764B5CBD-C526-4195-849A-193F687A5EA0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1450,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"a0a2052a-315b-4187-8a42-4e42033deaa2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8B32F54B-97BC-4002-94D9-2D0DA75C542B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4060,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"2A721737-D7C7-410C-93AA-FD3A6EBAA64E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-26T00:00:00\",\n                            \"amount\": 40368,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-08-26T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a1926bff-746e-40df-a339-75768f7dc332\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e74d806b-5e90-4efe-96b7-f3ee08cca8ab\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C9B6DED4-E5C6-4234-A30E-D304217DCA95\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20184,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"d5cbca46-6c0b-4e47-8489-ca522994ee28\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2D7DD914-48EF-417C-BC14-0B9D03467648\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20184,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"B8DA5ED3-F4BF-44A7-8F4E-799DB7281FBD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-26T00:00:00\",\n                            \"amount\": 67244.04,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-08-26T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"01b17282-0eae-4a2d-ad03-ea549e432f93\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4736bebe-23e4-4ea3-8b64-6542381b6261\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6EFD3EC2-0A96-485B-AF63-A9FE9DB6D922\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 67244.04,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"39D361FB-6003-4A15-80D6-6EDD41E0A25E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-27T00:00:00\",\n                            \"amount\": 47442.47,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-08-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c878e825-1c10-4ab7-8789-d964a3a9141d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4899da2a-c89d-410e-9a62-ef02f1155a10\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"411D21AF-55CC-4FF3-881A-40D54BFA77B9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 22161.98,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"62f6e9b3-55bf-4504-b419-f1728ef57891\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"40D834EF-1CA8-4929-9DB4-AF4EF82A556E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 25280.49,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"464D55B3-99C3-447F-9DDC-F7B9C32C3729\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-27T00:00:00\",\n                            \"amount\": 25723.73,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-08-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2dcd3498-3605-4794-a203-3ccfca0e44ff\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"26f6a658-375e-40c2-b12a-134183e7c66e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FA3BC5D8-6ECE-480B-8DCC-DEA4FF9B40C1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 22161.98,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"535a52b5-fb21-4a6d-b862-711efd034bd6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"22B4D23A-0717-43FA-A532-43E8CAE311FF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3561.75,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"D43EE725-00EF-4982-96B0-3FFF5AE766E3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-27T00:00:00\",\n                            \"amount\": 292333.74,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-08-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4b77da52-1641-47c7-91e9-176b12e6e14a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"29f10a5d-c3d0-4807-9d4d-504637dbbeb7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D5ABBFB7-DF3B-4833-9775-4869227DFC99\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10891.62,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"1ba78b5c-7592-48e8-a3b8-9456c6008767\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C49AEE1D-ED48-48CD-BEAC-E8D72BDCBD7C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 113403.25,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"4f22fab6-d652-477f-9d4c-38d25a844d11\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A4C47B8B-C6E3-42F3-9A29-9C577EC06BF6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3803.95,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"d2d73cf4-647b-4b03-8c35-4010b1ee24e4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C791982B-C8F2-430E-A1CC-85DCBB56B7F0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 164234.92,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"3B1E52E8-60B2-4B17-9821-232629403902\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-27T00:00:00\",\n                            \"amount\": 22161.98,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-08-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"61b53124-5904-440e-a357-b36a383f524e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"69c1d2b6-b0b2-4fd1-b2a5-99b98c0a28ff\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AC80EE6B-BD6B-4EDE-B32E-4A73DB056237\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 22161.98,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"952A69E8-942F-463E-B7C3-953492ECE3E6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-27T00:00:00\",\n                            \"amount\": 18164.91,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-08-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"998064b5-c467-44be-a72b-7a9b4e6d6403\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d48f4323-4de2-4a02-803c-e39dcf887762\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C3D289CC-E9BD-46B2-9A07-777CF31A213F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9003.3,\n                                    \"customerId\": \"26007397\"\n                                },\n                                {\n                                    \"txnId\": \"be5f3ee4-b50e-4883-b159-58cb61a5ad7a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EAD8D9A7-9005-43FA-A81A-6CAA216BA60C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8904.37,\n                                    \"customerId\": \"26007397\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"4A5AE5AC-1888-48C8-95FC-267E248D5F93\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-27T00:00:00\",\n                            \"amount\": 39129.75,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-08-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"39b92540-e49f-4220-8ef5-7a8528a7b00b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b6935bf0-2327-4324-a6e7-7e0b5d095782\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B861615F-EB06-4AD0-8C82-9F6177A3F226\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 39129.75,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"8EEE11C9-6EE6-4FA8-95DB-210FF6333FD4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-27T00:00:00\",\n                            \"amount\": 278656.03,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-08-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3486522b-e0f2-4ec0-b607-97ecc66c5d68\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7d28b5bf-22b9-402b-86a9-16e6421acb4f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AEEB42C3-8405-446C-874F-12A12C427561\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 107485.6,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"ef8c71e0-85e8-419a-9783-7f135b23c5af\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"517D9464-746F-48EB-A6CC-767683CE8484\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3507.13,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"9c77c461-baf9-42b9-8f79-1b1a2a9f9139\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D289AAC2-61C9-467F-9AC8-861B2FC39C41\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 37299.8,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"5a03b6e2-186a-458f-a9e1-afc209b3e4a4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8814C350-67AC-46A4-A5CC-62239C6860F2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 28869.15,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"5bebc80a-5445-40b2-bd40-56a8fd601609\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CF5FA6AB-9890-4E04-BF3B-FC9AAED470E6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 37619.96,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"1c88c956-8166-469c-832b-e3dd12acefcc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"63B64452-A0E9-4877-96AE-684654CBA374\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8767.83,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"9c151f32-5066-41f9-b02a-453dea9bf680\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FAF25DD9-1C0B-485E-977D-26570518D2F8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 29057.92,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"f25bee03-1865-4457-b0c9-f64c66ddddd6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7C8F9D72-7B9D-4909-9F4E-F947E271794E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 26048.64,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"4F03A211-EFB9-4B2F-A916-B5B534F4D991\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-20T00:00:00\",\n                            \"amount\": 32886,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-07-20T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b7aa5885-17bd-4ae7-9aa2-11894004f260\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"54ecd3af-5716-4e55-bcdb-16385c7ee88d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6B008A94-046A-4422-9366-7E112F0C4DA1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"1026526d-716b-4b96-9287-e9b9f5cfb936\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"43B2DA50-C5F7-44BE-81F7-958D6D2402DB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"9BB0DC42-2CC9-4F07-A786-3024393EBB46\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-10T00:00:00\",\n                            \"amount\": 26517.6,\n                            \"description\": null,\n                            \"createdAt\": \"2022-06-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7a56e190-363b-4ff1-9b68-9598b58d5ba4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9f45b3e5-ccb6-4158-8a7c-87c91ab82b49\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0E064E66-16B8-4FB6-8F79-4F16C4AEA9B5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14337.6,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"b0103cd6-fa2a-4872-8c90-0568475c3673\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0F6EF520-DDC1-431A-8356-2283A0191237\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12180,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"20F00365-A520-4DE5-9585-BB9A4B400ECB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-10T00:00:00\",\n                            \"amount\": 54810,\n                            \"description\": null,\n                            \"createdAt\": \"2022-06-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c9ca0c4f-f347-4d39-874d-e6f5748c0c8d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"39596f83-4fa5-4513-86be-3ac3f2a9fe71\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"14FF6591-A185-4659-BCF7-0B0DAE2F3126\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"bf095c6f-e423-49b2-9a19-589fac6a5111\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D2C52E59-2D0D-4BAE-A1B0-C340AA6BE02E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"6a205729-f9fe-44c5-bf15-cba5fe92e8ab\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2C89F41D-CD79-428B-81EF-FA3444CE6F5E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"dc5e2ea6-ec88-488c-b0f0-9cfd379c88fc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CFC8D784-A5FD-4036-A19C-0199A2B7270D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5481,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"A7C734D1-4EDD-4ACF-A4D2-C828DF6EA263\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-10T00:00:00\",\n                            \"amount\": 48604,\n                            \"description\": null,\n                            \"createdAt\": \"2022-06-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d23c812b-c6ef-43b9-b9b2-f3e51a0a4fab\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"37f6c58e-bec0-40ae-bdbd-11628bb3c5b2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8D87A1A9-67F1-470D-9F50-2F7EA0550046\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2204,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"97df7f33-da09-4e01-bbbf-0d9132996525\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B5690B01-9F24-428C-B597-178815785A61\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 46400,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"A7100ECD-A96F-4957-A9B0-BCC8DF8DEB6C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-10T00:00:00\",\n                            \"amount\": 44370,\n                            \"description\": null,\n                            \"createdAt\": \"2022-06-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"974943ad-3440-4bcf-ae21-dffbd3a59731\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6199dd6b-8b08-4089-b35b-343c582d96e7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2BB9E138-9321-4F08-B575-6431668A5C9D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 22620,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"3b2456a5-9243-43a4-82bd-a1b10e6caf6c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1CE3783F-9F13-45CB-9B33-4239E19E9809\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4176,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"0d19079d-0c2d-487e-a457-0c7687611db9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"467E1FEB-1FF2-4188-8A7C-AC0C8FD50C7C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14326,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"8450b4d7-ec6f-45d7-a141-9e7520476f9d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5EBBED8C-B5B6-42F7-9342-24787D2DB9A7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3248,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"21F87A10-8849-4972-82C2-FBE14D01DA84\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-10T00:00:00\",\n                            \"amount\": 71253,\n                            \"description\": null,\n                            \"createdAt\": \"2022-06-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"db966c77-7132-4435-afda-a9274967d55f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ad95eb8d-b88a-44b7-9ef4-454565be80af\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B684147C-73E9-42A6-81DF-360384E0E869\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"3b8f0937-227f-4087-af17-f0f2ea799c5f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EA0D146F-97CC-4723-B7D6-5C4283177008\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"05300043-0338-4876-bdb2-9139c6a114ba\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A6A70BD5-09D3-4D1D-92F8-E2C4EBF4A552\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 27405,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"0643BEA6-3BAF-4426-9D85-905A7A2028ED\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-06T00:00:00\",\n                            \"amount\": 10382,\n                            \"description\": null,\n                            \"createdAt\": \"2022-04-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"19ab3211-fdd3-4ea5-8a47-1422ebc7e259\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e2fb6574-5155-4b2c-a6bc-0b1d471affd5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D39A8C47-0DF6-4B27-BBAE-E3E0C627FB44\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10382,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"BA6D95FF-9622-44B7-8E65-83A7DA0623ED\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-06T00:00:00\",\n                            \"amount\": 27405,\n                            \"description\": null,\n                            \"createdAt\": \"2022-04-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"237d5eb0-b23c-48a7-adcc-e979ec6e12b6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8b92dbf6-ebb1-4756-838f-4dd57f3383af\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1240F4BC-4882-4A4A-A4C6-B693A06E5802\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"9bdb3772-0d1e-42aa-ae56-f643bd4e38eb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2F25641F-22AE-4B96-8630-B55ACC1032DA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"4477E17D-E7DD-4BC2-9706-C7D09D86C290\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-06T00:00:00\",\n                            \"amount\": 77498.47,\n                            \"description\": null,\n                            \"createdAt\": \"2022-04-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2854cff9-463d-4eab-8a26-5e91b93a1943\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cd48fee1-9f3f-44f5-a692-ca5fef9f4cf3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2B682DCA-9BEA-470D-B1CA-5AC854967DE0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11136,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"b279c63c-61c8-48af-a6e0-ebf67fd3b812\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A0CE05E2-5FF2-43AF-97FF-B2A74AFB259E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1634.47,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"716e9d53-0734-4983-ad72-60aff83010cc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"48A6A5A9-8899-4AE9-A34B-D247993DFE53\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9048,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"eb00e330-2503-4000-9c0f-eb50cf17c5fa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6F477F7E-C088-42B0-B8DF-268B061E1716\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 55680,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"88EED088-2EDE-4816-9E64-67BE748FF46C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-06T00:00:00\",\n                            \"amount\": 10324,\n                            \"description\": null,\n                            \"createdAt\": \"2022-04-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"13896a3d-78f8-41a3-b7df-31d3af3eb5ce\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"85E43154-A040-4BB0-9CCD-8A0D0E593933\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-06T00:00:00\",\n                            \"amount\": 87487.2,\n                            \"description\": null,\n                            \"createdAt\": \"2022-04-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2558f2cd-7313-4b50-b12b-f82d24f81b9b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"019da7ab-4d70-4960-9b8b-cbbfe68ef3a4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D4262181-B896-45E7-9AE5-36EB0E1BE2E9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7134,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"f97b79ab-8a64-4e8f-94fe-3cde937bc995\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DEFED77B-D80F-44A0-ACCD-006E8F0F53E2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9048,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"1b7cbcb6-5735-46c1-be0a-5435a1c4d49c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6F55B265-C94C-466B-A0D7-99EB31A09879\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9048,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"d52c71a6-4dd8-42e0-ba12-406c018a9733\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"63D23E7E-FF22-4A17-B0C2-F1AB1DD5429A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 18908,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"8c18d2a0-be6a-470a-ae41-41faaa841733\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8D020BA8-4002-4EF2-9C70-47BE63E9059B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 34626,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"7c2c64bc-a8ac-4bdf-9fe5-65b420f4b29d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"625B5F87-120E-47EB-9E58-97F782A05EA0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8723.2,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"6D4FF127-D495-4350-826F-91733BDB01AB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-06T00:00:00\",\n                            \"amount\": 43848,\n                            \"description\": null,\n                            \"createdAt\": \"2022-04-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e18885a7-0fe1-4f74-8d41-adbaff8c294a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"72cad92d-fe88-4dae-bb7e-80d43ee399f5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E06DCF79-B96C-4590-AB5D-D67F2A06DC2A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"86d7d8af-276f-4e77-a8ae-d94368fa8abc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"791A4A23-76C0-44B1-AD47-4181826311CB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"719c3e12-907f-4d53-9e79-2396cbb2080b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"10DC36AB-D465-4C55-B837-EBEF2B162AC6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5481,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"e865daba-99c0-4b16-bc93-f392c163b26e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0CCA83DE-3467-45D5-A672-4AA9266BCB59\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5481,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F7A546D7-9DFB-49FB-A76D-946C732222BB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 1879.62,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8d0b9792-f9c3-47ac-b776-0c480574cb84\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9a57979a-e1bb-438d-938b-76101560049d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F5FDA286-60F1-4A4C-BC51-9D87508B85EA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 539.72,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"b81a36b3-f62b-44a5-852d-32e97f3b2119\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8855A17F-11CB-4446-BDD1-44607D8B0665\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 539.5,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"8a278a4d-3dbb-4fe2-a560-636e56be66e5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EC40983C-BCA1-454B-9B96-2C4C6EEE2706\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 800.4,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"5F75BD39-472F-43BB-95F9-6BB0C990B1DB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 162690,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6e10d174-7bc9-4186-bb4a-ddb7ec73ec84\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"10460c7d-c7ec-42c7-a639-147bc2cc3e19\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F7141202-91F4-4622-9246-DD0AC5E1F42F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 73950,\n                                    \"customerId\": \"26007409\"\n                                },\n                                {\n                                    \"txnId\": \"36a96926-dd6a-4762-9f6a-78b3ff04d32d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAC69546-7990-4D66-9201-25C1151C6404\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 88740,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"EF1E988E-2371-4F1B-B8B4-71DCC6F514EF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 18386,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d83de358-9ea2-4960-b526-3f724f3dda33\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0b7b0a35-67f0-418e-bf57-d2920141d686\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4D6FB6BF-056A-4AAC-A18E-302AC56C2775\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12470,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"527137ec-f0d2-4fed-a8d0-821c75d97765\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A4DE4898-BFCA-4FBB-A943-6E25DAE8081B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5916,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"8647FB49-05F8-4082-BC32-1E9ACFF43916\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 9280,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b8b383fb-0a4e-4d0f-a420-e64afbc2e586\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0ecd4eb2-f348-4b0a-b642-c8727ed55eea\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AD420640-DD68-4F45-80E5-FA4C987248CD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9280,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"9697B398-6D57-496D-82B8-F040C6238A98\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 32480,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1cf3195d-6434-431f-b659-5810b90c3aee\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d6f26fa8-a72c-4c82-ac2d-e9a5047fd4ae\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9E1A063D-6BA9-4B59-B677-CB20A5C604D9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 18560,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"fdbd2934-7942-49a3-b4a5-6ce3f63b1f05\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4F553C38-DF53-43D6-B2A7-08FF7639B770\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9280,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"4a61afe0-7b71-4ebd-ab4c-5ef0dfa8c15b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A9810690-E411-45F7-A326-A8C264297A88\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4640,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"F1F3812A-DDD4-4D02-8B64-08677AD0E902\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 18560,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d29b687a-84d8-4bbf-8cbf-14028c415ef9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"afe0a5c7-080c-4353-82ec-8f5fdfce9964\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4E410008-C51F-4661-BB6C-2E43EC31B7C4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 18560,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"7CD1502E-3101-474F-B846-41CF38D048F3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 11136,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bab6535f-cb43-4f4f-8bea-d9f21a5acc12\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9a57979a-e1bb-438d-938b-76101560049d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F5FDA286-60F1-4A4C-BC51-9D87508B85EA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3984.28,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"b81a36b3-f62b-44a5-852d-32e97f3b2119\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8855A17F-11CB-4446-BDD1-44607D8B0665\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1548.5,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"4760dc18-39ef-45ca-b6de-c3d2a802f4b4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"53779A8D-F7A7-47E8-B1E7-CEA308F3C010\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5603.22,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"3606A045-5911-4EB3-B0C3-48ABAB64DE4C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 71253,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bba3a727-921d-4e1a-be7c-e662760cef35\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"089b6ef4-5a85-4d2a-9acd-2557fe451d96\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"638B2D0C-660D-4B43-9C9D-BBFE1418A64C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"569cbf77-db4d-4b39-92af-f6ad60fa7acb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E08C132C-61BD-4DE3-BC74-30BF9EEE449A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"36d8ce3e-63e9-40a0-9270-4c611f86daa2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D467EE9B-5277-4EF5-8732-DD9B2EEDA665\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"00cb902a-66a4-43c0-ba56-ff553def5495\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"37843E6D-37CA-4367-83C6-4B56555F1655\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5481,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"6f4328bb-214c-4fed-b6fc-2c30d6a3ae60\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CC46C49C-4321-48B7-A6F3-4210AAC0B29E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"058f3903-babc-43d0-92b2-09004e32a62d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5992852A-A3DE-4EA4-A847-18B04B5A4FB7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"AA984E60-9D26-4177-99F1-2D2B4A445FC8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 130152,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8760dd3f-a5ef-4ea2-ac6f-e43d7124755e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e2b25ec1-2060-4795-89af-005f281b46d3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"60C263EF-3CA9-4F03-A917-EB99DB9748B5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 88740,\n                                    \"customerId\": \"26007409\"\n                                },\n                                {\n                                    \"txnId\": \"658891d0-0e4c-4a55-96f8-e553c1b791c3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2EB8C104-11B8-4DA5-B0AB-D9AC8E4C5F40\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 41412,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"B60F87FF-FD65-43C3-A07B-FDFBF8A2ED4D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 12994.46,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1b563a5b-a8eb-4780-b14b-d20ef082fe5d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a5e82cf8-44b3-40c2-ad9c-f9dde882f463\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"091905CF-BBE5-48AE-A627-1E13F21E82ED\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7087.89,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"2ca18f4c-e69f-47f7-8f76-01989f3252b8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"89860672-D9A2-442E-8C6A-9DA519AA60CC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5906.57,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"6ED06561-D1FC-4C63-A3F4-677BFD78D740\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 4796.14,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f5e6b233-bd20-42b7-bdb1-4c0bdd225b0f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"df58db2b-79f9-40da-9e6d-d541f31daa1f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"27346612-5777-4DC8-809B-0CFBECCDF2A7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4796.14,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"27060F1E-96AA-4DF6-A6B3-98300DBF2F45\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 10571.08,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f1928378-1d1b-4536-a319-3ec58fbfb7ae\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ebe6ef66-c447-4c2a-b560-75a79f2fa8c2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0260842B-FB19-43B9-B3F1-15F558C169CC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10571.08,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"D0F2BDF9-EA1D-4562-9759-934F5C6B62F4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 4600.38,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2a7cee26-5bca-4dea-9bd1-58463d4c4fa7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"690b864f-ef19-401c-9ee9-7455bdf9eed9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2DBA0BA2-1F39-4085-834D-6FA0ACEE668E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4600.38,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"0FCDD53A-E4CD-446C-92A7-ED885C145114\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-01T00:00:00\",\n                            \"amount\": 6890.78,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cd1a5125-0575-4e53-9d3d-9440fe86e5a1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4384c184-7dbc-4155-b21d-3af085e85eb9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A3BDD780-9DA0-4746-A8E8-68CD5F3DC1EA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6890.78,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"B73A2DE5-AF66-4098-8A86-51821691E4EA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-09T00:00:00\",\n                            \"amount\": 35000,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-09T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bfebd9d2-e2dd-4234-8cbb-cfc2171c58ac\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3db93c37-4b4d-487f-adc2-689b4e7a8a1d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2CC2F2E3-7D2A-4E36-AB4C-30BA56C8EDB8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 34999.52,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"556F3371-E221-4FDA-ABB3-D7E6F2BD188C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 2610,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1b74f52b-baa5-4883-bc99-46e4320a0aba\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5f21509c-dd5f-4384-92de-92d617b1415d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F7EE0AB4-A936-4A32-B89B-4F3DF04A3215\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2610,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"C7D728E5-E52E-49F3-A89D-14D749381A1B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 47328,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"37baa09a-fd4b-4c09-984a-1635aa0398ca\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c2b4c003-0015-40ae-bd74-aad6b6f34a81\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"17C0C9B2-1975-4CFB-B39B-FA7918200961\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 47328,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"306EBE25-9780-4F15-8B64-62BAB68A0682\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 38367,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2c088f51-5f99-4bc2-b556-c74a71331fe1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ff8aae23-9385-4161-bfca-3beb9f3cc956\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A7B5A07B-A010-40DE-A715-319DFA9B00E2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"17aceadc-26a2-4066-a31d-3081328d71e6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"574763A7-A45D-4B39-B026-12B0476CA737\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"E7191FB7-701F-4ACC-A771-095810129A75\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 5220,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8583edeb-5eab-4e1d-8015-bea216a0c842\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3154dff9-bde0-4a12-a35d-60d7914de527\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C987FD82-9F25-42DD-B068-FFB8705FC85D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5220,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"8C36FC24-B1B7-4506-BD1B-6F67DFE8656E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 16240,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"892c7d12-2dce-40ed-9fad-314c0b70a3c8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"22fe76f6-d9cd-4d98-a765-a1f535e7d638\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E98B1BE0-522E-43E0-B180-2D3F0FD0C8C8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2320,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"2c040161-10f3-4bd7-973c-9c843e849856\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A278EAB2-02BB-4E13-9B9C-AD60E2366C7E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9280,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"196c7802-b52b-410b-89f0-ddbec84012a3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"714C0D89-9C36-4532-AB1B-1DA8BF37614F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4640,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"7C5FA80A-78B5-4F0E-BA29-4EBC0CBECD89\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 15080,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"680fa900-2884-4ee1-855c-73aa8d62a488\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"52e0229d-bb80-4f80-abba-151840673439\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"35596EB0-8E9C-4054-A4D2-A5F8C32330E2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 13920,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"df2ed2a5-a8b7-4f38-aca3-df4609345d62\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9F507A57-9958-41BC-93D8-AC69EC674B8D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1160,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"10700D09-FF9F-4330-A6C1-41F4A06F892E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 13804,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"32f15a60-73ae-4380-8216-90fa9cd07119\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"636fb399-42b1-480e-90ae-c4c55dcce38d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D410F59F-4F6A-479C-AADB-EFA5E0B7E3EE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 13804,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"43FAF7A5-4550-46CC-9FCA-3B37E5A691A9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 12760,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d9296707-437d-4b5e-909e-664114144bd5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"21b4583b-742a-4b8e-a9b5-f7b2ed061d79\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B878EFF6-F230-4754-B661-C78A46860B67\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3480,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"91a00e73-84ee-433b-8e52-88e8061933ce\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4D1E89C6-B269-460E-8356-A08A60590314\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9280,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"7071BECB-C688-4758-9AB3-77E4C16A4D4A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 88740,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b9864090-26da-4f14-a518-0a9150e00d6a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8f905f6f-7c4c-464d-bf64-dd1517f6d107\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"61B274E0-5C38-4838-8429-2372451343EE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 88740,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"3784FEEF-1E49-4BA3-BAAF-BDA228E88072\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 27405,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d2cf63f2-5749-4e19-9252-797567abf4a0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5509d9ad-bf12-479c-b1fd-b143e355575e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"96F8B7D9-C1F6-402C-ABE9-4C814130DEE6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"20896739-5f53-45cb-9613-fcae8e33816a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9F6276E4-6ABB-463B-9D74-83AC9AD99C2B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007420\",\n                            \"id1\": \"5616914D-EB93-42A9-8062-77C3026E4AD0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 51678,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e0fad643-94f5-4d5a-9c02-c137e30be4c0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2a5ece35-912e-4905-b365-e515b1911332\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C12E492D-AEFB-4682-A903-6B7845C573B4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 51678,\n                                    \"customerId\": \"26007420\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"6AB8B81D-E7EB-48AB-868C-A94EC32209D3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 55833.35,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d7994cba-5208-4c89-9030-84d000f352c5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4ae09f3f-0c9b-4250-b15e-89327992a1a6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2A9B7527-6565-4404-9110-3E4ACCBBE4ED\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 51206.49,\n                                    \"customerId\": \"26007389\"\n                                },\n                                {\n                                    \"txnId\": \"419be991-4b39-4df7-b923-8d6b18082453\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D5C20734-7559-4CD4-877B-CA5D5A54C26C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4626.86,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"36C3CD52-07B6-4E81-A943-BF3583973B73\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 42702.24,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3f7f7fb9-b183-4fd7-961f-06c105157294\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b9518ce5-eaa2-4497-b481-e81a64499fee\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"57B90FD4-77B7-4A47-940D-F558ED0D4446\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12904.52,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"4d57c390-545b-4931-a1af-92c6a0b5f10c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2E6B5A61-E960-4508-81B0-E4D9AD9E06A6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4860.15,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"0ddd671a-501d-43ac-836c-1094abf3079f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1E9A286B-8852-4C6C-88BA-6F7A6A1880A8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 24937.57,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"BFD1AE01-43E6-4F97-80EA-27F36844F1E4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-02T00:00:00\",\n                            \"amount\": 43788.93,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f0411873-1715-4002-a86c-bd525df9b5ac\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"81c58803-d2f2-438c-9933-fffbc69509cb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E5048CF9-C7DE-4AA8-9B0F-B20AC05D953E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9674.3,\n                                    \"customerId\": \"26007397\"\n                                },\n                                {\n                                    \"txnId\": \"9d66bae1-a0b9-47a5-8a01-227cb5cab4d9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D3B40A69-C8F0-4752-A7C6-68EE42DC346B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12899.06,\n                                    \"customerId\": \"26007397\"\n                                },\n                                {\n                                    \"txnId\": \"5b412510-5ddd-4268-a4cf-f4d380a143c7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"186E9F3E-B32A-466F-A4FC-84A0CB239D88\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21215.57,\n                                    \"customerId\": \"26007397\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"AD6E866F-D2B2-4DC0-92DA-CF155F3F151D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-02T00:00:00\",\n                            \"amount\": 18309.88,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"637e9e5d-2740-482b-9104-12428a8b011d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4adafe26-0615-420f-8c2d-1b05f3081e02\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"34E815BE-E358-4BA8-B5F8-2B3D32B728DD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3543.85,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"f0b95c85-f1dc-4efc-adfa-8bef0bf54c9c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"87A36329-D143-4B17-8559-B4F3C599183B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7087.7,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"7e650507-35d2-430d-82bc-9a7ab0568363\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"25B7B591-0FE8-4599-A0DB-73456A25D1FE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7678.34,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"D928B660-FAE8-4EA1-A0EB-AAD98995772A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-27T00:00:00\",\n                            \"amount\": 88740,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"470fb303-1fa4-46ab-9a94-05402761bde7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"668a4297-fa4c-4f64-9079-386dac9014bf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"341F97B3-45FB-473C-80FF-B899D29DFB2F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 88740,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"B3222EA4-1219-48A8-BC1D-2156D4A9D431\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-27T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ead3e92b-52a7-4671-bee2-16d7a6976a68\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"89909ef5-5962-42c1-a409-964907b750d2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A16EBDEB-2931-42C7-AC64-2A5D4BC76512\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"F6F73D67-8727-4ABD-9C6D-C9EDEF54D564\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-27T00:00:00\",\n                            \"amount\": 6380,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"05f6c2d1-103d-40ba-bd48-d8388b1735eb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"69f48517-073a-4a5c-8c2b-abe208b5ed99\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D54BF138-2432-4A09-995D-CD69CB2FF94D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6380,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"FEE6B3E8-47B7-4FF3-BB1E-F6F03B7D97F4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-27T00:00:00\",\n                            \"amount\": 10150,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4d4f799c-3e15-49c9-aecd-0ed1b5b08d32\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f5b28c55-45c3-4cf8-9bee-955a4b117553\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F249F60C-1F89-495E-A69F-DE34C7A1037B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1160,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"0beda0a8-fcde-4083-a013-4338e8cca9a6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BCE87088-9A21-4F9C-A878-F5BD6244B2D3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4118,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"cd9f39b0-dfcf-4fff-8021-e56d8a7ca54a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"63408244-2578-4AEC-A819-2640693D5396\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4872,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"234B45CD-C813-47FB-BF28-8462E0FBF6A9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-27T00:00:00\",\n                            \"amount\": 22964.37,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"421307ad-339e-4b88-adeb-a537f577f09a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0ae2837d-d852-4a0b-a050-fae916fd4b10\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D5AB7B94-D5BD-4EA6-876C-41B929305627\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 22747.73,\n                                    \"customerId\": \"26007397\"\n                                },\n                                {\n                                    \"txnId\": \"d48f4323-4de2-4a02-803c-e39dcf887762\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C3D289CC-E9BD-46B2-9A07-777CF31A213F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 216.65,\n                                    \"customerId\": \"26007397\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"A18988B1-E8CD-4DAE-B0D6-3FB59FDDF461\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-27T00:00:00\",\n                            \"amount\": 7345.93,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fee6cbe9-f91c-4985-bd34-40fe6bb731a9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"699c665a-8247-421b-884e-130337dceb9e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7B3F1566-638E-4762-ABB6-D13D3C7AF9F1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7345.93,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"AB25BE6C-58D5-4943-9ED0-9BCB198B7287\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-27T00:00:00\",\n                            \"amount\": 31896.81,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7cccb49c-e1d7-4fb5-a699-3a5ffedb3e66\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"41166f87-743a-4813-ab30-dd5dd82150cc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D3978C10-16BF-46DC-8708-D9C89B71AC72\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2319.77,\n                                    \"customerId\": \"26007389\"\n                                },\n                                {\n                                    \"txnId\": \"261109e6-95e3-4446-9c46-c00bf43c283c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"07816DB8-14FC-4C68-8479-0C0593B04BA8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2319.77,\n                                    \"customerId\": \"26007389\"\n                                },\n                                {\n                                    \"txnId\": \"d3146214-9c8b-4a2c-84ed-859a6f0ddaed\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"01404BB4-AAFE-428E-95A3-7B43832A8F83\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6959.3,\n                                    \"customerId\": \"26007389\"\n                                },\n                                {\n                                    \"txnId\": \"c3a6c121-f8bd-4a23-a4c3-d7e9a59ac868\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2B7F9101-8C77-442F-B2D1-8BE09123FFD4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20297.97,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"A28766F4-3959-4FD4-A522-681B941A5E28\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-31T00:00:00\",\n                            \"amount\": 19720,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bbb777d7-3794-4c5d-8c12-ecc6b7cfca7a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b63953be-bf8d-4e3d-9941-5ec2abfd61c8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"71F809A0-DB2B-4E49-A536-38BC8B2C0DB0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19720,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"B388E6BE-A903-41C9-9C6F-EEA84BC24846\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-31T00:00:00\",\n                            \"amount\": 39440,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"487bd949-a3c9-4693-a8e3-ff548e7f45f6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8c2c230e-2206-41b8-8f7d-591df09a8616\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1E2768F0-A4C9-43DE-A1FF-D27FEC139BDE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19720,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"378fac7f-d4e7-46d1-bdbc-d8552af278e7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4CCFD4FB-646E-4B04-997D-21C4968FA187\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19720,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"45BD6275-089F-46B8-984E-86475F414D59\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-04T00:00:00\",\n                            \"amount\": 8941.69,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"996189aa-6513-462c-8e59-7a9c137fc843\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7208b49b-3589-49c5-b878-b4861cbc2853\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"082BC2AE-FA50-4CB2-BE85-B1AE9C0A891D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1006.47,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"8ead7143-73b6-4ca3-a6f1-714935c21dd4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"22A850D1-E970-4A06-B75C-B7E0A64CD292\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 534.5,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"2e818d30-68bd-4b6b-9796-77d56d41706f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"362B77F8-677E-4D2E-909C-10F0F51599E9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 142.18,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"a9ab4300-eaff-4a84-b333-c59c71c73761\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3D643ECE-AE74-4DF6-BC7A-BB61FD139A76\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7258.54,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"F2B8D11B-A115-4382-AFE6-2A5E334BFDDD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-04T00:00:00\",\n                            \"amount\": 177480,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7225bfb1-446a-4995-84ff-4676ecdc80c3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"305b5475-80b2-43a8-9bc1-79e8ca360e5d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"25E5A045-14BD-4319-86A9-AC04AB4D230C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 29580,\n                                    \"customerId\": \"26007409\"\n                                },\n                                {\n                                    \"txnId\": \"a6958b60-7e2a-40d0-843c-2b9576329c74\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"47017B17-D624-430D-8F9B-6C7E56287CC4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 59160,\n                                    \"customerId\": \"26007409\"\n                                },\n                                {\n                                    \"txnId\": \"5db5348d-bc64-4495-b782-3c02eb4bccbe\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"58DCDB9D-CE98-4081-AADC-D77319AA8906\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 88740,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"0683AA96-FDF0-41C8-B10A-C4E29FD34CCD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-04T00:00:00\",\n                            \"amount\": 49329,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ea1fd755-261b-42c7-885f-0d561b56004f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"31c25ad0-2d79-4f11-8214-a8aed93f9593\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B4E3EFF1-C40A-406E-89AC-64DA3C86D1B5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"f85d0a00-a145-4255-83f0-870f31fdfbb6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"54EB5C80-B508-4FD1-BE3F-108370240524\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"cc2d2263-b18d-4be4-8e04-051d84e2eb66\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"79BC1070-7495-4DFD-ABD6-C2B90ACC3527\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"A1E06B02-1AC5-4106-8DFB-0B3C72D64A8A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-19T00:00:00\",\n                            \"amount\": 36627,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-19T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a6df381f-4d24-42b5-8566-00fda9ebd945\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"50617237-2785-4e2a-8334-6bb2542651fd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"89911574-FB86-4009-BB65-16D03A462F45\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"e303c338-0638-41c4-9191-20f293e91354\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9EDA3F70-5B51-444A-9BCD-6C911848DD4F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20184,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"D95A588B-7804-4BDD-93CF-8EA3D0A1B297\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-19T00:00:00\",\n                            \"amount\": 177480,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-19T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ce00529f-5eef-450e-8301-fa28c9fe168a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1377cefa-d833-412f-b636-1f417de5a718\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D93DE3F4-C2FB-4C23-A3BB-2111E0FC0829\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 177480,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"2A963E10-3571-42B5-9E78-98BD918E857F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-19T00:00:00\",\n                            \"amount\": 78904.29,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-19T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a7e9275a-4ba2-4b70-895d-0a45c3932bf8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4b800d51-1bc0-468c-a69a-dec535b641f7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"32BF4EB2-DB15-4741-A1DE-B5C4B978610A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14754.46,\n                                    \"customerId\": \"26007389\"\n                                },\n                                {\n                                    \"txnId\": \"4ad0d579-09bb-4dca-a01d-4d44557dc8b3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"09A1195C-A0D1-4D85-9B5F-98F0BBD0E414\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 64149.83,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"D74432DB-0096-4532-B8DE-0E5CC06BA5F5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-19T00:00:00\",\n                            \"amount\": 49513.35,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-19T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"56beac37-1f5a-4bc9-b974-200eb553d421\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a24e7b39-09c9-4308-98d2-045d3745af24\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2F5E8417-A63D-47DB-BAE9-71283D8F95A4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 49513.35,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"D0324C4C-187F-41E2-A905-32718738E5FA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-27T00:00:00\",\n                            \"amount\": 59798,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"31f7c165-fe2d-4a2a-a983-899a1313dff2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"70ab9284-f3a8-478a-822e-e0cec083b05d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6FAEFBBA-B04C-477B-8E01-848205F13C52\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"6e80b8c6-dc6a-4662-859f-22720aa15941\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CD4BF3E2-CD5D-4F68-871F-D701715F71F0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"dff265fb-91af-479c-ada9-95f862fc6bf0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8016E66C-AB43-44B9-B0B1-8A866C1335CD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 26912,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"CDD73CAE-D03C-4F89-8057-8336A83CFECE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-27T00:00:00\",\n                            \"amount\": 100711.53,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1697724d-6c5f-4d87-a84d-f6f910554383\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"80f8fc3c-d61c-4480-ac6c-fc049eead989\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"46ECF5D2-1D88-4601-BAF1-FEFDCD6C7DE0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 50065.44,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"ecda5fd6-b229-427b-b892-86a9534506e4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5CC08567-B281-4AD2-8B2A-756897A44BA4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 50646.09,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"D8A4E001-A128-43FA-8848-B6DE86F1017F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-28T00:00:00\",\n                            \"amount\": 38863.95,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"11da1891-de70-4372-987e-88726f69dfcf\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"eaef2751-f7d6-4ede-a93d-8560f90277a0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"76562E5C-3831-4ADD-86BF-A7A63A6726F6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 38863.95,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"9607A917-ACB6-4BFB-A257-579F26A35E5E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-06T00:00:00\",\n                            \"amount\": 144547.6,\n                            \"description\": null,\n                            \"createdAt\": \"2022-09-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c0dc61ef-7c1e-4b1e-8766-fb732c6ad532\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ebbe1dc4-cd61-45e7-b6ba-f1abf83ab583\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"00047A83-7888-490F-9F3B-5BC8B18A25A7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 870,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"ddc671c4-9db7-44ec-a972-2e5c95c9285b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B567544E-C75D-4C13-976B-5CFFF5D85234\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 870,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"c337df50-d376-4413-8efd-c30401695ac7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4CBAAD18-5EAE-4933-AC35-A14A07B3CC91\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 97.47,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"12cd3c21-c9b7-4688-811a-75e7acface44\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"58260597-F32F-4B2D-BD4B-C6BCC221972C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1716.8,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"2224e684-33ca-46a3-949b-e9d8274f1290\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7432CE75-E97C-464E-A4B7-9740D6032E92\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 580,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"e6321e78-22fa-4c5f-a929-a5712e45a814\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AE4274E0-DEF5-48F9-A747-411DB41ABF8C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12017.6,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"1115845b-6d7a-4e26-b8e8-9cbecdcfe478\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2D2406AE-5F85-4869-A134-0313B58F191B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 74472,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"29f6306d-95aa-4382-93f8-c720687077ef\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"38C079F7-1150-4DB5-BB38-4DE0A578047A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 39.09,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"36eab30a-de0c-4320-ac4f-1f10caf329f0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C7CA114B-27E3-4E67-827F-14EEE5798B51\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4060,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"5d554d40-4c17-444f-8bfe-98de60804fff\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E4D11BF8-8F38-42BC-9FAD-423193267428\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1972,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"3cc75e70-c092-4a4e-b214-93d232d4a449\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"73F7A08A-116B-42B5-AD52-277E8EF9B2F9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4129.6,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"60b6fd57-936c-48d8-b70d-4ad8593209da\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"763D51B9-F602-4122-A1D3-1CB1EBCA3AB7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12064,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"b28eeb3d-e256-4284-89d7-0ee7f548bd4a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"97C79919-4A65-4432-9496-32C0E7CF8AB6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6032,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"e788c878-c3db-4dfa-b28a-96a4c2748dd4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"16B666C8-1348-4469-B9B4-05BFEA3649EF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9048,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"f5d26513-9294-46d0-ae08-57e104b308ff\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C2848396-0DF5-40DC-80A3-7CD0DC36DB8F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11194,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"13CC636F-5619-44AB-A5A0-BD5B726B5F59\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-06T00:00:00\",\n                            \"amount\": 19882.4,\n                            \"description\": null,\n                            \"createdAt\": \"2022-09-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4b4fe41e-7d06-469b-b7d5-022a0a5abdb2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"808bde53-3ff9-4739-85ca-3e42c7b8e9e1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0E3B3736-953C-4050-8C50-698D762E7C06\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1992.79,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"824aacca-65e7-451b-95a6-3e290c4c4304\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"498EF87C-6250-4E6A-B580-CEE33BB8CB03\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2784,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"a25ca2de-4285-46a0-9777-c115ca32423c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DFC105ED-DDBD-406E-8135-8955DEBF5E64\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2018.4,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"82a1ac52-2b68-4c3a-91b5-afa94b5b21e6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"01EBB828-84EE-4E82-BDA5-CB7FFA1A3F0F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 812,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"1BEDA897-7370-4870-BE1D-2BACA601DBDF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-06T00:00:00\",\n                            \"amount\": 60291,\n                            \"description\": null,\n                            \"createdAt\": \"2022-09-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"74518327-f4a2-4582-ae76-ddd173d7b6db\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"747fb0e1-c25a-46c8-8aa0-cc41193b3f13\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9580F81F-4E8E-4773-B24C-B6050E677297\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"05999b0e-838c-47de-9eab-1faf4b7bf11d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"035750CD-43C6-4D67-B775-390791E08769\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"e868bf2f-6da9-45ab-88ba-ad3bd515cc16\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1D294FE9-2409-4CCC-B97F-97D6DBC2807E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"c7be9ebb-d148-4aa6-bfd5-11df65fea8f6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4E24363F-DAA9-42EB-9AD5-A933746C4723\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"439033C9-7F23-4155-85EB-6AD839890274\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-07T00:00:00\",\n                            \"amount\": 93396,\n                            \"description\": null,\n                            \"createdAt\": \"2022-09-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4bdc6ec7-5239-4d92-90c9-45e3a92c1bbc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f09c43f7-93e7-409b-9975-d8bc72e96215\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AD003419-F054-4C0D-B991-F3CF658B9FC6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 93396,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"B5F57715-5685-426A-AB58-93ABF6C6D1FA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-07T00:00:00\",\n                            \"amount\": 88740,\n                            \"description\": null,\n                            \"createdAt\": \"2022-09-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"951e354f-91ad-48c6-a85d-8479dff05c4f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7186ca4f-8a35-4f28-a43b-f23d7d22a59d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0F87F915-1055-45AF-9C17-7A568473CEDC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 88740,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"CB4ACC27-AEB9-4B88-808B-3906E2C681A2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-07T00:00:00\",\n                            \"amount\": 27405,\n                            \"description\": null,\n                            \"createdAt\": \"2022-09-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"78bd0878-60c5-437b-8028-e391e3a5e92c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0a52e04a-2cdd-4b0b-bed8-d158767f7f6f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"95D8846E-7F8E-4BFB-8DD3-C1C1CC4E10D9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"72f2a179-252d-4676-8046-d00b2edb8aee\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F7E2D444-BF6C-4719-A78D-C0386A2B34D9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5481,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"6D7A7EB5-0AF5-4206-A65A-E62370084179\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-07T00:00:00\",\n                            \"amount\": 5335.52,\n                            \"description\": null,\n                            \"createdAt\": \"2022-09-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"eea68833-d090-40e6-a6f6-f9679482610f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9f3f5568-a135-455c-a870-b86b5882c17b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F1F701B7-8C10-4029-A2BC-8113532B8647\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5335.15,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E004FE47-3B9F-4F3D-A278-1C0282A80225\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-07T00:00:00\",\n                            \"amount\": 22588.15,\n                            \"description\": null,\n                            \"createdAt\": \"2022-09-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5c81e757-238d-4d57-8b9f-09ab3ba57a8d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"da249bf8-10f4-4a11-8f58-aba582687331\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8671F4E3-4B8E-42A3-8338-69FBA1E66146\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 255.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"4471241f-4fa0-42ce-b816-dfd4042cc436\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F8D867D5-1D26-4455-88A2-12DF846F089F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3364,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"aa79e1f2-272d-4c4e-9ddb-a0621d2c0dcf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2FA27AD7-450C-42D1-B6F3-7ABACFF33D13\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6728,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"9708e3db-4b47-441f-8acb-134a7e836434\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9423AB17-AD1E-4DFC-BC1F-B74F845A2D0F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 522,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"0bf628ce-3e79-436b-9bff-f7e99caeb32c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5F108B20-3790-4DDF-9EAE-7A22A612A314\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2786.95,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"d3a30a3e-c128-4d32-9ce4-079943fb2559\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5A75E0C3-0E5B-4595-83F0-1E5F7B9EC05F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8932,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"B3B8C327-7017-4E67-BE41-BEDFA1D5A701\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-08T00:00:00\",\n                            \"amount\": 474171.83,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"976d0779-c813-4b0d-bfb2-23d4e87bfb1a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a0f9716d-6deb-49e1-bc23-1135d134f885\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2E8BC51F-C8F5-4A25-B72F-E8A96278CB86\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 26705.5,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"2f2f3575-fc9c-4759-91d5-086e990f4928\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4EAD0900-5A5D-4A90-BDC8-2851BB0F216D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 38150.72,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"60de03d8-bb94-49d5-8f13-ad18c704359e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CFA5A2D1-C254-42AD-BF61-F1BD3F100CB8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 42704.9,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"aae58ddd-4279-45a1-9e22-96b64545b1d0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AEFEFB91-4A04-4A9C-94E4-192FDFF04C78\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1693.38,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"551104f8-5fcb-4c1e-a589-b5f88122c271\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E312E021-23F7-49AD-8318-87C28D6F9048\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 60532.7,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"227ad6aa-7ef0-4e78-8e26-33fa854de4a4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0E00A022-351A-4ECF-B203-D745BFBF4DEE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 50346.82,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"d3d1f58b-98f0-42be-94e3-67e567ac5978\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"35DE0B85-F88D-45AB-A51B-C6611D2D5AB9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 53411,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"c1aa6ece-41e0-46dc-8f30-6445e9c3af3e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"85553BD1-0865-48CF-BB59-8CD2D6AF5689\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 34672.37,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"c31b1be3-83e4-4ed9-9f08-7bb96df6ef44\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A39364B7-F1F2-48F1-9205-B1621E8ADADF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 61135.43,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"17cd48ff-3e65-4678-ab3f-9d4d1946b1b6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C2D77207-E496-410F-9245-67D41C773BCD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 64856.22,\n                                    \"customerId\": \"26007393\"\n                                },\n                                {\n                                    \"txnId\": \"7208b49b-3589-49c5-b878-b4861cbc2853\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"082BC2AE-FA50-4CB2-BE85-B1AE9C0A891D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 39962.79,\n                                    \"customerId\": \"26007393\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"2234B8D8-D678-4CEC-9F9E-6AE5DBA7236C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-08T00:00:00\",\n                            \"amount\": 20506.43,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"19d989b8-830b-4d5e-820b-115c5426daf0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a41fb723-2c73-4602-8482-6e5be5d3cc41\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9AD15085-B122-4131-9951-E0B8F0283470\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20506.43,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"978AB964-4484-44CA-8137-14E83579004F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-08T00:00:00\",\n                            \"amount\": 96280,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"eb9376e0-0c29-41ec-a492-85e6c46e2bab\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a7ef49df-4b79-4ab9-a465-413f2ce1cfb1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A8F933DC-71D0-4AE0-856D-952E3751CFCC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 96280,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"7D3757E7-8288-4936-8782-B95C46FA162A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-08T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"12e3f1f7-cc0a-4135-a5a3-ca134f695a02\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a2fc8a15-6fc7-4c61-8766-e44a4649579c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FF1CDAA8-71CD-48DD-872A-80D301E06D22\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"B92B8B3D-34F5-43FD-A3D8-428C342978DC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-08T00:00:00\",\n                            \"amount\": 27405,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8ca77306-34d4-449d-bcfa-bc9fff322d0e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3ece2a91-1288-4355-9d81-2f620aca6fa7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5BC4D3AD-C6D2-476B-9385-F8153A034355\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"91b78d93-c229-47ae-93c4-91e0b6c43f54\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C94D8C5F-A09C-41BB-995C-01785611CA71\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"0CCA6DE5-E256-4D83-A547-E2FA74B18E23\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-08T00:00:00\",\n                            \"amount\": 35380,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2a68bee3-4fa1-45ab-a6c0-8a0e5b148c4b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ce7e31b2-b2b8-407d-a817-dff8fba9dea5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3DCBABE4-EF82-4888-A038-96442D694245\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 35380,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"2CFE2B2C-7887-420C-A842-EC0199947384\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-08T00:00:00\",\n                            \"amount\": 32886,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"27c427bc-92e7-4fbf-ae35-a3b7c7279667\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ec6a57e7-a657-4e97-ac57-32e3e7976d24\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6284CB10-F859-4480-B206-3984352B7A18\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"97596b20-070e-4ad4-841d-323a6f24f958\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"932CDCF4-2F2D-4B6F-8774-BE673576FA2D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"79A7AA6D-2FB4-45B3-A86F-C7BA94A12930\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-10T00:00:00\",\n                            \"amount\": 77372,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d621d34f-7d72-456d-8f7e-3bdbb0bdec88\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e59469f7-f106-482e-b142-e214547cbfc1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D8BC27BC-7538-45CE-B158-526ADD1F3225\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0.12,\n                                    \"customerId\": \"26007415\"\n                                },\n                                {\n                                    \"txnId\": \"9520649c-ad15-4a59-b122-e557930099f6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"865DB3F4-D22E-4EC2-9894-719BE4238BF7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 77371.88,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"352120F4-395D-4359-9ECF-F6B001711BBC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-24T00:00:00\",\n                            \"amount\": 23026,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-24T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e97dfbf3-0981-48d9-9d24-29bd556b56a6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"87d390f0-c7aa-46fb-a79e-6d35d3482067\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F7F515B6-7E65-47C2-88DB-74CCDD596779\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3306,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"3f9ee5cb-9737-41e0-890e-77a39301e5ff\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D84996F8-D8EC-48C1-9675-0BBB31ECFEDD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19720,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"79CFDC29-3D4E-427C-AC71-A393D566D7DA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-24T00:00:00\",\n                            \"amount\": 32886,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-24T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3bb589f6-7113-4178-973a-3718f0971ca0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"76d94c46-01ca-4597-96d2-238664f5597b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"441BB3EE-414B-4850-A313-AA4D12242247\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"d6bee41b-0ade-4278-9d5c-6d2665ca5c16\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C0E3012D-FC7C-4C28-A948-45346651D745\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"D08E514F-44EA-4C10-90A3-D2C43930AE2F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-24T00:00:00\",\n                            \"amount\": 10324,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-24T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d0d8f9ba-263a-4012-8253-6adc55ef308b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f274dfa1-69f9-41cb-9e75-c5c89dbac8b1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"691DED68-3C48-4A5E-B5DC-C67BFED7EC5C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10324,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"DFC4F622-94AF-4D25-939E-508990633016\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-04T00:00:00\",\n                            \"amount\": 87696,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"21b0f962-6380-4425-b6b6-c06a52ab0a21\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1303c051-ea9b-4e85-90d6-71804eb5a823\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"27F40E3E-18E3-464B-BD46-07E046CE8181\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"04944435-89dd-495b-96ec-e11593152227\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"599A8845-1343-413E-99E2-E38982F43E93\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"57098f4d-08e5-4d10-a491-068e1ee216d1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C710F49D-D7A7-4EE5-BE7D-D91C7547C563\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 32886,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"acfdfb53-cfb0-41dc-94fc-06ff0196e7db\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"487C3187-1E44-421F-92C1-3CEA4A87AD5F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"21428167-c910-4747-85ac-f17918cc64fc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"641987E4-8B0D-4F24-9B83-5DC1A89CE970\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"77623b60-9e7b-4884-adcb-a8877c65f546\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"25B89F05-81F0-4EE0-8733-7F37CE173C36\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"07728329-6B10-4535-8D54-C0D5AD7AC08C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-04T00:00:00\",\n                            \"amount\": 66221.45,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fd53fde2-31e0-4155-abdc-abb0f7184ce2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5c0cae89-50e3-4355-a1de-5621f289a4bf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2DAEF9A5-2D5C-4D5A-A259-49A50ED437B3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3790.97,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"5c303437-8793-4013-b70c-7dc27bb4bb1c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"60413016-74EA-41CA-9821-CBB160767BCC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 382.08,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"5acea2ac-ff59-4e43-9082-524315a35535\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F801D707-3D27-4D1B-B198-D2FED7E9A15C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 59577.6,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"5ab8c2df-4bb8-479e-b16e-b7041afe557f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C583BB0F-29AE-48DC-A25A-D64BD78245A7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2320,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"2bcd1db3-fc6f-422d-8207-6b54db855fbe\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0B3E5A9A-C4C2-4FDA-969E-CD3D4426AE81\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 150.8,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007413\",\n                            \"id1\": \"E92CFEA2-0B28-4078-A122-DFE45C924BF2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-04T00:00:00\",\n                            \"amount\": 3712,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f6562605-c531-4597-8433-ff9e03af9ec1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9455b2ce-f3ea-42a2-b8a6-cffe7068f76c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"124DC1D5-CA37-4729-8073-58704618713D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3712,\n                                    \"customerId\": \"26007413\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"FAA6DBF9-9694-42BC-BC2C-3441A80090CB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-04T00:00:00\",\n                            \"amount\": 20440.78,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b0a22d35-effc-4424-b188-1439ce4edce6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8bb8e3b8-5fef-4e06-b815-020ddc3e60d0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EE1740B4-AAEE-4E5A-ADCC-C5B81CD55E8D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20440.78,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"35BCE992-5821-4893-AA6F-369268F321E2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-04T00:00:00\",\n                            \"amount\": 60291,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ba0b44f7-c155-4f4c-a1da-4092c863d1f0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"76faf1fc-9438-4c44-b35d-888e5803174c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DF47A84F-C2F7-45BE-8BE3-A13FA3D606E6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"0da464c4-d0e4-4f76-b7e6-72024aa913e5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C8E5D2BD-8E7B-46D4-B9AB-8BF2F6ECDF9C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"7947a652-c954-4e4f-acda-4ed6fabaf205\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"58B207DE-9AE5-4964-9C13-9062602B47FA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"2c8363e1-de45-4a72-b153-478af3fdda00\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A8B4ED03-AC1A-4B60-A19E-948DE8177F2E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5481,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"22c8f4a6-4cf0-4311-a27a-375909eae224\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"98510B96-3EE2-4FFD-BBCE-112E905AA60E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"15578D19-2761-4B36-A5F9-DE2A6ED37EBB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-04T00:00:00\",\n                            \"amount\": 25378.41,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0863cbf4-76d7-49cd-a7b6-99601c02a9e3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"830a0365-3669-4b98-bc29-6423cc28e1c8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"577DDFC7-7383-4636-8D43-24832546BFE8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10876.46,\n                                    \"customerId\": \"26007397\"\n                                },\n                                {\n                                    \"txnId\": \"e177ff1c-039a-4d95-809c-9e43f14f9d20\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4473D976-A84D-4A9C-B703-E8189C10E158\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14501.95,\n                                    \"customerId\": \"26007397\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"6FE84150-5985-4FBD-98C1-A47408D9FB9F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-04T00:00:00\",\n                            \"amount\": 19976.43,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b173fd97-b246-4eaa-abb4-c24f5d1a196b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5ab83d57-c79c-4e4d-908f-c1a9da48aa56\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7F2EA3D9-5A77-40DF-B344-12225FB2F526\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19976.43,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"08DE0C87-E072-4D2E-A5B0-8DEB28696A4E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-12T00:00:00\",\n                            \"amount\": 2466.59,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-12T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"37ff9f68-b4cb-4170-8b1d-fb519f2876b1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"47d6d8ba-6e66-4095-a241-11f4c1c9a7f5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E2EE7BF7-98F8-4A9B-973A-FFD8741247A2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2410.11,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"34EBE087-48B6-4282-AE3A-CB09F1C29AF8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-19T00:00:00\",\n                            \"amount\": 4350,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-19T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9189d84e-4e58-486a-a0ba-d8b06b519520\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"96a3b7e7-54f7-4e2f-aded-0c31de6c94da\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0EACBA8F-AFE0-4EFE-9463-2B2E78E5F543\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3480,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"3ffd4dbe-38ea-4fec-a5f1-c9bba98690ae\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C324A577-C705-47F2-9361-776F91963465\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 870,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"0A514C38-9253-49A0-9295-F11E9EA0BB8D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-27T00:00:00\",\n                            \"amount\": 4524,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"af22f370-a5ac-43cc-8b4c-1e57da46621e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8d186d17-bbe6-4a14-96b4-e9208280e6f5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BB0BC957-EBA5-44E0-AECC-672B32E048A1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4524,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"C6B30C7F-583D-4072-94FF-2DF45DE79696\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-27T00:00:00\",\n                            \"amount\": 33408,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a2efd363-c845-4409-9520-522bcf918140\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b33f5b9e-453b-44a7-9a6e-00b83ebfafc3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9FBE18BE-73C4-488F-AB4F-D85CDACC6F08\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 33408,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"3E1D1016-E6C3-48CD-A684-B3FFD502D291\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-27T00:00:00\",\n                            \"amount\": 6310.4,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"dd44a871-6258-4250-9b2a-035ffaf7e462\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d8c5ce67-63e9-464d-85cf-608f170a63f5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9126EDDE-1F7A-4CBF-9365-37EFB14B01E1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2900,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"549e266b-6a9e-4082-99b1-9e887a4378a7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"381A0E1C-6DE6-4D9B-AF99-677BF6C6C136\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3410.4,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"95210F6B-3B42-412D-BC71-304DA71A8CAB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-27T00:00:00\",\n                            \"amount\": 51040,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"955971a8-3465-421d-83b5-91998123af8e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"373e37cd-353a-44f4-9ab9-3ab66c6301cc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FEA41CBB-0D3D-48EC-88BA-F511BA547AAF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 25520,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"96558209-fdad-4c3d-baf5-1643b2f1d8d6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"360F36EC-5C04-4190-A313-668DC0130A25\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 25520,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"B05AED22-6EBD-49AD-84D3-9717BEE06CBA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-27T00:00:00\",\n                            \"amount\": 32886,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"50c63779-7ca8-4322-9d83-40cd9a93de75\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"30eb0ae6-d472-4b28-a336-efd8916e85e8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1CBC0702-CCF8-4315-A4ED-73E45BEC838C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"44496b38-2d65-4994-a162-e4c833f096f3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4CF68E48-1EBF-4576-96AC-500DB176A232\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"26465B4E-F442-4537-AE05-337B653A5486\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-27T00:00:00\",\n                            \"amount\": 26448,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e706ddc2-515d-43de-8e2d-dc4c8748e4b5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7a161e7e-ef86-40fa-b4fb-d48919caba1b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E0135BAC-1517-4A59-B2FA-36992AB97423\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6612,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"bea5bf3c-a52e-4bd6-93e3-cf5a868d0512\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4CF87486-1988-4B3B-879B-6A1E24D4F3E4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19836,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"98FB542B-C19C-4A26-92F4-C1DE04447ED4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-27T00:00:00\",\n                            \"amount\": 10275.52,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0ead1790-f5ab-4f9e-9385-40aab9816d27\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3615e3c2-4dc3-4eae-97fc-670fc439a8d0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"156CC90C-240A-460C-B6A2-A9CBEA62FA17\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 870,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"8b4051cf-9fc6-48e2-9866-78544d908bab\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"812A6467-ABD6-40EE-A7FF-A90C8F3E50BD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5751.52,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"6c694dce-fbcc-45b5-96d9-2c5ddf945fc2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9105668D-C57F-43B6-8365-BE8DB44E6218\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3654,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"D1D2D0FA-C966-4DFD-ACFC-87F0B53C6EC0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-27T00:00:00\",\n                            \"amount\": 15861.75,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"26b1fdd2-97a5-469e-b1c3-d2ec2b6050db\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"88406a84-7800-40b3-9a85-db96d3195cbd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EF2D9826-E941-462B-809F-DF9898D3F0E2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 15861.75,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"965552F3-5097-468C-8161-8BA83314FC27\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-27T00:00:00\",\n                            \"amount\": 47995,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"93fab96b-345a-4d1a-9d60-2d16d3231155\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"88b0154a-1d0b-4152-8fec-0fe0e1e4f934\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E06EB16E-39F6-4D20-A538-3FF0F93F31F6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"dd2d53db-8d28-44c7-aa54-e11f038f0e45\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B090D2E1-9AD8-4E7F-9965-824B0FE4DFB6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"86ca7891-17eb-483f-8231-0ef570f810bd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CBB2902E-8C3D-488C-95B3-0D0C42662E7B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9628,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"c81e940c-ba92-43c3-baca-f7b86308a5db\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8C6BD37F-EEEA-49EB-8E0C-FB07E6D8EB6D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5481,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"98FBA15F-0FD6-4058-8120-4C9EFD4132FC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-27T00:00:00\",\n                            \"amount\": 338549.57,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b16f205a-f724-485f-8f2f-01e4ec8a337b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6a4ad0e3-650c-40cd-971a-594fd6ddd000\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9B5FB47D-4EDB-451E-B025-09474A20FFF7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 309670.95,\n                                    \"customerId\": \"26007389\"\n                                },\n                                {\n                                    \"txnId\": \"618474aa-ab4e-47a2-acfc-45917fd7367c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"249762EF-ED39-428E-9BA2-3CFF132C03B4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14230.05,\n                                    \"customerId\": \"26007389\"\n                                },\n                                {\n                                    \"txnId\": \"d4f5fbdb-3f97-41b8-bc05-4977e9e0e1b1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A52BC9D6-88C6-4EB4-8661-D5495FBFC20C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5859.43,\n                                    \"customerId\": \"26007389\"\n                                },\n                                {\n                                    \"txnId\": \"f62e88ef-5acd-4830-b152-3141ff84fc35\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1A5B4076-0ADA-4BE4-B86B-9AF76B9C866C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6277.96,\n                                    \"customerId\": \"26007389\"\n                                },\n                                {\n                                    \"txnId\": \"7f5fadfa-ce36-46ab-915e-6599f682dd5f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0A142245-EDA6-48D7-B275-18F4929C9D20\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2511.18,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"05BA2A69-E03B-49B9-B9DA-DE372CF3187F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-27T00:00:00\",\n                            \"amount\": 3348.25,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3dad0507-c9cd-4d00-a1b8-a8842f370c84\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fd5fbf11-8cd6-4f07-80cf-dc82a3b342d6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FFE075C8-013D-4000-BCCB-333D62414891\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3348.25,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"03211FD4-8B72-4F8D-A9C0-DD02A035AA86\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-28T00:00:00\",\n                            \"amount\": 16854.8,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"561c83ce-cbdb-4951-8e97-2d7d081bb2e0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a236761c-7485-49e5-ad74-cf95f5161ca1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1702A364-4C67-495F-85A9-51233C5316D9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6206,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"6733fb7d-92d0-4b53-9681-bcd25adf3cb7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A1C41D5B-B77D-4BFA-AD6A-E6A24D3203B3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10648.8,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"C981AF94-B3FC-4C44-BD0D-F13429446173\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-05T00:00:00\",\n                            \"amount\": 60900,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-05T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c60cc730-a0f0-4296-be7c-b806ab9bd3b0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cc70485b-1c82-40ab-84f1-9073d8e7c860\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7D7873F0-076D-43DA-A40B-A23633D40206\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 60900,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"8353E26A-65B6-47CE-AC45-2484405A52EE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-05T00:00:00\",\n                            \"amount\": 38367,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-05T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b5b443a6-91d8-44c5-ae51-e6f88beabfd5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4bbdb21d-57c4-45ca-8b4b-37bc023d5acc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"62CFAA2C-6B16-41CE-9B0D-F272797214E7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"e727819b-27db-42ef-bed3-16b899aac5eb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4BC19EB1-94CB-4E63-AB26-6D5604087C6D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"f63eff51-08c6-4b5f-8163-54e7061f0328\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"09AF9A03-E18E-4666-83E1-58561FE46932\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"B4D09880-F181-4234-A102-F3978CE1F7FF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-05T00:00:00\",\n                            \"amount\": 17624.56,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-05T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2f066113-fc9b-4127-9206-0a8380ca1e07\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"edf4fa04-5a60-46a3-a3df-151753468909\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"53AC0796-283D-4CE3-806E-7FAFCEA945CA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 17624.56,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"BF29D735-7D2D-4487-AA8F-E44CF2ED09B0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-28T00:00:00\",\n                            \"amount\": 6768.74,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d0973844-43e4-4922-bef2-49c49cc342b1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6f7b687b-2b0a-433c-ba63-9c56b17a0235\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B2A14E60-307C-4B28-A4BD-51C18898C1C9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 870,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"08cb6652-922e-441e-9e9e-86ef7cc985d1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0FC247D6-CE7C-4C7C-B919-0DE3CF759A6F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 800.4,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"cef95144-8ca3-417e-9576-922bf2a72b5f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F252F12B-C164-4BF9-BB68-6F9F3490BC57\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 870,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"dc4943f5-d092-4c09-91c4-71dddeb90317\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0C00D5D7-9B03-4E12-8169-5FF0DB3C83C1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 800.4,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"9c739db0-88b1-455c-b8e0-31f6dea880e3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6B9377C1-8A78-4123-8C92-D70C5A2EB0DA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3427.94,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"EC0A0C5C-EFEF-474C-A972-542B911476B1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-28T00:00:00\",\n                            \"amount\": 54172,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"eda50da4-c7d4-496a-92df-b80ec704935b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e59469f7-f106-482e-b142-e214547cbfc1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D8BC27BC-7538-45CE-B158-526ADD1F3225\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 54172,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"79248C89-129E-4055-A0C3-CAB5EEBCEE4D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-28T00:00:00\",\n                            \"amount\": 38367,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"faaad4d6-d16b-4c52-b665-a53efbbfc0d9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"73cda171-92ba-47fc-8afd-15053cce74bc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"22C0F1B7-3D83-44AA-84D3-E806B5419A5A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"89b9377e-0cfa-4ccb-aef5-1888b5a2ea26\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F5863AD8-9DC3-41FE-AD45-6018683BB718\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"f2e82e7d-eb7e-442e-8cd9-ff2a77ebb40e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A0C92AA0-3459-4209-870E-052CC6B836C7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"02CB1DD2-D100-43E2-98DD-912C8D3F240F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-28T00:00:00\",\n                            \"amount\": 62640,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"762d11ad-b5e4-4515-8ddf-7979fd793b62\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"396c66ab-51ab-4515-a2e7-842a9ff9900f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A6F48BE1-F8C5-44C2-90CB-92B21AC22E8E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9280,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"f779adde-dd6f-4c42-ae8a-ef59c3acdd0b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7AC65D86-9559-4B5D-8FB4-24450032B9C5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16240,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"ef7b6cb0-50b2-4306-b06a-e7cae106f1f8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"383A4EA8-324F-4CDE-AB22-A7F8CC3A537F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9280,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"963199ec-9d01-48cf-a782-67ca7eba0d9d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4D5F745F-9685-4E83-AFF6-7E7C648CE73C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 18560,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"5309ba03-a7a0-4e33-9724-94664f385cf5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B3A924A1-BB80-4172-9245-8271EDDA6200\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9280,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"E4A79456-96CE-4F02-8ABD-20DB32C2F0AD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-28T00:00:00\",\n                            \"amount\": 23269.6,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1ca7749f-b3db-49c9-9600-62b732966143\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c2d579fe-cb94-4450-8e23-83425ae3c630\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0DD9EB10-9E5C-483C-BC5B-414099180C31\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10648.8,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"4a745549-959e-4fbe-b59a-a1ea985066f0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"797E0822-661D-4BCF-A0FF-B8B75257574E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6704.8,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"c0a46b23-bc50-4ce1-b008-98bc8184bf59\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BBC71DFD-E380-4F89-9C98-383A8E43F57B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5916,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"69B832A1-4243-4DA3-8296-8D9B71A4B9D2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-28T00:00:00\",\n                            \"amount\": 43848,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"96fd955c-7ff6-4333-85b4-61aa0c3539f0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"47a3baf9-0935-4805-9b6c-2ce5134188df\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"53433C75-0B8C-44E7-BA5F-0A1D9A4E9746\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"4f307721-8020-4fe2-8061-81184841329c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0CDB358F-ED24-4D37-BBA2-9B21A26D8BF4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"e9a27dd1-b0e3-4d73-b261-7c8689741d32\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C6980225-D49A-4A6E-9FD5-ACDCD47D7E0E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"E6407CAD-1E46-4B75-BA31-C8A878155BDC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-30T00:00:00\",\n                            \"amount\": 20300,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"22d03661-1a21-4ca8-b4fd-152224b9ab5e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"970426fe-5b76-4f92-9bad-08a31d248f70\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"354C34B7-DC48-40FA-A6AB-57FEE0B964B4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14384,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"3bb8a668-1a79-41b3-91ba-43a2454be170\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7E1B6FB4-0A2C-4A51-8B4A-AD34F1538EBA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5916,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007397\",\n                            \"id1\": \"A4A1EA3B-F31E-4A50-8568-0566B4690B7F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-30T00:00:00\",\n                            \"amount\": 41269.24,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6ca09685-da92-432b-820a-cb0972d4461c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d4ed45e7-9639-48dc-8e52-26cfd949acf7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"214D53F4-801B-408E-B9C5-2390C7591778\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 13408.22,\n                                    \"customerId\": \"26007397\"\n                                },\n                                {\n                                    \"txnId\": \"c67719aa-78a2-4f74-a663-85ba8ac3ede3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7A342AB1-5534-4012-8787-417327A32C06\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 17158.42,\n                                    \"customerId\": \"26007397\"\n                                },\n                                {\n                                    \"txnId\": \"9754e9b3-554d-4a5c-b32f-0b7d5eec8833\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"23E84BA2-E59B-439E-A930-3AD4C36CD6A4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10702.6,\n                                    \"customerId\": \"26007397\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"4B34150D-5240-4265-8858-EB92D96524DE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-30T00:00:00\",\n                            \"amount\": 71510.52,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f1370e7c-726a-4a6e-bcc8-6a760b2f0779\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ce0c91e7-14e3-4e0d-b1a2-d0f214d867a5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6887F2BD-EF4E-420C-8489-E677DA74DEAF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 71510.52,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"BEDBD5ED-0813-4F4A-98CC-BD6B1149E482\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-30T00:00:00\",\n                            \"amount\": 17250.89,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"091eeba9-8853-41ab-a06a-b3b3b66923e9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7e00aa9a-de46-45bd-bc09-cf763b34c2d1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EC441F75-8111-4F52-851E-98292485BF0C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11986.92,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"ad87a7eb-4d28-47dc-ba66-63802ec051c4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"288DA5DC-D04E-44E0-AD6F-5D815E29AC20\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 297.96,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"7b51ffd0-d131-4958-b122-340755cb3d45\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F03CF450-FD6F-4C91-BC11-233126DFEDB1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4966.01,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"E6CEF7B5-6582-4913-B2CB-A5C940CAE6A4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-30T00:00:00\",\n                            \"amount\": 32378.38,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7ee2f5a7-b8f4-4335-91fa-8d0b5c25440d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5b4d7dbf-b764-4cda-b102-f597f11e5295\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DEFC59BA-F4CE-4E9F-89E0-D39E0B955743\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 32378.38,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"3FBD9E7F-F849-494F-A957-BE6151609A56\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-30T00:00:00\",\n                            \"amount\": 57804.34,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2364d607-2fdd-4576-93d1-07864f919e83\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"df9b5b69-4ab2-419b-84d9-00927ce5beee\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"40370A64-D380-470E-AD5E-08012592B415\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 57804.34,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"01154160-A759-4173-B014-6665B26E5AC3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 255.2,\n                            \"description\": null,\n                            \"createdAt\": \"2022-11-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a86fd972-2a90-454a-a795-c2b8810cec31\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"09fda2e4-c077-4529-ab66-55f2eb72650a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D443FBFC-A72C-48CA-9849-627B61B56B22\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 255.2,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"8E9939DD-6A08-46F3-9C3B-8904177D2228\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 20440.78,\n                            \"description\": null,\n                            \"createdAt\": \"2022-11-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"abd88cd6-599b-4a33-9034-cc07d28e2cd5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ab3c67ec-4263-4891-b58e-ff1aad27e9b1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C4F7A2BB-63C1-4492-9EF3-D27D45A5703C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20440.78,\n                                    \"customerId\": \"26007389\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"F6772047-C78E-4B88-94EC-890FCA33FBC6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 54810,\n                            \"description\": null,\n                            \"createdAt\": \"2022-11-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5e0c5204-0e5a-41bc-a409-443a7ad90419\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3c756b61-4f5c-41a3-ae5c-27c2f175bfff\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9C25A18A-15AD-47FA-B937-4E0ECFD78342\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 32886,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"5bd74bef-30d0-4d64-a2b6-bc8e72bf2fc1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"774D8297-C503-4740-AAB3-BF02D0339ACC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5481,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"4917b7b6-25e3-44fb-8a1e-b05029d48d06\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3FECA3FE-9C24-46D3-ABAC-A025F50DE04B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F9505050-C69B-4C5B-A3AD-C978D6AA035B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 51586.01,\n                            \"description\": null,\n                            \"createdAt\": \"2022-11-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"13dd4f56-5914-404d-aff2-1bdfb661cfb0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a584590f-3fb4-4d37-afa1-b4b5884aba22\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F6AF6B15-49BB-47AF-AF86-426ECB27ABF0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 371.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"28f8042e-cb79-429a-a214-776638b6a378\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"79A5EA8D-908E-4758-8E61-C44224CAD627\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7772,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"04800c4b-b022-4c66-9652-8cfa7ec5f4ec\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3C4A1838-9A2B-468A-A771-EE86155B0033\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5812.41,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"3865bb21-a3c8-481e-a1fe-693ac8008a96\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4DBB861E-062C-4E58-9759-B09BC703CA4C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7018,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"4d8a5eb6-dcfd-41de-9e76-7ab76e6a74d3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B39645E0-1D6B-4082-998E-28EAC41F3041\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2784,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"4ce2a416-f973-4951-8d30-6f331e4162a3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EAEF1724-F942-4061-9509-2C6CFA776F0E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7540,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"da9d5bd1-fc94-4a0a-8a8f-d44b3b419323\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E5870769-DE78-46C1-8844-C63AC65A7A42\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7192,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"4b414683-f06e-46df-abd2-4f13b2d79d6f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C27FB012-7939-41B4-8AB8-400842851CB4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7772,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"cb33e4fa-a77e-4e70-b3d5-b90ebf47d624\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6A56675D-CA5D-4E97-9E62-C489BFFFD4E7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4524,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"8994c4e6-2107-4ca0-be7b-9df2836e3149\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F88CD319-D66C-45D1-87CC-2ED1E577974E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 800.4,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"A60F96A8-03A8-4E4F-92F0-43E46565171A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 65772,\n                            \"description\": null,\n                            \"createdAt\": \"2022-11-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"67415be4-9c5e-440b-a766-b5e362560cb5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6c057684-cb5c-499d-9dcd-f70416bdee25\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D5327DF0-9CFD-4B8F-A6C7-282E2F54C56A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"043f3da6-966b-4104-b6ab-36761d8eb30b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FFF310B2-25B9-4882-A057-33B85FCCA78C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"f772a5a9-c7bb-40f9-8137-caf47be14c1f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"45915329-6DA7-439D-8C42-2445ED4E8CD2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"728322b4-2d74-4d32-b72b-c16f8cbb6f9f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2CE0C99C-A03E-4E74-B103-BDD04E78AB80\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007422\",\n                            \"id1\": \"DC72DB9E-85A8-4075-9D5F-51ABA6B9A390\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 65105,\n                            \"description\": null,\n                            \"createdAt\": \"2022-11-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e5ebbec7-76c7-4800-8e84-f3568321d389\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"70f195f1-7db1-45ce-9737-295e714a8b57\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"846A062A-CBB9-4B20-8324-ED2BB4407D43\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 65105,\n                                    \"customerId\": \"26007422\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007428\",\n                            \"id1\": \"BB0FA228-3F13-4654-99D6-EB7C54106C15\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 69513,\n                            \"description\": null,\n                            \"createdAt\": \"2022-11-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b919fb36-8413-4b07-9c52-1e5c7fb20bc1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ea56a873-37ba-4c25-9b69-0339337f0554\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A07432C8-E570-4A52-B96F-4F97BB8326A6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 69513,\n                                    \"customerId\": \"26007428\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"95ED9006-5456-4B5E-BB2E-624E17EDF500\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 50286,\n                            \"description\": null,\n                            \"createdAt\": \"2022-11-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fc064d89-ab84-4a6f-9bb0-37601c3fe9f0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3d420e37-1cb1-4827-9f99-037cc7b3eec4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FB0E7534-1BF2-403A-8AA2-82F22F5E5B35\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 50286,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007426\",\n                            \"id1\": \"11892ACC-02CC-482F-ADB2-D632BEBC45DE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 25731.63,\n                            \"description\": null,\n                            \"createdAt\": \"2022-11-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f2cf488d-6bf2-4441-9901-8f8f98300f48\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0396df1c-91ce-44ab-8bcc-f01abe7e2c72\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"86F5EE56-B64F-4199-921F-09E09740E8BF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 25731.63,\n                                    \"customerId\": \"26007426\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"45090CD1-0421-49C3-9733-B16E69E0C4D3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-10T00:00:00\",\n                            \"amount\": 77952,\n                            \"description\": null,\n                            \"createdAt\": \"2022-11-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8bad7241-a2a8-40fe-aac5-aed085d994fd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"26a3f58f-6759-4c13-aae1-09719b0ddd58\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0A64854D-5EB0-4B17-9831-95BBE5AB21DA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 77952,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"A9D7BCAC-0F52-4663-B783-D5EE6B3A0C91\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-18T00:00:00\",\n                            \"amount\": 29580,\n                            \"description\": null,\n                            \"createdAt\": \"2023-01-18T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"baedde46-e442-47de-b3f2-97dec8454a5c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"aa7fc093-a5bc-4b87-9e29-a3c7c71230e3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1B18FA43-E14F-4E7C-804F-AC4EF6219F53\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 29580,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"7ADF30F4-AC6D-444E-90DF-1E8F16DAD66F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-08T00:00:00\",\n                            \"amount\": 986,\n                            \"description\": null,\n                            \"createdAt\": \"2022-03-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"95d2a0c5-6551-4e9e-8233-b911d5aaa126\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b3c470dd-8000-4383-8001-fca92684b158\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9DED66BE-03B9-49D0-AB6E-AE605F804684\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 986,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"52D0F2F1-A01D-493E-BB8B-2849577A16FB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-08T00:00:00\",\n                            \"amount\": 241401.8,\n                            \"description\": null,\n                            \"createdAt\": \"2022-03-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c82ef70a-4ada-4bd5-85b0-34691d1ea53c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8b004f51-22d1-42d6-bdda-335416865d41\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4188BBC0-3159-47EF-86C8-02FC1DF95E27\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 178454.4,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"95ea8c5c-a9a5-4628-a8ef-56c61f25b3d9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CEC58FC9-F9CC-477C-9535-B2AE22DC6D25\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5678.2,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"EA38E4D4-D67F-47C6-A532-60DA8046BAC3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-08T00:00:00\",\n                            \"amount\": 54810,\n                            \"description\": null,\n                            \"createdAt\": \"2022-03-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"77f9e1cc-9ec0-4104-8059-f4e65fdece0d\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"6BFA0D87-4D0F-4456-8A30-BA65D922D4B1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-08T00:00:00\",\n                            \"amount\": 65493.6,\n                            \"description\": null,\n                            \"createdAt\": \"2022-03-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4acec3e2-a399-4435-b6e7-5b713116d5db\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"75e7d584-3ad0-4e04-a684-dd364150c0f0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"15180C36-F39B-443F-B27E-D05FBB72F763\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6264,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"adfa87f7-1192-4b34-8db3-d459f462c2e2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"49C4C903-77C5-4446-910F-833EBF9C2AE6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6264,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"e0abae9f-a8b5-4c14-9656-2681b7567a1d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9E2DCC04-DA61-45DF-8851-960C85DA9E00\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 26181.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"34242653-ce87-42f0-92c8-d22b9b945a2d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0C5DC0E5-5B94-4ABF-80F7-569BCC9608D1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6600.4,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F833C5E1-4E4B-4523-AE6B-9D2CEB087978\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-08T00:00:00\",\n                            \"amount\": 14952.4,\n                            \"description\": null,\n                            \"createdAt\": \"2022-03-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"00f30525-262d-483c-8a60-ba9a1cb261c3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0bfc5feb-57f6-490f-8db2-230cd52bb06a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0B29030A-59EC-4D74-8B4D-5959EAD27E7C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6368.4,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"d7f26b7a-d4e9-4197-b02f-2112a5158621\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CA7A1CEA-CD87-4B4B-914E-F861F8A4E327\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1392,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"82462391-7f24-4849-99f4-179aedffc77f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"71E9E979-1ABF-43A2-9103-FFAE1085E69B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7192,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"95C22EBA-8B0B-4417-BCB4-652FE7F175C9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-08T00:00:00\",\n                            \"amount\": 27144,\n                            \"description\": null,\n                            \"createdAt\": \"2022-03-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"404c404b-6874-485e-8595-55e4fbb863da\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9fa631f7-33b6-4915-9c28-c85bc0a9f598\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A2FF5828-BD2C-4A79-B83C-5A65BAB787B1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 15138,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"19e39194-8232-488f-9bfa-ecd25962a018\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9ACBC0B2-8F74-4D03-B497-7D5157BEBE82\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3480,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"65d17351-a0ee-45f1-8947-b5c7c6bc6c95\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D87AA95B-5817-4E99-8004-28B4334787C2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8526,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"3806641C-CC6B-4220-ABA3-341DC2F46340\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-08T00:00:00\",\n                            \"amount\": 26071,\n                            \"description\": null,\n                            \"createdAt\": \"2022-03-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e12bd7d7-8bc1-44bd-89fb-efe95a331426\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"F734B7B9-4761-482F-8C9C-F6F8004D98F2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-06T00:00:00\",\n                            \"amount\": 29580,\n                            \"description\": null,\n                            \"createdAt\": \"2022-10-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"65e81c85-7a82-49ac-a373-750cfd7751c1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3e510f07-da80-4b3e-a6f6-7eec96bbbf1a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"414EA7C1-DA89-4EC8-8508-17E5BD6509AC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 29580,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"F03BD848-9036-4370-A0D2-19FA2F3B8587\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 81896,\n                            \"description\": null,\n                            \"createdAt\": \"2022-10-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"df1e7d0c-3f65-4fe6-86c4-bb687c988429\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9aa9f993-f0ac-4663-a0d4-9747e007f1f2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B1F6921B-DDEB-44A3-A703-92A9B4E790DF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1972,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"f38a1bfe-d932-43b7-b74b-c97a883bff50\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"753A72C3-8CB4-4A91-BC3F-B506F84B7E04\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 77952,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"4cb49acb-1c50-4fec-a8bc-ad9fe543c29d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"722F342B-49E5-4048-89F9-EC3A1C0F51C0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1972,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"042DD855-293A-4E8D-B1B1-A82383E9E8F5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 18165.6,\n                            \"description\": null,\n                            \"createdAt\": \"2022-10-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cd1fef06-6e71-4e81-9369-b84a9aa89e78\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8f3bbdf4-6364-458f-98a7-eab07181c35b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AE590C71-FB19-4E02-94BE-205C3AAC1248\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4930,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"8a1c8785-d7bb-47d4-b0f6-f538fef716b1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BBFF1AA2-1583-4D1D-A2E6-471EEAD9DCA5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9860,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"3b07b5fe-fa03-4e72-a8aa-e6d48434663e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"122B5335-9F61-45C7-A734-203FF278B13D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 870,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"62c038d2-7902-4b40-ba64-5fa698ccab40\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EF55C92E-4403-405B-BE88-E90A30ABA32A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 870,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"3e67d2a2-4b6e-4add-b707-62e479afe5f9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"95A59C26-ED0F-446B-8426-A37BFE660785\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 870,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"23f49b79-467d-485e-8378-fb81e0170f7a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B09974D9-967D-44E2-824A-E0D759D78DBA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 765.6,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"0A3BA5EE-174B-4858-90D7-49FDE6153979\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 38367,\n                            \"description\": null,\n                            \"createdAt\": \"2022-10-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"db987d6e-ed63-4913-ac0c-16ac1ba2bc4b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d1129920-0ae5-4269-be50-b9ad2ead513b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7F4AE612-B6D3-4377-BB75-2C41E544F6F7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"f6b28660-5689-4487-9b90-e3bb3795cfad\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A3DDBD1E-5C72-4C22-9E1B-0669317D7B6B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"7cf09609-1ec5-4507-85e0-a14dc65b8b40\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BEA3B773-08A1-472B-91D7-F7E3D0B17235\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"31CBBF41-F4D5-41CC-A861-5B377F32A907\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 75272.4,\n                            \"description\": null,\n                            \"createdAt\": \"2022-10-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b0b6acee-9f0b-4976-a5ca-ec74a8903589\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3c320666-59cb-47c4-8cdc-aba96b706aa8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2335ED34-7928-4735-8932-73E64470F744\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 74472,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"354e10ff-8561-459e-8197-fc537729b77f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CDE3AD28-ADD2-49CA-BFB7-0A787AF59111\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 800.4,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"1C9F3A0D-EBAB-4F2F-9A6F-16302854F610\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 4141.2,\n                            \"description\": null,\n                            \"createdAt\": \"2022-10-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ad970562-106a-4a65-8fe6-af4c8db13a71\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f5bbb6e8-0854-4ff9-8324-323fc6c3b825\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"933D8CF3-43D4-4DF9-8D6A-4B5CD37A64BE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4141.2,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"134A0A8D-02A0-4F6E-8CC2-E1E67F2119EF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 15602,\n                            \"description\": null,\n                            \"createdAt\": \"2022-10-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e618bd7b-d202-4f3b-98dd-3a796f6d03a7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d7ba22af-0b8d-49ec-8fb9-f6e3ad62bd1c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2EF82630-9E08-4ADD-BA4E-9F34DBEDBA01\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8526,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"31ee9b4c-0c34-41c1-820c-1e92930b2168\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"83427AC0-A8A6-4464-9387-05E3E0D0E15C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5336,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"36519cec-4fed-4474-a419-d1d7e460b33e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"38732828-17AB-4ADC-8D2E-8DABFB09FE5B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1740,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"8C1FCD28-B5AF-46A0-B82A-2258F87F284D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 38367,\n                            \"description\": null,\n                            \"createdAt\": \"2022-10-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b168f47c-08a1-45d6-9bad-b1b0a93ffd38\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5c361c08-3569-495b-8e53-b3bbe5e9acb5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FBB6783E-B062-4DAD-A6A0-AB36FA410A21\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"c3bb0bc0-1ada-4336-ab30-91ce097c0d6e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B85F9979-0D38-4737-B070-145E50DA46F4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"15FC64E7-D3BE-4D7D-8196-A3D4FF3EAA6D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 14152,\n                            \"description\": null,\n                            \"createdAt\": \"2022-10-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f61d0572-ca57-4994-a27b-155d262e8174\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6a2d4dcc-083e-4d9b-aadd-437ba9c71ff2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CF580659-7461-4B1F-976B-4B81584E42B2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14152,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"1E4894C5-38C1-4DC1-A2AD-118C499134A4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 422849.36,\n                            \"description\": null,\n                            \"createdAt\": \"2022-10-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4cda3302-9aa0-4647-9a0d-4c650ab5c613\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cd8de3af-916a-4faf-8055-e5ba2813b8aa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0E19A37D-D07A-4C28-B977-27C31830102E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6322.29,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"3ed3722c-26fe-459c-9de1-12c3f229bd7e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"004084D6-1776-41C6-834D-2DFB3F3E03AF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1859.5,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"61c3ee9e-2943-442b-acca-ec19cedf5869\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B512CF80-9DD3-4426-9F36-6D4629CBAB20\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 36957.48,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"557b4e3a-e7ce-4858-8cd7-e66d477fd3eb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E29B3B71-2DF2-4F42-9428-E051853D0979\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8367.73,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"1984c100-282f-414d-a8b0-b95fcfc418bb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F761B84D-0206-4935-9EFD-C76DE6570C26\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16038.15,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"a2f0c5f8-b4d6-4656-85ba-019e93c69693\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DF322663-3B45-4F8B-AAE9-CFAB060C8C7E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5578.49,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"91b65fd7-9f3e-4b0e-b303-29055f508395\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"37A5F95E-79A6-44AD-A674-4DC382848B4C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6624.45,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"8cbf9a3e-bf7f-4f30-9f94-66b9e6548768\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C2004A4E-5CE2-47A2-B44B-732114DB9AD6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8367.73,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"7074eb35-40db-44e8-977f-7629719b4f6a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0FAE064F-49C7-4D92-9ABB-A36FA7405586\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 332733.54,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"ABE72839-2066-464E-9AA1-31CA609BC0D2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-06T00:00:00\",\n                            \"amount\": 14152,\n                            \"description\": null,\n                            \"createdAt\": \"2022-05-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e6063c6f-ebb0-4fc5-9dc7-9501ffbf97a8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f3ae4f5f-e6f0-4549-ba94-e28419be6d21\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D2B0647A-2AB3-4473-A6C4-DAD3A62F5896\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14152,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"36742199-3D40-46B4-A27E-3315BB71ABAA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-06T00:00:00\",\n                            \"amount\": 42514,\n                            \"description\": null,\n                            \"createdAt\": \"2022-05-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"496c12c2-05cc-4009-8676-f68a4f44e158\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0e7b01ed-40bd-492b-bc77-687171c34076\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3C8A4920-826E-4DFA-95C9-10171B49D014\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"de78a7a0-9f7b-4f92-b97f-e4d583b18d2f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D61884E9-1073-4A03-97AC-423992D38E6C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"df5e5ca0-a06c-4d56-8aa0-fe632f7bd0ba\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"98115763-C088-4D97-866A-F57E341D6D99\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9628,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"AD6F6BD9-4F76-4808-8297-9D5883A8CBC2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-06T00:00:00\",\n                            \"amount\": 48836,\n                            \"description\": null,\n                            \"createdAt\": \"2022-05-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8054c114-ccaf-47b9-8d66-75c6d4bee812\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d5fbf1b6-d042-43f5-96b5-7cbb28b2758c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"75C7C7EF-DD48-4DC8-AEF8-A35E37C93E87\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 48836,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"C90C997D-EDBD-4FE5-9475-A5C4C836D84A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-06T00:00:00\",\n                            \"amount\": 609000,\n                            \"description\": null,\n                            \"createdAt\": \"2022-05-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"45cd12f6-4f97-4977-b4b2-e83998b9652f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4ecdeac9-1472-409e-ade0-d4852b9f0dd4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1244D629-2538-4516-BB23-227B1988B83C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 609000,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"B67E07DF-7435-4E3B-A68C-A8AC6DA25927\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-06T00:00:00\",\n                            \"amount\": 499820.8,\n                            \"description\": null,\n                            \"createdAt\": \"2022-05-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e24298d5-32be-4a8d-a061-9995cbf78ee3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"44212773-e6fe-40f9-a21f-da4ca8e637d6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"09C2BE52-3B84-4BC7-B689-7F9A3745DFD9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 23490,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"fbf93cc1-6af4-4172-aa81-e4c37278f3be\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"57876F3A-2838-4CF0-8836-8C4B0E2BD1EB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 59577.6,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"aad6f703-8f9a-4e2c-931a-6e8f9e76bc41\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D121ABD0-4E2F-4C73-ACBA-6C9F8602600D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8120,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"6ff6bab7-2b94-4522-9934-daa7eb73c964\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"63C6B369-C448-4D0B-AB3B-A40E00AFF4F4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1740,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"a326011d-4f34-428b-b4a1-0cc441e0e351\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"667E0B4E-B8C2-40B7-944E-D34863FD2F45\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5220,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"d93a96bc-c34c-43bb-8ecf-957f086f2c5c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B80866DD-7BA9-4BB9-800F-3AB2E0B7AE44\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11020,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"8f5116e0-6e10-4900-b634-ddda3b38262b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F5A64067-81FA-488F-8863-D5B6C29D2CCA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4292,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"5d75f209-1ede-4491-afe7-636da522b318\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A19F7961-BC11-4BC0-A83C-7C1985F7AAB3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4292,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"1e0cdf17-8a43-4e61-bb42-c7d09ea2c186\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2F2C5F2B-49A1-4047-837A-384880388257\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4292,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"bb534df3-ee98-4b24-92ab-868cfbc2cf10\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7909880C-8E38-49A4-BF91-43AAF590E86D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4292,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"813c398e-8da0-47a8-9409-cbd4118586a9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"81E245E1-BD40-42B5-AF7C-C2DA99035913\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4292,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"4e883f0e-aa02-4cb9-ba75-310672d905d2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9D062539-E4AF-4191-8E41-0EC2AF41E2D4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1322.4,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"a0c0b6e2-9675-42b3-be19-89c6f1d441f0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D48A2FA3-E02E-4C0D-B646-ECB6DC232A3B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1322.4,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"5558f507-f4ba-4105-9fba-7b0a1fa71531\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FEE80E1E-D77C-4B41-BEF9-A62089B46A00\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10440,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"895af6c4-1684-4fc7-b8ec-7c767550e071\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"286C8E62-A4F5-432A-B08E-6C3CAEB04438\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6159.6,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"1182dd19-6667-4f23-aab5-5049162cda65\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FEDFD8BC-8E4D-45A4-86EC-CDA26111921D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 48627.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"b05751aa-c196-4292-b32a-7c8509cb9a8a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2AC45168-9F52-46D4-8AE9-B6B29F47E1D2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 48627.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"a036d377-15e4-4012-8c77-d599db03b33e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9D276551-4643-4B43-95B3-6CE87F198871\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 97254.4,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"13faec4e-0b93-47ec-942a-54d04ce4e495\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1DD6B96C-056C-483F-9F09-0A4ED7D262BE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 145881.6,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"81804830-e7c1-41d8-8212-96cbc096ca6f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BCB75161-1871-4D0C-B3BC-0F3FEE33D99C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2320,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"48BE2371-DFAA-403F-890D-51991B4E5565\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-06T00:00:00\",\n                            \"amount\": 32886,\n                            \"description\": null,\n                            \"createdAt\": \"2022-05-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d00f6a3d-f821-4f9d-b831-4addb0f8c032\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0a51d3cc-749e-49b7-b5a2-d4d1299828b7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1DC9AA36-0EB7-4C09-861B-FF8D1C57F3F0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"15d58c07-2108-4636-8b3a-9357e4626ed8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1B427644-3703-4743-9813-CC3B474A6CFB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"8E27301A-10AB-4480-8072-24B9CAC32925\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-06T00:00:00\",\n                            \"amount\": 59496.4,\n                            \"description\": null,\n                            \"createdAt\": \"2022-05-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ae2c574c-c072-4492-a7df-e60db54b7bd9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"54aaf23e-7bcc-4895-9c6d-9c5cd1495e3b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"ADBDE53E-932A-4863-9419-CED3BED19B9D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4292,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"858099e2-95d8-4c6e-b732-7abb971bb9a9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EDF6D00A-ACEF-4FF0-8745-975B9F7F0F07\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5162,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"115a5291-f9a0-4e13-9fa4-384e5dbe9b76\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"936321A0-5789-406D-86D1-99BF1390B168\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1032.4,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"9d55a81f-f862-4e90-af08-411f0616039a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"82A1CB7B-B081-4E8F-AA14-7F638D5B900F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 26390,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"c42f9a0b-dc44-45ef-ab1e-fc810af6066f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D2EE227B-30C5-415C-A368-5B55D88A537E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 22620,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"64BB44ED-B4CB-4B34-B22A-D3435F7AEAD4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-10T00:00:00\",\n                            \"amount\": 48024,\n                            \"description\": null,\n                            \"createdAt\": \"2022-05-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"753d1688-15a3-4ba1-9d18-79475f17a1fc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f3131f4b-64ca-456e-99fa-673c6762d193\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B736B176-F841-44D1-9E0E-083FD1F2FD19\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 25984,\n                                    \"customerId\": \"26007399\"\n                                },\n                                {\n                                    \"txnId\": \"ded97147-38b6-471d-9853-c55078c9e577\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1DE7D44C-E3EB-4265-8205-67383DE6F9FB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 22040,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"1CCC4455-9927-4D67-B4DE-852A90DED684\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-07T00:00:00\",\n                            \"amount\": 6380,\n                            \"description\": null,\n                            \"createdAt\": \"2023-02-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fce7d060-8036-4c46-97d4-21d130dd385b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"75e91321-8a8d-4592-a8ac-9661f031e531\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"04761244-4790-4199-89C6-3C4118C8B018\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6380,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"BC16D6F4-9473-44E0-B4DD-77AEF699DE2A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-07T00:00:00\",\n                            \"amount\": 54810,\n                            \"description\": null,\n                            \"createdAt\": \"2023-02-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2bf8cf9e-edd1-4a76-9786-0f91c3ebc841\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b4b212ae-6170-479d-879c-88018c5c7f39\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BAF8BA2F-AC60-469F-9752-44E3B3716B1B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 27405,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"15b389f1-58a4-4c3c-9425-e3a8c330142b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A4F51BA2-46B7-4EDF-9D90-DAC85182AA51\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 27405,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"F90374EF-6BAA-44FB-9AED-C89BD850DA60\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-07T00:00:00\",\n                            \"amount\": 4210.8,\n                            \"description\": null,\n                            \"createdAt\": \"2023-02-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ae3e8049-c816-43f1-ad0c-5a6c1ab690c3\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"9B91C876-13B0-4179-AABF-698D3C3D862B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-07T00:00:00\",\n                            \"amount\": 14247.92,\n                            \"description\": null,\n                            \"createdAt\": \"2023-02-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"276e9804-b56a-457d-b358-cecd494c8817\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"04800c4b-b022-4c66-9652-8cfa7ec5f4ec\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3C4A1838-9A2B-468A-A771-EE86155B0033\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3003.59,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"8e8fc44f-da6a-4427-af00-5b9b1fa3677f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8EFB75DF-9BD3-4B11-97AF-CB4700EDB920\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10258.33,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"e8603d1f-6e79-4382-9c42-82218d07a05f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"34B7208F-F695-4F2B-9DC7-05B4170578D5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 986,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"F47CFDA2-787E-4609-813C-8C7D9A9CA810\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-07T00:00:00\",\n                            \"amount\": 1914,\n                            \"description\": null,\n                            \"createdAt\": \"2023-02-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fca6e985-357f-42e9-936e-f49957ff6800\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"99796763-11d2-4249-84a8-aa9f4bb20fd9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A41986F2-B755-4E2B-8F3E-546406059ADC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 870,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"ee2cb968-c2d6-43f9-bef8-c21ccdc9fadd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FDC11420-1E8C-4192-964F-41C73DE10F1E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1044,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"CFEAA23C-35BF-42E2-85D1-73E4899CB046\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-07T00:00:00\",\n                            \"amount\": 32886,\n                            \"description\": null,\n                            \"createdAt\": \"2023-02-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b60bdb16-bafd-4f42-974b-a15e64b9d0bf\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0056fc7d-2996-4c5c-8058-e61356f07bc1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FB8F081A-68D2-44AD-A1CF-332E2985DBA2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"c8c9505a-5ffd-4292-9527-fa0f3c0687f1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E8409231-2FE7-40BF-A7E0-5E90E2EC6756\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"8a9dbc6d-9f85-4962-af38-eda6b7ab9e1f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"995DEC1F-4FB7-4B6A-B9A4-7AB6CC59580C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"CE791C3D-A244-4D71-BEBC-44FDE5FB26F3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-07T00:00:00\",\n                            \"amount\": 52269.6,\n                            \"description\": null,\n                            \"createdAt\": \"2023-02-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"115ddb12-5a57-4271-ae85-866f9e57f220\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ae617ba3-464b-45a1-8ad0-5354f26f5eea\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"90703683-7BAE-40D9-93DC-299232017FF1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4292,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"4f5a9500-cc73-4d5e-94c3-90a71c6063ab\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EA4185DB-BA46-40DD-A4AD-9682ADDBB070\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 31900,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"a9e3a7a1-c968-4522-b4aa-39ae29e9c670\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0481C066-B7FF-4770-8472-C158D13CD8C3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8491.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"56956f93-a4e9-456e-ad35-62ffaacd8a48\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A798DAD2-BC91-401D-B343-A2202DEFE0F6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2204,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"0301fd12-8e61-48ba-ad58-c97daf9a98cf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"11673D23-E9DC-49C0-9BC3-C48C50F28F87\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5382.4,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"57FDAC69-DA52-4DCF-882B-E8C38CFACADD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-07T00:00:00\",\n                            \"amount\": 85207.8,\n                            \"description\": null,\n                            \"createdAt\": \"2023-02-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"eec0237d-4a77-451c-9cbc-d1099b7d0a00\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4bd6c5ec-8c76-4916-8055-f13a92b2ee12\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0E40EA98-B973-4360-8012-AD03CC0CB5A2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5075,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"529c918c-6039-4dde-822b-58cad2d5a2f2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"716CBAB5-3D43-4831-ADB0-CB370A94C96B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10440,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"c08978cd-684b-45e9-b266-eec7ee906cca\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"43E26F49-E0B4-4413-A2A6-B385CEF1F490\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2900,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"aba6b102-5141-463f-92dd-a967e571e375\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"22C6D06B-6015-4BF2-9CD9-295BF6E145DA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9860,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"35c6b80e-1866-44e1-ae06-a8d645bc37c4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"35151D43-3F55-4741-92B4-10DBBABDF4AF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10648.8,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"d1b7fb4a-a756-4108-a945-2b940310a9ca\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E71CE1DA-8D1F-4E36-B91B-53833E08988E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 15428,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"5e417b9c-d819-426d-9cb8-dd55f361d582\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5CE68E42-1C90-4CD4-AE89-7A139BC52731\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 30856,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"784976B5-DF2F-4CA0-9031-78B80B0E39B5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-07T00:00:00\",\n                            \"amount\": 19773,\n                            \"description\": null,\n                            \"createdAt\": \"2023-02-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d0aab314-1625-4453-b918-d84fbd7fbb65\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c2ecc2c0-b023-4947-8fe3-a3af74840cce\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B6D3B2E2-FAE1-4B4F-8FBD-12C06DBF09B6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19773,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007422\",\n                            \"id1\": \"956DAAD3-180C-402E-82C2-67F981BA4219\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-28T00:00:00\",\n                            \"amount\": 23200,\n                            \"description\": null,\n                            \"createdAt\": \"2023-02-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c5f6b085-71c2-4907-8935-f62ac7604757\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"663442c2-5c8b-44e3-8cb9-00cd508c0400\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1C12DC99-5651-4BE3-9A25-5F64A9B70965\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 23200,\n                                    \"customerId\": \"26007422\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"1CDCA7D5-8603-4310-BF1F-FEB33CD5FFCC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-22T00:00:00\",\n                            \"amount\": 12760,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-05-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9d1b36e5-84ab-45aa-8ef0-238cc515e483\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9d406f57-e76c-4a93-b45c-b5ed1357c608\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0ABDEC8B-C375-4011-85A6-5C3E98BD7959\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12760,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007409\",\n                            \"id1\": \"187D3708-842A-4A4A-BBE3-F26609021695\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-22T00:00:00\",\n                            \"amount\": 73950,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-05-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2171167a-698c-4794-966d-b3b09560cc4a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"de8d03a7-6818-4a05-985b-8db584f699e4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D601902C-6C66-4891-A079-683E6D7248D2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 73950,\n                                    \"customerId\": \"26007409\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"710AD412-B0E7-4EC3-9E6A-CD93F08FA503\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-22T00:00:00\",\n                            \"amount\": 43848,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-05-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5394dbc6-57a8-469a-8e48-2af3098dd4de\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e24d57e0-1b69-4112-b151-a28f16981b35\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"01D1CB45-62FE-4431-A161-850B89B43B04\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"19802059-ea9d-433c-818d-0a571f2b9356\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EDFFDF32-8D37-4DEC-A2BF-6E461E7465FE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"36e7fff4-035c-4e66-826d-cd9bd3b81063\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AD7EDEF0-2E8F-4FC8-9DA7-E9A0581C61C1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"E0EBBCF7-29E0-4E9B-9707-5341D002259D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-22T00:00:00\",\n                            \"amount\": 10962,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-05-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"616c37b6-3037-4a90-b70e-019373c7afdb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"92cb5131-6eff-4835-af42-71840df1ff69\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CEF28145-72E4-4C9F-8152-044EB8F268EF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E3319146-86A0-44CB-B34A-9AA92FDAB254\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-07T00:00:00\",\n                            \"amount\": 5394,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fe12ce86-6a6c-4c1f-9d1a-7981d3f686b2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4bc6ca7a-2d10-4faf-bde4-70c6625dd2f6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FE56E937-C684-48B9-9503-7FB4AF327CB4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1392,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"a40d0ab4-f390-4158-9c38-8d2b912ec37f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"65238DA8-79B5-466B-A5C4-AD18C37933D1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4002,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"75579C03-D8AB-4F92-B730-DD06B9E5ED5C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-07T00:00:00\",\n                            \"amount\": 27614.86,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"69e8b5fc-6206-4421-880f-e454244d833e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8e8fc44f-da6a-4427-af00-5b9b1fa3677f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8EFB75DF-9BD3-4B11-97AF-CB4700EDB920\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19088.86,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"61d39766-38df-47b1-ad91-581c5e958878\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8CDF206F-271A-4D1D-A930-4919E142C215\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8526,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"AE7C65BF-2D4A-4CC7-88EA-6DF3A0E0537E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-07T00:00:00\",\n                            \"amount\": 49329,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1f6e8f7f-a9bf-49a5-acd5-a2159cbe87bd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"68843cb0-288f-4d09-a3a9-0b7fb7f17378\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F6212E73-AC37-42C2-B4D2-07131F304BF8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 32886,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"f72b6ad8-13d4-4fd5-b242-1e64f78bb0ff\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"83B7E94B-396B-48F4-8A37-366D72D29D86\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"598AF55A-4D88-4020-AF97-FC1281DC615C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-07T00:00:00\",\n                            \"amount\": 59484.8,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"736a1e5b-1e35-4e5d-9288-63d932a0d47f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"714a38cd-7faa-4f78-b5b1-c7fc7e209214\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EF1ED149-ACB6-45E4-A684-B31600F16F72\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14152,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"3d07d2e3-e0a3-4359-bcd5-a36afa5a4b3e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2DDF72D4-5DBA-4661-9FE8-A6369BDAFBA0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3944,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"4b4a90f8-101e-4591-8005-e47911ef0c3b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FAD7F7E8-D06E-4222-B602-43DF08E6F053\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9106,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"1d39d786-af79-4fe8-a18d-a69d62b6bc88\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B8EE0235-45F2-47FF-BB81-CBB48A606BAD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4396.4,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"a0eb9b20-a6c0-427a-a8c1-aad9ed26fd6a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DEA7CC36-CC18-4B8A-A44E-BBEED83BA080\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3944,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"d591e178-eefa-4779-ae1c-9c3174ee5675\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"88C7750D-B669-45AF-9557-F88FB43DFCB9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2447.6,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"c810e67d-e0db-4adf-b43e-181d908d2cad\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"564C00FC-67CA-4DE4-B5C7-F4BF1B99259D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5626,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"fedbfac0-e3ba-4936-8940-1a8593d9457d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"95105C7B-5827-4355-8869-EFE7F7A2DA91\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3920.8,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"6c3b6e2a-7ac7-4b3a-b3ae-8a1774a94e82\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D4389CE4-3980-494F-805D-8A618FC06900\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6206,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"25FE8038-91F4-41DF-AFAF-E8F02C6DAF37\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-07T00:00:00\",\n                            \"amount\": 47606.4,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c8184f3d-224b-4a9a-8edc-a073506f311f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4a845d9c-df26-43ba-a645-90936f69048e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"775F1558-033F-41DC-9843-D5EFB92F23BE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4930,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"9df5be5b-66ee-450b-9c61-6447298239d3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6AABAE61-CC97-4777-9109-973C70BB60A2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 25636,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"b413d4d4-a2d5-427e-98a2-e85bbd1b6441\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E80394A8-172F-44DF-92F9-198C233BB870\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6600.4,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"471ba121-2836-45de-a89c-4b93227176e3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CCA55022-13E0-42E2-B2CE-27F1F7663F50\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6264,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"60db78c0-db5e-4c2f-9264-c7ed0744c361\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"039A8E65-E8B4-41DF-924D-3FCB6F964CEB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4176,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"07DA933D-73B7-4EFF-A90A-74F8070C3B04\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-07T00:00:00\",\n                            \"amount\": 45298,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"56fcb490-557d-48d7-a30e-847142fbcdf8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c1333f47-e42e-4557-9b2d-5e99c9858542\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6F22EFC5-725D-48AD-8418-CF7B67115614\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9918,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"fffe0eaa-c701-4a1c-bd81-01654a42ba6d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9CDC3CAC-CC20-46A2-B490-005FCF7F8F65\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 35380,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007422\",\n                            \"id1\": \"3BAA4060-E2F4-4596-98D7-F5208725458E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-07T00:00:00\",\n                            \"amount\": 59758.56,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"dbb754d0-2860-4bc8-90dc-1df777a322e9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"49c8bcdb-2a51-41c3-b906-fd6b7527a741\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2ED1D2F1-DEE0-40E7-B920-7CD85C7D49F8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 59758.56,\n                                    \"customerId\": \"26007422\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007428\",\n                            \"id1\": \"70BD2083-8980-4436-8560-D7E8A5F41EA1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-07T00:00:00\",\n                            \"amount\": 84577.92,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"462114cb-63f6-43e2-bdf1-24d58c0c44c0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"654d35b4-a04b-4bb4-8581-03fb27f35177\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A1DCEAFB-CEE0-4E9A-95B0-F288112E68CF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 84577.92,\n                                    \"customerId\": \"26007428\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"92A9C91B-699A-4086-8AF6-27C67FEB7DC3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-07T00:00:00\",\n                            \"amount\": 49329,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5b6841b8-0c73-47f6-8f3b-65d549e9d4c4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5106c2da-8471-4506-90a2-a344ca961b87\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F9F79A87-468C-42AB-B699-52A9243DB7FB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"d09e8723-c9df-4bd9-bf39-a135944190dc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FBBEC2B3-85C8-42CE-8A2C-3ADC492C089C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"3dc4e32e-346a-44e3-b828-85a89d11d5f7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DA76EEB5-0DB6-40CC-BC83-FBC07AEEDED6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5481,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"bf120f16-2255-4919-87b3-c207768b9fc6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"541BE2F6-2AC3-4058-8CB0-883E4879BBB7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007417\",\n                            \"id1\": \"2357BAE0-4C0E-4382-A960-C9C8E79B15D1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-07T00:00:00\",\n                            \"amount\": 22437.41,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"71772f62-71c5-4107-bfa5-065b1a0cf525\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cc851559-dbd4-4834-ad88-2bb8b8c7c0ae\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3B33FA74-0D26-429D-A84C-B13F60615D84\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 22437.41,\n                                    \"customerId\": \"26007417\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007422\",\n                            \"id1\": \"9F05B215-DDD3-4006-A123-5D00B2B9351D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-07T00:00:00\",\n                            \"amount\": 233561.64,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b29d05ef-9322-4476-a682-b7a1973e3c61\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"347f7820-3dac-4ffd-9095-7ae1bbc36589\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"47E9C962-F10A-4030-9F7F-E47C27E3D398\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 233561.64,\n                                    \"customerId\": \"26007422\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007428\",\n                            \"id1\": \"5D885B1A-8114-4E50-9DA1-1D7595B0E33F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-07T00:00:00\",\n                            \"amount\": 237328.77,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"21c93b27-46f4-4563-805b-98e9b5ccfc2b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"29945f14-0573-495f-9d04-aea0851d5a0e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C40E3C55-2B2C-4C2D-A8FF-8370B120EE98\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 237328.77,\n                                    \"customerId\": \"26007428\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": \"95B77147-7F4E-4073-B96E-DBF64DF18DDD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-07T00:00:00\",\n                            \"amount\": 134212,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"75d8d1f1-b6a2-4933-9ee5-eec3389c79ee\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c1075e63-decf-4b64-960f-067aa87cdd83\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"36053DA7-E32B-44C7-B49D-CDF0C61F4DBB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 134212,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007430\",\n                            \"id1\": \"8F4B02F5-1BDE-482E-A5FF-929BE1F8FAE9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 7931.53,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4822b5d2-f550-40ca-b614-3ae217650a63\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"eaa998fa-7f36-4e4d-9e35-b92e735ba455\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5E7651B3-7481-47B2-8C97-29C6C3F7F9E4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7931.53,\n                                    \"customerId\": \"26007430\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2CF9CCAD-4D70-4577-8B1F-6DC684E0B870\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 6948.4,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"64e42321-b689-42eb-86d0-b5e93dc5b77a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ab4d123a-c7c9-4ec8-bf37-07d52750c02e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C5D376D6-3CD8-4D72-804D-60CFB6D62055\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 371.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"6b037b71-7c17-4368-8b57-84eda6d99364\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8284C12A-E044-4114-BCF4-62101124A28C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 255.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"a2a80a47-4334-4382-81ce-94b51adb0bd2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5029D3E5-01B4-4173-98AF-BC4755A3ECC7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1392,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"f65060ca-ed9b-4ef6-afb9-384e01c6b0ee\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"602EDD49-94DA-42E7-8BA1-25F427B0CC12\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4930,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"39817EBB-4A38-4580-9040-45309F7E2D25\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 1343.28,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6ea4129f-6a2c-41a3-93c2-c399559f28a8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3b5f5d58-fa64-4e08-bfc8-029d2b6825c0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"964AA7A2-8F67-4956-88A4-43CC21E7CFAD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1009.2,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"e30a3fbb-8e2d-48d4-8762-b3b0cb15d265\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"21D7AF3E-9D47-4478-87F9-FF9478332961\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 334.08,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"F95F235A-1661-4410-AFF8-99A62DEBE070\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 27405,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"92e8ab9e-1482-4dc9-83bf-f46967b20d77\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"199be46b-ac6e-4310-b669-55180f7fb989\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"382C9EB5-C533-4348-BBC9-35DE325DAED7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"f66c4547-9c01-41cb-95e4-dc2b464d88d0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9888B146-8CF7-4410-BCF1-B30E34AE8E11\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"499AB9DF-B5EB-4946-AE65-4A334A4B69E1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 1670.4,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3ddc1cdd-200b-4d2a-a1e7-68383aab125e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ad8e2e35-3638-4d74-ad37-196b32263f6c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"22CB0EDE-28D4-48E1-8A47-60A09EE834A4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 800.4,\n                                    \"customerId\": \"26007405\"\n                                },\n                                {\n                                    \"txnId\": \"7682ec99-f5a7-4572-8e8d-77f64051a20d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C47B4BE7-8CA2-4FA9-ADD4-507BC8A41D10\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 870,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"C0187107-4009-43A3-8188-61765DA2491C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 8932,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ab1fb685-9777-43d7-8b29-2e71711dba46\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0df7ec11-c923-44bf-8f14-1515e71bca3a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3007A485-BCD0-42FD-BFB2-C3579E093C2C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8932,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"2269B58A-4C13-4F4A-BE7A-98B17ED9BE3C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 31900,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"62880388-fb97-4f67-9084-18a40ec9946d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d6121ccb-eb4a-47b7-b371-f554fcd4e582\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B58B69DD-0944-44E9-8712-079F12673B32\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 31900,\n                                    \"customerId\": \"26007405\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": \"325C8F89-9D6D-484E-8DDC-B8CDC60C8BCA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 5916,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"47cb8e0b-5258-4e99-ac0f-91886fcd3ba2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d83573f1-aba3-4ce5-81a3-0cdf54e29865\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2A0C8C68-59CE-4A7A-8934-00A256BA3FE3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3944,\n                                    \"customerId\": \"26007387\"\n                                },\n                                {\n                                    \"txnId\": \"da3a0444-d049-4c23-ac93-164cb45d034f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"424674DB-9010-4AB7-BBD5-5B6B7898ED31\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1972,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": \"5DEA2BF4-38AA-4396-BEEB-E06BB7DB92E2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 60291,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2762978a-f4ff-46ef-9f10-e8e4086e3a3d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e7f9ff9a-abee-417f-abf4-365338d94628\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C0B5E020-FF08-4678-9310-9DE4A332DDA1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5481,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"1f135497-8959-4b4f-9518-58b3557b4b97\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5EB9645A-4FFB-4A25-A28A-5EC0AF3BC365\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"06c42d03-52d3-4573-a66f-d9b32246adb6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9B174148-F71B-4B92-966B-C213983E1B33\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"a8f80b46-63f0-4102-95c8-21044ea1b928\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1E60FFFB-F4E9-41C5-9E2B-F52FCDD56EFC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10962,\n                                    \"customerId\": \"26007395\"\n                                },\n                                {\n                                    \"txnId\": \"e5209384-2fb2-4316-acb9-555244f0c8b4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2E51E680-91F3-4EFE-A2C1-9371D814DFCB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"9C7A5713-C90D-4507-8879-D967D1AE1D25\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 29808.97,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c430ab3f-dc92-457d-9a0f-e10309ff6572\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0721b65e-14b1-497e-a125-88fa530c8c0f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1DE41FAD-793E-4FF9-9284-9495FFE6F073\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 18787,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"d4a63712-a8b5-49aa-ac19-b27a38ad7a72\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D810CAAF-BA1D-48A2-B3F8-D050CAF0D24D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11021.97,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007391\",\n                            \"id1\": \"3757884D-1621-4AE3-97CD-5A2D534B8DC7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 19200.81,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bf4d94a1-316a-480b-81cd-7afafbb93ae4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"df71922d-295a-469a-9f24-3dc730f47bf7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6EE1D6A8-775E-41E0-A176-7264C73050FA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8132.11,\n                                    \"customerId\": \"26007391\"\n                                },\n                                {\n                                    \"txnId\": \"94b5db4e-9c41-42f4-bdaa-169fe088e06d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DE32AE9D-F8E5-4FEB-9D7F-AD2C87BDC99A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11068.7,\n                                    \"customerId\": \"26007391\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"6300F297-046B-4871-9597-52EB1EA5C138\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 40565.12,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8c2d2c68-a154-45c3-a3d0-9b63913d6c1c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ca9134b6-8cdf-4d8d-82d1-06f5f1b26f8e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"37736FA6-CF82-49D6-A438-AE14148B7C12\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3232.59,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"d6f60116-d4cf-4041-806c-33147f06acc3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2FEB4668-B32C-4144-90B3-6DEC75DACE8A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 204.47,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"9165932d-08ac-496e-b52f-981ecf138379\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7CB6F5BE-B091-41D2-AF6D-82C5EAB69821\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 24879.26,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"dcfa341a-5ef7-4d28-b8e7-9d81816bc027\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CD662F3D-CAE6-4987-846E-99F8C59DAA5B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5433.09,\n                                    \"customerId\": \"26007401\"\n                                },\n                                {\n                                    \"txnId\": \"5b4c0226-cac0-4030-a3d6-b9aa72ba23ed\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FE87B85F-02FC-4C75-B598-DAF2F317235F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6815.7,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007401\",\n                            \"id1\": \"8704C694-5667-49E9-B2CD-6F85790E049B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 16128.88,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"48f2f368-0ae6-4c4c-a8b1-45d34cbf9acf\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"250e0604-d411-4cc2-823e-07583eee971d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"017B96C8-8701-4899-ABB5-4CF7113B98BA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16128.88,\n                                    \"customerId\": \"26007401\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007385\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-07T00:00:00\",\n                            \"amount\": 84651,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7f17dde8-29a2-428d-8295-da89815a5894\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"23048d86-0e94-469b-bfca-088958d9789e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CC1B173C-DAE0-4DA2-8B7F-5F0B6111866F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 84651,\n                                    \"customerId\": \"26007385\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007403\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-28T00:00:00\",\n                            \"amount\": 5000.01,\n                            \"description\": \"CAMIONETA KIA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1df9b041-04dd-4bf4-951f-060d1ddec4d4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7d3c7ce2-12a4-4018-8551-c2b47f18cd73\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C1AC6638-5526-4C19-B769-5953F170E851\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5000.01,\n                                    \"customerId\": \"26007403\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-31T00:00:00\",\n                            \"amount\": 5104,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7bc4db75-7c9b-4df6-aee2-14595aad52fc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7e9d9987-b000-4e4c-bb27-9f523939f23e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"47FDC8AA-565A-45BC-84D6-98A31E43E737\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5104,\n                                    \"customerId\": \"26007399\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007385\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-07T00:00:00\",\n                            \"amount\": 84651,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"074016f1-71a6-4cdc-aad6-13bce01963ee\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4c46c522-3063-48fe-87cf-4a7c72d0a0ca\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"23A5E559-9217-4512-948A-623CC066CD71\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 84651,\n                                    \"customerId\": \"26007385\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-31T00:00:00\",\n                            \"amount\": 3000,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b6e15ace-be75-4d69-9556-bba6e7ce49f2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f09c43f7-93e7-409b-9975-d8bc72e96215\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AD003419-F054-4C0D-B991-F3CF658B9FC6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3000,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-18T00:00:00\",\n                            \"amount\": 6032,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c18650a9-91bf-4066-85f4-8f9737ac8118\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fb4690b8-c42f-474b-aab9-04958df7b157\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"29D36415-40EA-4AB0-A83F-01A9237AC0C8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6032,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-15T00:00:00\",\n                            \"amount\": 16443,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"227fbd39-c914-4f6d-b276-3a01dc360f63\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"71046566-d283-4652-a68e-95e9a746c33a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4E66336B-D010-4C4C-B587-9AAFCEE5FCF7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16443,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-15T00:00:00\",\n                            \"amount\": 32828,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fe21e1d5-c8a6-4b32-bb7b-ad457adea160\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6e35052b-4754-41f9-8013-93db6b3d7915\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CAC4C3D5-1807-4092-8E6D-12BAE443A236\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 32828,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-19T00:00:00\",\n                            \"amount\": 78880,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bd293e62-cc1a-4cf7-90b6-023b69cd922e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"42753ff1-7a2f-4516-bb8f-1a19e0eb3816\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"51E8A16D-C4B8-4A7F-AD59-C81B92D3A585\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 78880,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-13T00:00:00\",\n                            \"amount\": 21112,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c62fbd93-1d46-4972-89fa-76e6f644f230\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a9aa1291-ea55-46c1-b041-f80f50121679\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9A61BCDB-481A-47ED-8CEF-180517F246FC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21112,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-21T00:00:00\",\n                            \"amount\": 20300,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"04c29701-e60b-4f66-a3b1-78faf389ae7e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f76c8a1e-cb99-47b8-9244-80e538028c5d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D4708540-A1D8-4A2D-877A-18C041B3CA17\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20300,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007395\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-26T00:00:00\",\n                            \"amount\": 21924,\n                            \"description\": \" ROLL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7a9eeb9b-52b4-4787-937b-d4eadbd6ad4b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"55f64b02-8de5-4009-b290-d8f654f90033\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8338DA5E-6F5B-4978-8A63-55F7804E7EC9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21924,\n                                    \"customerId\": \"26007395\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007387\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-27T00:00:00\",\n                            \"amount\": 0,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"133c8860-1a96-4b22-9e79-8cbb4c485ad1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6a2d4dcc-083e-4d9b-aadd-437ba9c71ff2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CF580659-7461-4B1F-976B-4B81584E42B2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"customerId\": \"26007387\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-23T00:00:00\",\n                            \"amount\": 33292,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"048f3b7b-c3f9-4a7f-9ef7-3cf00c2a7bf2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2a07416f-0420-43ff-a474-cb73991366b7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CCC01253-DB52-49E9-8B8B-13CDE5B40843\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 33292,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-05T00:00:00\",\n                            \"amount\": 45356,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d627d3a7-d1a6-401c-b8f1-d540ebebc895\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e916abe0-3409-4b6b-a09a-66bb0954e40d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"08FE1637-D123-4227-B822-1AAE0CAE5EAC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 45356,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-11T00:00:00\",\n                            \"amount\": 10672,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a316f832-4ee2-4389-90bb-a7f2cfe2266f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"49d2ca2e-d460-4d6f-be2e-bc44c7958a23\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"44531BF8-7699-40BC-A25A-C70E77AAA5D7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10672,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-27T00:00:00\",\n                            \"amount\": 43500,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3b6c509b-0ff9-45ec-aedf-65ca11add6c8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d33adb03-8854-4ba2-adde-56cd57fc3eb0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"97469D16-7B30-40E3-A4C9-18A3C56C4B29\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 43500,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-10T00:00:00\",\n                            \"amount\": 114843,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4019d6fb-c858-4428-9538-1de6f4629eb4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8c2efeb2-a119-4659-9cd5-1dbd6d38b13c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F80D5CAD-1D2A-41A4-BB98-D1E92E75F3DA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 114843,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007415\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-29T00:00:00\",\n                            \"amount\": 0,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"22fd3e5b-8ef1-40db-9575-66065e9a2047\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c1075e63-decf-4b64-960f-067aa87cdd83\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"36053DA7-E32B-44C7-B49D-CDF0C61F4DBB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"customerId\": \"26007415\"\n                                }\n                            ]\n                        },\n                        {\n                            \"customerId\": \"26007430\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-18T00:00:00\",\n                            \"amount\": 523.6,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"61b140e4-67ac-4899-aaf1-c80e7bb2ebfe\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"eaa998fa-7f36-4e4d-9e35-b92e735ba455\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5E7651B3-7481-47B2-8C97-29C6C3F7F9E4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 523.6,\n                                    \"customerId\": \"26007430\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"creditmemos\": [\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"863F9F6B-28F3-45AC-A647-A14D78C30A3E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-04T00:00:00\",\n                            \"amount\": 11901.31,\n                            \"description\": \"NOTA DE CREDITO SOBRE 286838-02 BUSHING 1.02X1.72X1.44 LG  DMR 57524\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"e9c49cf2-c105-4a44-a3e9-618e3a433525\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"2A06DE15-4EF0-43F7-A987-39090C8C309A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-06T00:00:00\",\n                            \"amount\": 1858.85,\n                            \"description\": \"NOTA DE CREDITO SOBRE PO 481668 286838-01 BUSHING 1.02X1.75X.94 LG DMR 57711\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"0c0daa95-ac8e-430a-8f45-d279cee03dc2\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"086F0C7F-90A5-4746-A126-08C444B2D8BC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-06T00:00:00\",\n                            \"amount\": 12771.13,\n                            \"description\": \"NOTA DE CREDITO SOBRE PO 480237 286838-03 BUSHING 1.02X1.75X 1.19LG  DMR 57714\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"2465fa53-be14-425c-8e34-71baec31b53d\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"FD8A1F87-C7AD-49BA-8943-495DC54A4521\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-06T00:00:00\",\n                            \"amount\": 363.06,\n                            \"description\": \"NOTA DE CREDITO SOBRE PO 481668 286219-02 OIN COLLAR 1.02X1.75X2.31LG DMR 57725\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"5cc6c0ee-81fd-4d3f-a2e2-a93d9faf5343\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"678C5072-2B51-4BF2-8DB1-D4DC8F841462\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-21T00:00:00\",\n                            \"amount\": 22379.1,\n                            \"description\": \"NOTA DE CREDITO SOBRE PO 478526 286838-01BUSHING 1.02 X 1.75 X.94 LG  DMR 56225\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"9ff69c27-230d-4d0d-82ce-06c88b3c854b\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"84F706C0-9545-4F5E-8E7F-BFD434799986\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-22T00:00:00\",\n                            \"amount\": 12275.2,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"1d100c93-d3c5-4d2a-a0f4-a86c9967acb8\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"33FB6539-3B38-4CC9-A767-F12A13B77784\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-22T00:00:00\",\n                            \"amount\": 1468.91,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"60b27e87-84e0-400c-9ac7-03f847602405\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"345D12FF-8E2D-4338-9DB5-3BFBBDA4963E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-22T00:00:00\",\n                            \"amount\": 1534.68,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"df73c51c-0fb5-4a00-9aa8-d74cc5e8d32e\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"1DE796CD-C23B-44EF-9D6E-11CD9D166F73\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-22T00:00:00\",\n                            \"amount\": 1845.53,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"d665b846-a9c3-4a93-86a5-6819dfd0dc84\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"08B981EC-4DCE-4C60-81BE-230C4147EFD3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-04T00:00:00\",\n                            \"amount\": 1845.53,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"f21d69dd-4dbe-42a5-b708-80bd11384b87\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"7C1F3455-AC3A-43A5-AF67-0D0EAB05399E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-23T00:00:00\",\n                            \"amount\": 1845.53,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"74661e54-bb02-4988-974f-e29f4bb15914\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"FAFA0ABC-CA54-454E-927D-B74D83ABB19E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-23T00:00:00\",\n                            \"amount\": 1854.98,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"2b031d0d-9fcc-4257-914a-620605365ea9\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"E8AAD5CC-8153-48CA-84D6-7648E77D0A22\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-23T00:00:00\",\n                            \"amount\": 1939,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"de4e6f8a-ab9c-4c3f-bcb5-c32d8bdcc09a\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"FD62B4E8-F8A0-469D-B18D-500558EA5946\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-23T00:00:00\",\n                            \"amount\": 1985.63,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"0b752f2e-68f5-4960-b10c-178e899d64a4\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"53C2D600-428A-4A05-AB49-6730A19151B0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-23T00:00:00\",\n                            \"amount\": 1946.74,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"669a8e45-ca2e-454c-a172-aa359368f851\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"ABF79378-D27E-450C-BF14-31580342AEB8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-23T00:00:00\",\n                            \"amount\": 1935.99,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"6dd11da3-7bb8-4576-a0c4-9ed336169b8e\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"A07B192B-D25A-47CD-94F9-21B2EC0C100C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-08T00:00:00\",\n                            \"amount\": 584.71,\n                            \"description\": \"NOTA DE CREDITO APICABLE A LA OC 4501881513 REFACC FAMA F284098 SOPORTE TRASERO APLICABLE A FACTURA A5362\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"2c5d1d60-aa40-487b-abc5-46ed91336bda\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"0A1F8D3A-6AD5-47C2-B7F7-3744B5B19CA7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-13T00:00:00\",\n                            \"amount\": 1236.88,\n                            \"description\": \"   NOTA DE CREDITO SOBRE PO 459447    (FACTURA ANTERIOR A5354) 210629-01  BUSHING 1.405DIA X .81 RUNNER LH    $5.60            DMR45865 210754-01  BUSHING 1.405DIA X .81 TH RUNNER BMR  $9.73    DMR45867 253517 BUSHUNG X 3/4\\\"     $3.38     DMR45869 253548 HOUSING X 2\\\"   $10.22    DMR45871 261689 BUSHING   $ 2.67  DMR45863 269227-01 PIN COLLAR   $4.67  DMR45970 286219-01 PIN COLLAR 1.02DIA X 1.75IA X 1.88LG  $ 4.67    DMR45866 286219-02 PIN COLLAR 1.02DIAX1.75DIAX2.31LG  $5.56     DMR 45874 286219-04 PIN COLLAR 1.02DIAX1.75DIAX1.79LG   $4.22    DMR45872 286827-02 PIN COLLAR C-BARRH  $11.55   DMR 45876 286838-01 PIN COLLAR 1.02DIAX1.75DIAX.94LG   $2.67   DMR45875 286838-02 PIN COLLAR 1.02DIAX1.75DIAX1.44LG     $4   DMR45870 286838-03 PIN COLLAR 1.02XDIAX1.75DIAX1.19LG   $3.20  DMR45873\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"8ccc33dc-4c51-4b9a-9a4d-221f20057ebc\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"853703C3-EA92-4606-9791-3D8EF233A7C8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-14T00:00:00\",\n                            \"amount\": 487.44,\n                            \"description\": \"   NOTA DE CREDITO SOBRE PO 459447  (FACTURA ANTERIOR A5354) 253696 PIN COLLAR 2.32 D X 2.75 LG    $14.74   DMR 45965 269953-1 SPACER BATTERY BOX   $2.67   DMR 45964 286827-01 PIN COLLAR C-BAR LH   $11.11   DMR 45868\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"0a4cc4c6-ea3a-4f78-b9f1-9afd007e7774\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"7BC1793E-8328-4DF8-BA96-6B0D8F14C562\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-24T00:00:00\",\n                            \"amount\": 1870.29,\n                            \"description\": \"NOTA DE CREDITO SOBRE PO 461584 (FACTURA 5503) 261689/A BUSHING $2.67 DMR 50455\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"ce736aed-ca51-4be4-aaef-592eaa2a53f0\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007393\",\n                            \"id1\": \"48F2C52B-5048-4CE1-9F0E-B07F63E46CE4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-20T00:00:00\",\n                            \"amount\": 25604.15,\n                            \"description\": \"NOTA DE CREDITO SOBRE PO 473365 261689/A BUSHING ($2.67 PIEZAS 466) DMR 54583  PO 472905 253548/BUJE X 2\\\" (10.22 PIEZAS 10) DMR 54593\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"b5b6bdfd-713b-4253-a87c-492e2fb370d4\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"CCA7DE55-03AD-49CE-BEA6-2587B611DD43\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-03T00:00:00\",\n                            \"amount\": 2088,\n                            \"description\": \"   NOTA DE CREDITO APLICABLE A LA OC 4501823045 ST AT FAMA EI F103633 GRAPA ESCALONADA  A5310\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"d791690e-aa9e-4d3a-b26a-31524098fe76\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"D31DCB7A-5FBE-4067-A53E-88E9E5BC19A2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-06T00:00:00\",\n                            \"amount\": 535.92,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"4a6a3d7f-fc66-4a81-b109-83ab9272039c\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"014906CE-68B3-4FBD-A90B-5C5BAEB68BE9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-12T00:00:00\",\n                            \"amount\": 1208.48,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"d4748b3f-259b-4910-97e4-40c0b0ba7368\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"CC732D7D-4A92-4594-99BE-B25A339D218B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-17T00:00:00\",\n                            \"amount\": 11466.5,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"aac5c3c8-27b6-494b-b0b1-a078d09c7b82\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007399\",\n                            \"id1\": \"78ACEFE1-6877-45E1-97F2-70155D1A4836\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-24T00:00:00\",\n                            \"amount\": 5104,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"a5c38195-632d-413e-bfd6-36deb3c7c774\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"23CE53FF-1B43-46AF-B3A8-2D883E296F1B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-14T00:00:00\",\n                            \"amount\": 11136,\n                            \"description\": \"   NOTA DE CREDITO APLICABLE A OC 4501776922 REFACC FAMA F3330241 UPPER BEAR ING RACE FACTURA A5219\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"f3ca5031-4c73-4967-986d-2edf4ed7d306\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"A563037E-9059-4D3C-A3C7-469B7CD78A4F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-16T00:00:00\",\n                            \"amount\": 1354.08,\n                            \"description\": \"   NOTA DE CREDITO 4501750861 F148838V CUERPO DEL SEG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"ef6b1ba2-8398-467a-befe-408de0ea3fe8\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"937F176F-F0E1-4DDB-B58C-EC857EC189B0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-16T00:00:00\",\n                            \"amount\": 1354.08,\n                            \"description\": \"   NOTA DE CREDITO SOBRE OC 4501761722 F148838V CUERPO DEL SEG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"b8420521-5541-49dc-87f2-b7bbbe83a61f\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"98A9C0FB-0E2D-4DC6-9BCA-E393B4F80B2A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-16T00:00:00\",\n                            \"amount\": 2663.36,\n                            \"description\": \"   NOTA DE CREDITO SOBRE OC 4501708444 F302026V CUBIERTA INFERIOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"c0dc04f2-daec-4cc8-bd74-c9f28ecb3dae\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"4105B444-18CF-45F9-99DE-66B26DDB4DE5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-16T00:00:00\",\n                            \"amount\": 161.26,\n                            \"description\": \" NOTA DE CREDITO SOBRE OC 4501722089 REFACC FAMA F98774 CACHUCHA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"70aa305d-e8b8-41bb-bdf8-1846658a1bde\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"188149C6-71F8-47B8-BA09-21C8C0BD2E9A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-31T00:00:00\",\n                            \"amount\": 7238.4,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"cda49c88-8243-4602-8642-a3a2d6e25a2d\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"9AC7BFE8-8EF2-4A78-B531-13D8726ED3EF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-18T00:00:00\",\n                            \"amount\": 535.92,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"d03d63e4-445f-44e3-bade-f9bb7cfef58d\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"C7171B5C-7803-400B-A737-401CBC5696CD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-25T00:00:00\",\n                            \"amount\": 1354.08,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"6cfc4064-94b4-486c-98ee-b028840179d3\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007405\",\n                            \"id1\": \"91FACE6C-ABE9-4BDB-B7B9-1E81480A0170\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-18T00:00:00\",\n                            \"amount\": 14894.4,\n                            \"description\": \"NOTA DE CREDITO APLICABLE A LA FACTURA A5220\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"f8a94fb9-73a8-4fd7-b614-ebe6ef3b0eb7\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"customerId\": \"26007389\",\n                            \"id1\": \"0156DC47-1D57-4927-ACE7-7E636EC4A01F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-23T00:00:00\",\n                            \"amount\": 8224.4,\n                            \"description\": \"   NOTA DE CREDITO APLICABLE A LA FACTURA A5270\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"8c6eb937-2afa-42c0-a960-f110459ef0f2\",\n                            \"linkedInvoices\": null\n                        }\n                    ]\n                },\n                \"suppliersGrouping\": {\n                    \"applicantId\": \"1008655168\",\n                    \"refApplicantId\": null,\n                    \"suppliers\": [\n                        {\n                            \"supplierId\": \"24199727\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2023-06-21T00:00:00\",\n                            \"name\": \"ABASTECEDORA DE ACEROS INOXIDABLES\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"AAI030131F99\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"66633\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 1710.75,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 1710.75,\n                                        \"payments\": 1710.75,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2023-09-14T00:00:00\",\n                            \"name\": \"AGENCIA ADUANAL OBREGON\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"AAO9205286A9\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"22430\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 31680.09,\n                                \"twelveMonthsPurchases\": 19981.12,\n                                \"openPurchaseInvoices\": 0.05,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 2454.7,\n                                        \"payments\": 3199.7,\n                                        \"openAP\": -745\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -745\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 2263.93,\n                                        \"payments\": 3008.93,\n                                        \"openAP\": -1490\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 2262.78,\n                                        \"payments\": 3007.78,\n                                        \"openAP\": -2235\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 2234.52,\n                                        \"payments\": 0,\n                                        \"openAP\": -0.48\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 2997.52,\n                                        \"openAP\": -2998\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -2998\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 1180.35,\n                                        \"payments\": 1943.35,\n                                        \"openAP\": -3761\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 1302.69,\n                                        \"payments\": 2062.69,\n                                        \"openAP\": -4521\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 1342.44,\n                                        \"payments\": 2108.44,\n                                        \"openAP\": -5287\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 1396.14,\n                                        \"payments\": 2159.14,\n                                        \"openAP\": -6050\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 1896.58,\n                                        \"payments\": 0,\n                                        \"openAP\": -4153.42\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 2032.26,\n                                        \"payments\": 5454.84,\n                                        \"openAP\": -7576\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 1896.37,\n                                        \"payments\": 1896.37,\n                                        \"openAP\": -7576\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 2213.62,\n                                        \"payments\": 2976.62,\n                                        \"openAP\": -8339\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 1892.43,\n                                        \"payments\": 0,\n                                        \"openAP\": -6446.57\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 1830.83,\n                                        \"payments\": 2655.43,\n                                        \"openAP\": -7271.17\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 1921.4,\n                                        \"payments\": 2612.83,\n                                        \"openAP\": -7962.6\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 2004.4,\n                                        \"payments\": 2703.4,\n                                        \"openAP\": -8661.6\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 1554.65,\n                                        \"payments\": 5123,\n                                        \"openAP\": -12229.95\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -12229.95\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199694\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2024-04-17T00:00:00\",\n                            \"name\": \"ACEROPLAZA\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"ACE060407GG3\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"66600\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 55440.7,\n                                \"twelveMonthsPurchases\": 23417.3,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 14745.3,\n                                        \"payments\": 14745.3,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 17278.1,\n                                        \"payments\": 17278.1,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 23417.3,\n                                        \"payments\": 23417.3,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-09-27T00:00:00\",\n                            \"name\": \"ACEROMEX, S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"ACE900319JT9\",\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\": 91633.04,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": -11959.1,\n                                \"creditMemos\": 11959.1,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 2233,\n                                        \"payments\": 2233,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 3648.2,\n                                        \"payments\": 3648.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 14431.8,\n                                        \"payments\": 14431.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 23623.2,\n                                        \"payments\": 23623.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 7823.04,\n                                        \"payments\": 7823.04,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 11692.8,\n                                        \"payments\": 11692.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 7444.3,\n                                        \"payments\": 7444.3,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 8777.6,\n                                        \"payments\": 8777.6,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 11959.1,\n                                        \"payments\": 11959.1,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199680\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2024-12-19T00:00:00\",\n                            \"name\": \"ARTICULOS INDUSTRIALES Y AUTOMOTRICES\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"AIA850425BF5\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64410\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 1808.71,\n                                \"twelveMonthsPurchases\": 1808.71,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 783,\n                                        \"payments\": 783,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 1025.71,\n                                        \"payments\": 1025.71,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199662\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-31T00:00:00\",\n                            \"name\": \"EMILY ANABEL AVILA CAMACHO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"AICE8603067A4\",\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\": 375492,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 50170,\n                                        \"payments\": 50170,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 39150,\n                                        \"payments\": 39150,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 47908,\n                                        \"payments\": 47908,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 56376,\n                                        \"payments\": 56376,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 79460,\n                                        \"payments\": 79460,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 102428,\n                                        \"payments\": 102428,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199664\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-02-08T00:00:00\",\n                            \"name\": \"Aceros Innova SA de CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"AIN080428GDA\",\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\": 7523.6,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 1307.18,\n                                        \"payments\": 1307.18,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 3151.73,\n                                        \"payments\": 3151.73,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 372.08,\n                                        \"payments\": 372.08,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 2692.61,\n                                        \"payments\": 2692.61,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2023-04-27T00:00:00\",\n                            \"name\": \"AF INTERPRAISES\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"AIN1708222K4\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64530\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 1807106.7,\n                                \"twelveMonthsPurchases\": 611204,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 151728,\n                                        \"payments\": 151728,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 84912.1,\n                                        \"payments\": 84912.1,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 170752.1,\n                                        \"payments\": 170752.1,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 79228,\n                                        \"payments\": 79228,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 78648,\n                                        \"payments\": 78648,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 163792.1,\n                                        \"payments\": 163792.1,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 88972,\n                                        \"payments\": 88972,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 90306.2,\n                                        \"payments\": 90306.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 134212,\n                                        \"payments\": 134212,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 79460,\n                                        \"payments\": 79460,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 73892.2,\n                                        \"payments\": 73892.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 62060,\n                                        \"payments\": 62060,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 85260,\n                                        \"payments\": 85260,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 94772,\n                                        \"payments\": 94772,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 66236,\n                                        \"payments\": 66236,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 105792,\n                                        \"payments\": 105792,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 102428,\n                                        \"payments\": 102428,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 94656,\n                                        \"payments\": 94656,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199719\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-13T00:00:00\",\n                            \"name\": \"ANKARA INDUSTRIAL SA DE CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"AIN181218MB8\",\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\": 273101,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 273101,\n                                        \"payments\": 273101,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-10T00:00:00\",\n                            \"name\": \"ACEROS LEVINSON\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"ALE870612DS8\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64420\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 353789.36,\n                                \"twelveMonthsPurchases\": 94548.71,\n                                \"openPurchaseInvoices\": 41639.79,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 831.42,\n                                        \"payments\": 831.42,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 7127.42,\n                                        \"payments\": 7127.42,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 40869.12,\n                                        \"payments\": 40869.12,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 5965.76,\n                                        \"payments\": 5965.76,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 3873.8,\n                                        \"payments\": 3873.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 8610.61,\n                                        \"payments\": 8610.61,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 15922.8,\n                                        \"payments\": 15922.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 17847.14,\n                                        \"payments\": 17847.14,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 10467.83,\n                                        \"payments\": 8885.59,\n                                        \"openAP\": 1582.24\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 2258.37,\n                                        \"payments\": 2258.37,\n                                        \"openAP\": 1582.24\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 12559.99,\n                                        \"payments\": 5036.94,\n                                        \"openAP\": 9105.29\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 6894.71,\n                                        \"payments\": 0,\n                                        \"openAP\": 16000\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 7916.79,\n                                        \"payments\": 5982.2,\n                                        \"openAP\": 17934.59\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 1498.2,\n                                        \"payments\": 1498.2,\n                                        \"openAP\": 17934.59\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 17934.59\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 2057.88,\n                                        \"payments\": 2057.88,\n                                        \"openAP\": 17934.59\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 2003.27,\n                                        \"payments\": 2003.27,\n                                        \"openAP\": 17934.59\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 19017.63,\n                                        \"payments\": 19017.65,\n                                        \"openAP\": 17934.57\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 9431.37,\n                                        \"payments\": 1843.18,\n                                        \"openAP\": 25522.76\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 9956.65,\n                                        \"payments\": 2445.65,\n                                        \"openAP\": 33033.76\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 14880.57,\n                                        \"openAP\": 18153.19\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 26123.88,\n                                        \"payments\": 218.62,\n                                        \"openAP\": 44058.45\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 12972.3,\n                                        \"payments\": 26123,\n                                        \"openAP\": 30907.75\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 10022.8,\n                                        \"payments\": 12972.34,\n                                        \"openAP\": 27958.21\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 1187.73,\n                                        \"payments\": 0,\n                                        \"openAP\": 29145.94\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 13431.43,\n                                        \"payments\": 11210.52,\n                                        \"openAP\": 31366.85\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 9784.23,\n                                        \"payments\": 8232.9,\n                                        \"openAP\": 32918.18\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 859.53,\n                                        \"payments\": 10643.71,\n                                        \"openAP\": 23134\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 998.07,\n                                        \"payments\": 5198.58,\n                                        \"openAP\": 18933.49\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 544.02,\n                                        \"payments\": 1542.09,\n                                        \"openAP\": 17935.42\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 12064.77,\n                                        \"payments\": 0,\n                                        \"openAP\": 30000.19\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 720.51,\n                                        \"payments\": 0,\n                                        \"openAP\": 30720.7\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 29818.16,\n                                        \"payments\": 12785.3,\n                                        \"openAP\": 47753.56\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 23961.92,\n                                        \"openAP\": 23791.64\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 5856.21,\n                                        \"openAP\": 17935.43\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 3681.67,\n                                        \"payments\": 0,\n                                        \"openAP\": 21617.1\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 2774.11,\n                                        \"payments\": 3681.67,\n                                        \"openAP\": 20709.54\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 7671.21,\n                                        \"payments\": 0,\n                                        \"openAP\": 28380.75\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 36024.18,\n                                        \"payments\": 22765.16,\n                                        \"openAP\": 41639.77\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 41639.77\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199728\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2023-06-29T00:00:00\",\n                            \"name\": \"AGUILAR MEXICANA\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"AME871021559\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64530\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 834.24,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 834.24,\n                                        \"payments\": 834.24,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199695\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2024-04-19T00:00:00\",\n                            \"name\": \"AUTOMATIZACION MECANICA LINEAL\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"AML0605035Y4\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64540\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 18884.8,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 18884.8,\n                                        \"payments\": 18884.8,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199741\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-05-24T00:00:00\",\n                            \"name\": \"AUTELIN, S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"AUT060519PG3\",\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\": 582.96,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 582.96,\n                                        \"payments\": 582.96,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199636\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2025-03-18T00:00:00\",\n                            \"name\": \"ACEROS VOLTA\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"AVO240112144\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64140\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 18006,\n                                \"twelveMonthsPurchases\": 18006,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 1007,\n                                        \"payments\": 1007,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 6558,\n                                        \"payments\": 6558,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 10441,\n                                        \"payments\": 10441,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-01T00:00:00\",\n                            \"name\": \"BBVA MEXICO, S.A., INSTITUCION DE BANCA MULTIPLE, GRUPO FINANCIERO BBVA MEXICO.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"BBA830831LJ2\",\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\": 22774.17,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 1525.3,\n                                        \"payments\": 1525.3,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 1665.9,\n                                        \"payments\": 1665.9,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 800.4,\n                                        \"payments\": 800.4,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 1925.44,\n                                        \"payments\": 1925.44,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 1032.79,\n                                        \"payments\": 1032.79,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 1857.25,\n                                        \"payments\": 1857.25,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 1639.19,\n                                        \"payments\": 1639.19,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 1618.29,\n                                        \"payments\": 1618.29,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 933.95,\n                                        \"payments\": 933.95,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 5636.78,\n                                        \"payments\": 5636.78,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 2083.2,\n                                        \"payments\": 2083.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 2055.68,\n                                        \"payments\": 2055.68,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-05-03T00:00:00\",\n                            \"name\": \"BANCO DEL BAJIO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"BBA940707IE1\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"37128\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 10355.9,\n                                \"twelveMonthsPurchases\": 6121.9,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 1334,\n                                        \"payments\": 1334,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 1450,\n                                        \"payments\": 1450,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 580,\n                                        \"payments\": 580,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 1334,\n                                        \"payments\": 1334,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 342.2,\n                                        \"payments\": 342.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 342.2,\n                                        \"payments\": 342.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 333.5,\n                                        \"payments\": 333.5,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199733\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-06-23T00:00:00\",\n                            \"name\": \"BALEROS, CHUMACERAS, RUEDAS Y RODAJAS MUNDO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"BCR120713193\",\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\": 970.24,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 970.24,\n                                        \"payments\": 970.24,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199729\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2023-02-03T00:00:00\",\n                            \"name\": \"NANCY GABRIELA BECERRA ESPINOSA\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"BEEN760211RR1\",\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\": 13485,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 5829,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 7656,\n                                        \"payments\": 7656,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 5829,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5829\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199696\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-07-06T00:00:00\",\n                            \"name\": \"BOOTS FACTORY SA DE CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"BFA180713HI3\",\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\": 8613,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 6264,\n                                        \"payments\": 6264,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 2349,\n                                        \"payments\": 2349,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-08-31T00:00:00\",\n                            \"name\": \"BAXTER INDUSTRIAL SA DE CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"BIN190123552\",\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\": 994816,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 59624,\n                                        \"payments\": 59624,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 213672,\n                                        \"payments\": 213672,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 96396,\n                                        \"payments\": 96396,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 211700,\n                                        \"payments\": 211700,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 114492,\n                                        \"payments\": 114492,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 96860,\n                                        \"payments\": 96860,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 113100,\n                                        \"payments\": 113100,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 88972,\n                                        \"payments\": 88972,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-20T00:00:00\",\n                            \"name\": \"Bios 2.0 SA de CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"BIO120409PY4\",\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\": 66770.06,\n                                \"twelveMonthsPurchases\": 16614.7,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 9706.88,\n                                        \"payments\": 9706.88,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 6504.58,\n                                        \"payments\": 6504.58,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 754,\n                                        \"payments\": 754,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 11407.4,\n                                        \"payments\": 11407.4,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 4106.4,\n                                        \"payments\": 4106.4,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 754,\n                                        \"payments\": 754,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 11087.3,\n                                        \"payments\": 11087.3,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 1148.4,\n                                        \"payments\": 1148.4,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 4686.4,\n                                        \"payments\": 4686.4,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 11580.3,\n                                        \"payments\": 11580.3,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 5034.4,\n                                        \"payments\": 5034.4,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199686\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-10-25T00:00:00\",\n                            \"name\": \"BIRLOS Y TORNILLOS S.A DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"BTO070215PN9\",\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\": 4675.8,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 3857.79,\n                                        \"payments\": 3857.79,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 353.92,\n                                        \"payments\": 353.92,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 464.09,\n                                        \"payments\": 464.09,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-02-14T00:00:00\",\n                            \"name\": \"COMPUTACION ADMINISTRATIVA Y DISEÑO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"CAD891013QP0\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64000\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 19574.19,\n                                \"twelveMonthsPurchases\": 4681.76,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 2265.87,\n                                        \"payments\": 2265.87,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 1534.08,\n                                        \"payments\": 1534.08,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 713.4,\n                                        \"payments\": 713.4,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 766.71,\n                                        \"payments\": 766.71,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 1310.8,\n                                        \"payments\": 1310.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 1310.8,\n                                        \"payments\": 1310.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 606.71,\n                                        \"payments\": 606.71,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 1310.8,\n                                        \"payments\": 1310.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 1621.1,\n                                        \"payments\": 1621.1,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 1310.8,\n                                        \"payments\": 1310.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 696,\n                                        \"payments\": 696,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 1194.8,\n                                        \"payments\": 1194.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 250.56,\n                                        \"payments\": 250.56,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 2697,\n                                        \"payments\": 2697,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 539.4,\n                                        \"payments\": 539.4,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 1154.2,\n                                        \"payments\": 1154.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 291.16,\n                                        \"payments\": 291.16,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199697\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-07-08T00:00:00\",\n                            \"name\": \"ARTURO CARRANZA MARIN\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"CAMA500903970\",\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\": 1405.69,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 1405.69,\n                                        \"payments\": 1405.69,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199691\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2024-03-05T00:00:00\",\n                            \"name\": \"LILIANA DENISSE CARRANZA PEREZ\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"CAPL0211129N4\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64102\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 3534.3,\n                                \"twelveMonthsPurchases\": 2208.94,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 1325.36,\n                                        \"payments\": 1325.36,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 2208.94,\n                                        \"payments\": 2208.94,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199736\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2023-05-03T00:00:00\",\n                            \"name\": \"CASPER\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"CAS750305GC5\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64420\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 4640,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 4640,\n                                        \"payments\": 4640,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199711\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-09-20T00:00:00\",\n                            \"name\": \"EDUARDO ALEJANDRO CASTRUITA TORRES\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"CATE731229MV6\",\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\": 7516.8,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 2291,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 5225.8,\n                                        \"payments\": 5225.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 2291,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2291\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199735\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-06-30T00:00:00\",\n                            \"name\": \"COMERCIALIZADORA BUBEYAN S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"CBU180727A63\",\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\": 121916,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 121916,\n                                        \"payments\": 121916,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199726\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2023-01-24T00:00:00\",\n                            \"name\": \"COMERCIALIZADORA DINROH\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"CDI200217LQ5\",\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\": 204972,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 134444,\n                                        \"payments\": 134444,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 70528,\n                                        \"payments\": 70528,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199730\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2025-03-06T00:00:00\",\n                            \"name\": \"CASA HECTOR PALACIOS Y ASOCIADOS\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"CHP990915R17\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64580\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 4165.46,\n                                \"twelveMonthsPurchases\": 4165.46,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 4165.46,\n                                        \"payments\": 4165.46,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199725\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-12-26T00:00:00\",\n                            \"name\": \"COMERCIALIZADORA HUMERK\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"CHU220316JP8\",\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\": 567240,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 114492,\n                                        \"payments\": 114492,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 99412,\n                                        \"payments\": 99412,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 112752,\n                                        \"payments\": 112752,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 240584,\n                                        \"payments\": 240584,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199637\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-03-23T00:00:00\",\n                            \"name\": \"CALMET INDUSTRIAL\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"CIN100610LRA\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64280\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 43744.76,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 33953.2,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 2296.8,\n                                        \"payments\": 0,\n                                        \"openAP\": -31656.4\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -31656.4\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 2296.8,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 9020.16,\n                                        \"payments\": 0,\n                                        \"openAP\": -24933.04\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -24933.04\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -24933.04\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 21871.8,\n                                        \"payments\": 30891.96,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 10556,\n                                        \"payments\": 0,\n                                        \"openAP\": -23397.2\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -23397.2\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 10556,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -33953.2\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199683\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-10-05T00:00:00\",\n                            \"name\": \"CONEXIONES Y MANGUERAS, S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"CMA860522K55\",\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\": 90.67,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 90.67,\n                                        \"payments\": 90.67,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-24T00:00:00\",\n                            \"name\": \"AT&T COMUNICACIONES DIGITALES\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"CNM980114PI2\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"54030\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 189355.3,\n                                \"twelveMonthsPurchases\": 84605.32,\n                                \"openPurchaseInvoices\": 21873.29,\n                                \"creditMemos\": 2642.7,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 3248,\n                                        \"payments\": 3310.5,\n                                        \"openAP\": -62.5\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 3207.4,\n                                        \"payments\": 3248,\n                                        \"openAP\": -103.1\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 3207.4,\n                                        \"payments\": 3205.4,\n                                        \"openAP\": -101.1\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 3445.64,\n                                        \"payments\": 3207.4,\n                                        \"openAP\": 137.14\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 3248,\n                                        \"payments\": 3445.64,\n                                        \"openAP\": -60.5\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 3217.03,\n                                        \"payments\": 3248,\n                                        \"openAP\": -91.47\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 3208.56,\n                                        \"payments\": 3217.03,\n                                        \"openAP\": -99.94\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 3248,\n                                        \"payments\": 3208.56,\n                                        \"openAP\": -60.5\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 3207.4,\n                                        \"payments\": 3248,\n                                        \"openAP\": -101.1\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 3207.4,\n                                        \"payments\": 0,\n                                        \"openAP\": 3106.3\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 15423.28,\n                                        \"payments\": 4362.74,\n                                        \"openAP\": 14166.84\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 3346,\n                                        \"payments\": 3345.44,\n                                        \"openAP\": 14167.4\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 3346,\n                                        \"payments\": 3346,\n                                        \"openAP\": 14167.4\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 3346,\n                                        \"payments\": 3346,\n                                        \"openAP\": 14167.4\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 3345.75,\n                                        \"openAP\": 14167.64\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 3346,\n                                        \"openAP\": 14167.63\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 3345.99,\n                                        \"openAP\": 14167.63\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 0,\n                                        \"openAP\": 17513.62\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 3346,\n                                        \"payments\": 3346,\n                                        \"openAP\": 17513.62\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 3345.99,\n                                        \"openAP\": 17513.62\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 3345.99,\n                                        \"openAP\": 17513.62\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 3345.99,\n                                        \"openAP\": 17513.62\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 0,\n                                        \"openAP\": 20859.61\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 3345.99,\n                                        \"openAP\": 20859.61\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 3345.99,\n                                        \"openAP\": 20859.61\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 0,\n                                        \"openAP\": 24205.6\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 3346,\n                                        \"openAP\": 24205.59\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 3345.99,\n                                        \"openAP\": 24205.59\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 3345.99,\n                                        \"openAP\": 24205.59\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 0,\n                                        \"openAP\": 27551.58\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 3345.99,\n                                        \"openAP\": 27551.58\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 3345.99,\n                                        \"payments\": 3345.99,\n                                        \"openAP\": 27551.58\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 3357.59,\n                                        \"payments\": 6691.98,\n                                        \"openAP\": 24217.19\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 48633.89,\n                                        \"payments\": 48729.36,\n                                        \"openAP\": 24121.72\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 3204.98,\n                                        \"payments\": 5091.16,\n                                        \"openAP\": 22235.54\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 3204.98,\n                                        \"payments\": 1433.78,\n                                        \"openAP\": 24006.74\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 3204.98,\n                                        \"payments\": 5034.02,\n                                        \"openAP\": 22177.7\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 3204.98,\n                                        \"payments\": 5034.02,\n                                        \"openAP\": 20348.66\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 3204.98,\n                                        \"payments\": 5034.02,\n                                        \"openAP\": 18519.62\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 3204.98,\n                                        \"payments\": 5033.04,\n                                        \"openAP\": 16691.56\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 16691.56\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199654\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-03-04T00:00:00\",\n                            \"name\": \"COMERCIALIZADORA RAMSAN SA DE CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"CRA860401KP5\",\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\": 2018.41,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 2018.41,\n                                        \"payments\": 2018.41,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199634\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2025-04-23T00:00:00\",\n                            \"name\": \"YESLY MADAI DIAZ SALAS\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"DISY930917NI2\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64290\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 26195.2,\n                                \"twelveMonthsPurchases\": 26195.2,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 13097.6,\n                                        \"payments\": 13097.6,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 13097.6,\n                                        \"payments\": 13097.6,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199709\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-04-08T00:00:00\",\n                            \"name\": \"DISTRIBUIDORA NASLO S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"DNA160204CS8\",\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\": 389876,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 292784,\n                                        \"payments\": 292784,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 97092,\n                                        \"payments\": 97092,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199737\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-11-24T00:00:00\",\n                            \"name\": \"DOMHICK SERVICIOS MEDICO SA DE CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"DSM010316PN9\",\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\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 1200,\n                                        \"payments\": 1200,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199734\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-06-28T00:00:00\",\n                            \"name\": \"ENERGIA CONTROLADA DE MEXICO, S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"ECM9001224R3\",\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\": 6188.6,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 6188.6,\n                                        \"payments\": 6188.6,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199718\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-05T00:00:00\",\n                            \"name\": \"ELECTRONICA CUMBRES, S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"ECU040915NA7\",\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\": 258.01,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 258.01,\n                                        \"payments\": 258.01,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199708\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-09-06T00:00:00\",\n                            \"name\": \"ELECTRO INDUSTRIA MONTERREY S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"EIM9309036R8\",\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\": 2516.66,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 2516.66,\n                                        \"payments\": 2516.66,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-05-05T00:00:00\",\n                            \"name\": \"EDM'S NUEVOS Y RECONSTRUIDOS\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"ENR1103177R4\",\n                            \"currency\": \"USD\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"66050\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 120762.01,\n                                \"twelveMonthsPurchases\": 7782.85,\n                                \"openPurchaseInvoices\": -10037.39,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 7786.49,\n                                        \"payments\": 7786.49,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 7760.6,\n                                        \"payments\": 0,\n                                        \"openAP\": 7760.6\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 7760.6\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 7713.97,\n                                        \"openAP\": 46.63\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 46.63\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 7746.71,\n                                        \"payments\": 0,\n                                        \"openAP\": 7793.34\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 7793.34\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 7372.41,\n                                        \"openAP\": 420.93\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 7369.31,\n                                        \"payments\": 0,\n                                        \"openAP\": 7790.24\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 7790.24\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 7790.24\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 7790.24\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 12302.03,\n                                        \"payments\": 4621.44,\n                                        \"openAP\": 15470.83\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 6604.41,\n                                        \"payments\": 6522,\n                                        \"openAP\": 15553.24\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 11687.16,\n                                        \"openAP\": 3866.08\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 6389.79,\n                                        \"payments\": 0,\n                                        \"openAP\": 10255.87\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 12409.5,\n                                        \"payments\": 0,\n                                        \"openAP\": 22665.37\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 6943.83,\n                                        \"payments\": 19435.09,\n                                        \"openAP\": 10174.11\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 11020.93,\n                                        \"payments\": 6563.28,\n                                        \"openAP\": 14631.76\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 6541.95,\n                                        \"payments\": 11035.5,\n                                        \"openAP\": 10138.21\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 10138.21\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 6501.26,\n                                        \"payments\": 0,\n                                        \"openAP\": 16639.47\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 13602.35,\n                                        \"payments\": 12921,\n                                        \"openAP\": 17320.82\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 17320.82\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 27690,\n                                        \"openAP\": -10369.18\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -10369.18\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -10369.18\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -10369.18\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -10369.18\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -10369.18\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 7782.85,\n                                        \"payments\": 0,\n                                        \"openAP\": -2586.33\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -2586.33\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 7731.16,\n                                        \"openAP\": -10317.49\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -10317.49\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -10317.49\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -10317.49\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -10317.49\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199672\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2023-10-05T00:00:00\",\n                            \"name\": \"MACDERMID DE MEXICO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"EOM9005101H1\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"02300\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 15660,\n                                \"twelveMonthsPurchases\": 5220,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 5220,\n                                        \"payments\": 5220,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 5220,\n                                        \"payments\": 5220,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 5220,\n                                        \"payments\": 5220,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199684\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-06-30T00:00:00\",\n                            \"name\": \"ELECTRO RECUBRIMIENTOS INDUSTRIALES\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"ERI120420JT7\",\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\": 11252,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 5626,\n                                        \"payments\": 0,\n                                        \"openAP\": 5626\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 5626,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 5626,\n                                        \"payments\": 0,\n                                        \"openAP\": 5626\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 5626\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 5626,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199732\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-06-15T00:00:00\",\n                            \"name\": \"EDITORA EL SOL, S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"ESO851126P67\",\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\": 244.9,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 244.9,\n                                        \"payments\": 244.9,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-18T00:00:00\",\n                            \"name\": \"SANTIAGO FAVELA ORTIZ\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"FAOS831005MC7\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64140\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 7103609.2,\n                                \"twelveMonthsPurchases\": 2473874,\n                                \"openPurchaseInvoices\": 247080,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 192328,\n                                        \"payments\": 192328,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 96396,\n                                        \"payments\": 96396,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 52200,\n                                        \"payments\": 52200,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 120872,\n                                        \"payments\": 120872,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 88740,\n                                        \"payments\": 88740,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 134908,\n                                        \"payments\": 134908,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 60900,\n                                        \"payments\": 60900,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 231420,\n                                        \"payments\": 231420,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 62292,\n                                        \"payments\": 62292,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 91292,\n                                        \"payments\": 91292,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 394980,\n                                        \"payments\": 394980,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 308971,\n                                        \"payments\": 308971,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 79692,\n                                        \"payments\": 79692,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 344984,\n                                        \"payments\": 344984,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 159500,\n                                        \"payments\": 159500,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 247080,\n                                        \"payments\": 0,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 184672,\n                                        \"payments\": 184672,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 64148,\n                                        \"payments\": 64148,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 139664,\n                                        \"payments\": 139664,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 252296.2,\n                                        \"payments\": 252296.2,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 368764,\n                                        \"payments\": 368764,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 177480,\n                                        \"payments\": 177480,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 170288,\n                                        \"payments\": 170288,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 154512,\n                                        \"payments\": 154512,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 134792,\n                                        \"payments\": 134792,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 140012,\n                                        \"payments\": 140012,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 176552,\n                                        \"payments\": 176552,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 28420,\n                                        \"payments\": 28420,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 199700,\n                                        \"payments\": 199700,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 184208,\n                                        \"payments\": 184208,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 90016,\n                                        \"payments\": 90016,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 191284,\n                                        \"payments\": 191284,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 207872,\n                                        \"payments\": 207872,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 512372,\n                                        \"payments\": 512372,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 221786,\n                                        \"payments\": 221786,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 301252,\n                                        \"payments\": 301252,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 341620,\n                                        \"payments\": 341620,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 195344,\n                                        \"payments\": 195344,\n                                        \"openAP\": 247080\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 247080\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-02-24T00:00:00\",\n                            \"name\": \"FIERRO Y LAMINA REFORMA SA DE CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"FLR980107TRA\",\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\": 33537.92,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 2679.6,\n                                        \"payments\": 2679.6,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 16859.44,\n                                        \"payments\": 16859.44,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 8908.8,\n                                        \"payments\": 8908.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 3642.4,\n                                        \"payments\": 3642.4,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 1447.68,\n                                        \"payments\": 1447.68,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199701\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-07-28T00:00:00\",\n                            \"name\": \"FUSIBLES MONTERREY\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"FMO900526B94\",\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\": 123.89,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 123.89,\n                                        \"payments\": 123.89,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199713\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2024-09-09T00:00:00\",\n                            \"name\": \"FUMIGACIONES ORTIZ EXTERMINACION\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"FOE200824254\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"66476\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 3364,\n                                \"twelveMonthsPurchases\": 3364,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 3364,\n                                        \"payments\": 3364,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199674\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2024-10-30T00:00:00\",\n                            \"name\": \"FORTIOMX\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"FOR2306309J1\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64510\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 343650.1,\n                                \"twelveMonthsPurchases\": 343650.1,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 197838.1,\n                                        \"payments\": 197838.1,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 145812,\n                                        \"payments\": 145812,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199689\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-04-28T00:00:00\",\n                            \"name\": \"GRUPO DADERO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"GDA210820G16\",\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\": 937048,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 157412,\n                                        \"payments\": 157412,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 281184,\n                                        \"payments\": 281184,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 114028,\n                                        \"payments\": 114028,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 120988,\n                                        \"payments\": 120988,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 126092,\n                                        \"payments\": 126092,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 137344,\n                                        \"payments\": 137344,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199655\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-02-28T00:00:00\",\n                            \"name\": \"GRUPO DUYA COMERCIAL S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"GDC160413QY3\",\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\": 618048,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 164372,\n                                        \"payments\": 164372,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 137692,\n                                        \"payments\": 137692,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 211932,\n                                        \"payments\": 211932,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 104052,\n                                        \"payments\": 104052,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199722\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-28T00:00:00\",\n                            \"name\": \"GRUPO OPLE COMERCIAL S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"GOC170606PC3\",\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\": 148132,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 148132,\n                                        \"payments\": 148132,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199742\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-05-27T00:00:00\",\n                            \"name\": \"CRISTINA ANDREA GLORIA VALENCIA\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"GOVC950904T55\",\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\": 2600.4,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 2600.4,\n                                        \"payments\": 2600.4,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199677\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2025-03-19T00:00:00\",\n                            \"name\": \"GRUPO TECSADE\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"GTE1610216R3\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"67150\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 203580,\n                                \"twelveMonthsPurchases\": 203580,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 114492,\n                                        \"payments\": 114492,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 89088,\n                                        \"payments\": 89088,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199740\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-05-09T00:00:00\",\n                            \"name\": \"HOFFMANN QUALITY TOOLS MEXICO S. DE R.L. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"HQT130527BL5\",\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\": 19023.21,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": -9324.64,\n                                \"creditMemos\": 9324.64,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 19023.21,\n                                        \"payments\": 19023.21,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199675\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2025-03-24T00:00:00\",\n                            \"name\": \"AMALIA ABIGAIL INFANTE VILLEGAS\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"IAVA9301141EA\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64100\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 22492.4,\n                                \"twelveMonthsPurchases\": 22492.4,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 10000,\n                                        \"payments\": 10000,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 12492.4,\n                                        \"payments\": 12492.4,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-02-15T00:00:00\",\n                            \"name\": \"INTERNATIONAL BEARINGS SERVICE DE MEXICO, S.A.DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"IBS991129IH0\",\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\": 27092.96,\n                                \"twelveMonthsPurchases\": 4048.4,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 1398.96,\n                                        \"payments\": 1398.96,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 5359.2,\n                                        \"payments\": 5359.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 487.2,\n                                        \"payments\": 487.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 4210.8,\n                                        \"payments\": 4210.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 255.2,\n                                        \"payments\": 255.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 150.8,\n                                        \"payments\": 150.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 6577.2,\n                                        \"payments\": 6577.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 7412.4,\n                                        \"payments\": 7412.4,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 614.8,\n                                        \"payments\": 614.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 626.4,\n                                        \"payments\": 626.4,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199698\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-07-13T00:00:00\",\n                            \"name\": \"IMPLEMENTOS DENTALES EXCLUSIVOS ASOCIADOS\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"IDE130514MB3\",\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\": 6681.6,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 3340.8,\n                                        \"payments\": 3340.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 3340.8,\n                                        \"payments\": 3340.8,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199700\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-07-18T00:00:00\",\n                            \"name\": \"INGENIERIA ELECTRONEUMATICA, S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"IEL990422EG1\",\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\": 19338.34,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 4547.7,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 6025.04,\n                                        \"payments\": 0,\n                                        \"openAP\": 6025.04\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 6025.04\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 6025.04,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 765.6,\n                                        \"payments\": 0,\n                                        \"openAP\": 765.6\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 765.6,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 12547.7,\n                                        \"payments\": 0,\n                                        \"openAP\": 12547.7\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 8000,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4547.7\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199743\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2024-06-07T00:00:00\",\n                            \"name\": \"I3 INGENIERIA E INTEGRACION INDUSTRIAL\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"III190711NC9\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"66612\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 47560,\n                                \"twelveMonthsPurchases\": 47560,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 4640,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 47560,\n                                        \"payments\": 23780,\n                                        \"openAP\": 19140\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 23780,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -4640\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199676\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2023-08-14T00:00:00\",\n                            \"name\": \"IIRSACERO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"IIR980112LT1\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64500\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 6890,\n                                \"twelveMonthsPurchases\": 2412.4,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 1948.8,\n                                        \"payments\": 1948.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 2528.8,\n                                        \"payments\": 2528.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 928,\n                                        \"payments\": 928,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 1484.4,\n                                        \"payments\": 1484.4,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199681\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2024-12-31T00:00:00\",\n                            \"name\": \"ICEM MAQUINARIA Y EQUIPO LIGERO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"IME220628TW6\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64520\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 66236,\n                                \"twelveMonthsPurchases\": 66236,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 66236,\n                                        \"payments\": 66236,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-05T00:00:00\",\n                            \"name\": \"INDYCOM DE MEXICO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"IME860714HU0\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"66490\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 48281.52,\n                                \"twelveMonthsPurchases\": 16475.48,\n                                \"openPurchaseInvoices\": 7570.16,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 7772,\n                                        \"payments\": 7772,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 1432.6,\n                                        \"payments\": 1432.6,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 1388.52,\n                                        \"payments\": 1388.52,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 1432.6,\n                                        \"payments\": 1432.6,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 1388.52,\n                                        \"payments\": 1388.52,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 4959,\n                                        \"payments\": 4959,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 2821.12,\n                                        \"payments\": 0,\n                                        \"openAP\": 2821.12\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2821.12\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2821.12\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2821.12\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 2821.12,\n                                        \"payments\": 0,\n                                        \"openAP\": 5642.24\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 1927.92,\n                                        \"payments\": 0,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 5862.64,\n                                        \"payments\": 5862.64,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 1113.6,\n                                        \"payments\": 1113.6,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 2821.12,\n                                        \"payments\": 2821.12,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 5620.2,\n                                        \"payments\": 5620.2,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 4077.4,\n                                        \"payments\": 4077.4,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 2843.16,\n                                        \"payments\": 2843.16,\n                                        \"openAP\": 7570.16\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 7570.16\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199745\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": null,\n                            \"name\": \"INDUSTRIA MODULAR DEL NORTE\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"IMN9705169V7\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64960\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 0,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": -20856.8,\n                                \"creditMemos\": 20856.8,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 20856.8,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -20856.8\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-23T00:00:00\",\n                            \"name\": \"INSTITUTO MEXICANO DEL SEGURO SOCIAL\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"IMS421231I45\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"06600\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 1208320,\n                                \"twelveMonthsPurchases\": 429108.9,\n                                \"openPurchaseInvoices\": 440513.6,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 35748.2,\n                                        \"payments\": 0,\n                                        \"openAP\": 35748.2\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 17657.2,\n                                        \"payments\": 0,\n                                        \"openAP\": 53405.4\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 34090,\n                                        \"payments\": 0,\n                                        \"openAP\": 87495.4\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 17253.7,\n                                        \"payments\": 0,\n                                        \"openAP\": 104749.1\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 34254.1,\n                                        \"payments\": 0,\n                                        \"openAP\": 139003.2\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 17222.8,\n                                        \"payments\": 0,\n                                        \"openAP\": 156226\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 34242.7,\n                                        \"payments\": 0,\n                                        \"openAP\": 190468.7\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 17476,\n                                        \"payments\": 0,\n                                        \"openAP\": 207944.7\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 35807.6,\n                                        \"payments\": 0,\n                                        \"openAP\": 243752.3\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 18519.1,\n                                        \"payments\": 0,\n                                        \"openAP\": 262271.4\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 39608.2,\n                                        \"payments\": 0,\n                                        \"openAP\": 301879.6\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 18519.1,\n                                        \"payments\": 0,\n                                        \"openAP\": 320398.7\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 39034.4,\n                                        \"payments\": 0,\n                                        \"openAP\": 359433.1\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 20251.7,\n                                        \"payments\": 0,\n                                        \"openAP\": 379684.8\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 43140.7,\n                                        \"payments\": 0,\n                                        \"openAP\": 422825.5\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 17688.1,\n                                        \"payments\": 0,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 30550,\n                                        \"payments\": 30550,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 13877.8,\n                                        \"payments\": 13877.8,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 35009.5,\n                                        \"payments\": 35009.5,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 17455,\n                                        \"payments\": 17455,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 39783.3,\n                                        \"payments\": 39783.3,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 57624.7,\n                                        \"payments\": 57624.7,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 61042.4,\n                                        \"payments\": 61042.4,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 18678.5,\n                                        \"payments\": 18678.5,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 45431.5,\n                                        \"payments\": 45431.5,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 19244.8,\n                                        \"payments\": 19244.8,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 46457,\n                                        \"payments\": 46457,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 65028.8,\n                                        \"payments\": 65028.8,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 18966.1,\n                                        \"payments\": 18966.1,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 46845.4,\n                                        \"payments\": 46845.4,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 17114.2,\n                                        \"payments\": 17114.2,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 58866.1,\n                                        \"payments\": 58866.1,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 41952.7,\n                                        \"payments\": 41952.7,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 21610,\n                                        \"payments\": 21610,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 112268.6,\n                                        \"payments\": 112268.6,\n                                        \"openAP\": 440513.6\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 440513.6\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199659\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-21T00:00:00\",\n                            \"name\": \"Instituto del Fondo Nacional de la Vivienda para los Trabajadores\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"INF7205011ZA\",\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\": 63723.2,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 63723.2,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 32658.9,\n                                        \"payments\": 0,\n                                        \"openAP\": 32658.9\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 32658.9\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 31064.3,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 63723.2\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199707\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2025-01-31T00:00:00\",\n                            \"name\": \"JAADAX MTY\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"JMT2306307E4\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"67200\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 171216,\n                                \"twelveMonthsPurchases\": 171216,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 91524,\n                                        \"payments\": 91524,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 79692,\n                                        \"payments\": 79692,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199660\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-03-22T00:00:00\",\n                            \"name\": \"SEBASTIAN DE LEON LUCIO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"LELS620917PA4\",\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\": 4088.92,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 2578.41,\n                                        \"payments\": 2578.41,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 1510.51,\n                                        \"payments\": 1510.51,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199682\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-10-03T00:00:00\",\n                            \"name\": \"LABORATORIOS FAIRCHILD SA\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"LFA7811213EA\",\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\": 1508,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 1508,\n                                        \"payments\": 1508,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-03-02T00:00:00\",\n                            \"name\": \"LEVERANCIER FLUIDOS SA DE CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"LFL110119EE1\",\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\": 36612.54,\n                                \"twelveMonthsPurchases\": 17564.61,\n                                \"openPurchaseInvoices\": -4.15,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 9892.71,\n                                        \"payments\": 9892.71,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 5807.49,\n                                        \"payments\": 5807.49,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 3347.73,\n                                        \"payments\": 3396.78,\n                                        \"openAP\": -49.05\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -49.05\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -49.05\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -49.05\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -49.05\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -49.05\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -49.05\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -49.05\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -49.05\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -49.05\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 2400.65,\n                                        \"payments\": 2424.62,\n                                        \"openAP\": -73.02\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 7431.46,\n                                        \"payments\": 7381.74,\n                                        \"openAP\": -23.3\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -23.3\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -23.3\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -23.3\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 3953.04,\n                                        \"payments\": 0,\n                                        \"openAP\": 3929.74\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3929.74\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 3947.7,\n                                        \"openAP\": -17.96\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 3779.46,\n                                        \"payments\": 0,\n                                        \"openAP\": 3761.5\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 3765.65,\n                                        \"openAP\": -4.15\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199715\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-20T00:00:00\",\n                            \"name\": \"LAMINAS Y PRODUCTOS LUSA\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"LPL980608DN2\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64520\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 264438.2,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 110230,\n                                        \"payments\": 110230,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 123007.98,\n                                        \"payments\": 123007.98,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 16514.7,\n                                        \"payments\": 16514.7,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 14685.6,\n                                        \"payments\": 14685.6,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-05-31T00:00:00\",\n                            \"name\": \"METALES Y ALEACIONES SA DE CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"MAL730105G9A\",\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\": 10449.28,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 4593.6,\n                                        \"payments\": 4593.6,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 1113.6,\n                                        \"payments\": 1113.6,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 1165.8,\n                                        \"payments\": 1165.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 382.8,\n                                        \"payments\": 382.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 1772.48,\n                                        \"payments\": 1772.48,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 580,\n                                        \"payments\": 580,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 336.4,\n                                        \"payments\": 336.4,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 290,\n                                        \"payments\": 290,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 214.6,\n                                        \"payments\": 214.6,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199731\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-06-07T00:00:00\",\n                            \"name\": \"Máxima Comercial S.A. de C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"MCO971001435\",\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\": 3832.99,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 3832.99,\n                                        \"payments\": 3832.99,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199738\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2023-01-26T00:00:00\",\n                            \"name\": \"RICARDO MIRELES DE LA ROSA\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"MIRR680401UN0\",\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\": 17980,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 17980,\n                                        \"payments\": 17980,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-31T00:00:00\",\n                            \"name\": \"MAQUINADOS MNR S. A. DE C. V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"MMN201110IQ3\",\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\": 1982957,\n                                \"twelveMonthsPurchases\": 842369,\n                                \"openPurchaseInvoices\": 84854,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 277890,\n                                        \"payments\": 277890,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 84854,\n                                        \"payments\": 84854,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 134212,\n                                        \"payments\": 134212,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 80069,\n                                        \"payments\": 80069,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 157389,\n                                        \"payments\": 157389,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 321320,\n                                        \"payments\": 321320,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 84854,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 62060,\n                                        \"payments\": 62060,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 220261,\n                                        \"payments\": 220261,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 104052,\n                                        \"payments\": 104052,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 74704,\n                                        \"payments\": 74704,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 234088,\n                                        \"payments\": 234088,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 92452,\n                                        \"payments\": 92452,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 54752,\n                                        \"payments\": 54752,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 84854\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199716\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-05-16T00:00:00\",\n                            \"name\": \"MAQUIACERO DEL NORTE\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"MNO850207KP6\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64310\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 31227.2,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 25520,\n                                        \"payments\": 25520,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 5707.2,\n                                        \"payments\": 5707.2,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-03-03T00:00:00\",\n                            \"name\": \"ROSALINDA OVALLE ZAVALA\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"OAZR670911E30\",\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\": 58150.8,\n                                \"twelveMonthsPurchases\": 1293.4,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 17707.4,\n                                        \"payments\": 17707.4,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 2633.2,\n                                        \"payments\": 2633.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 5823.2,\n                                        \"payments\": 5823.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 3480,\n                                        \"payments\": 3480,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 1368.8,\n                                        \"payments\": 1368.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 24000.4,\n                                        \"payments\": 0,\n                                        \"openAP\": 24000.4\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 1844.4,\n                                        \"payments\": 24000,\n                                        \"openAP\": 1844.8\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 1844.8,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 1293.4,\n                                        \"payments\": 1293.4,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199635\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2023-08-31T00:00:00\",\n                            \"name\": \"OERLIKON BALZERS COATING MEXICO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"OBC9905057Y4\",\n                            \"currency\": \"USD\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"76150\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 93961.99,\n                                \"twelveMonthsPurchases\": 56506.29,\n                                \"openPurchaseInvoices\": -364.5,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 12299.01,\n                                        \"payments\": 12347.26,\n                                        \"openAP\": -48.25\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -48.25\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 22255.15,\n                                        \"payments\": 22139.1,\n                                        \"openAP\": 67.8\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 67.8\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 67.8\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 67.8\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 67.8\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 67.8\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 2901.54,\n                                        \"payments\": 2923.11,\n                                        \"openAP\": 46.23\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 46.23\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 46.23\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 46.23\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 46.23\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 24298.51,\n                                        \"payments\": 24135.51,\n                                        \"openAP\": 209.23\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 209.23\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 209.23\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 22741.94,\n                                        \"payments\": 23027.5,\n                                        \"openAP\": -76.33\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -76.33\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -76.33\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -76.33\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -76.33\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 9465.84,\n                                        \"payments\": 9530,\n                                        \"openAP\": -140.49\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199699\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-07-13T00:00:00\",\n                            \"name\": \"PAQMEX\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"PAQ080311AC2\",\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\": 314.4,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 157.2,\n                                        \"payments\": 0,\n                                        \"openAP\": 157.2\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 157.2\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 157.2\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 157.2\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 157.2\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 157.2\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 157.2\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 157.2\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 157.2\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 157.2\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 157.2\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 157.2\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 157.2,\n                                        \"payments\": 0,\n                                        \"openAP\": 314.4\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 314.4\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 314.4\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 314.4\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 314.4\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 314.4\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 314.4\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 314.4\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 314.4\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 314.4\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 314.4\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 314.4,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-18T00:00:00\",\n                            \"name\": \"OPERADORA DE SERVICIOS PAQUETEXPRESS SA DE CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"PEC1411282LA\",\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\": 10936.04,\n                                \"twelveMonthsPurchases\": 3105.34,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 374.74,\n                                        \"payments\": 374.74,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 388.66,\n                                        \"payments\": 388.66,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 387.71,\n                                        \"payments\": 387.71,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 355.58,\n                                        \"payments\": 355.58,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 419.41,\n                                        \"payments\": 419.41,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 1336.43,\n                                        \"payments\": 1336.43,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 419.41,\n                                        \"payments\": 419.41,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 810.79,\n                                        \"payments\": 810.79,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 811.41,\n                                        \"payments\": 811.41,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 923.2,\n                                        \"payments\": 923.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 1603.36,\n                                        \"payments\": 1603.36,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 918.17,\n                                        \"payments\": 918.17,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 484.11,\n                                        \"payments\": 484.11,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 342.2,\n                                        \"payments\": 342.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 861.42,\n                                        \"payments\": 861.42,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 499.44,\n                                        \"payments\": 499.44,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2024-10-21T00:00:00\",\n                            \"name\": \"JOSE ANTONIO PEREZ OLALDE\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"PEOA830922384\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"66438\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 75084.56,\n                                \"twelveMonthsPurchases\": 75084.56,\n                                \"openPurchaseInvoices\": 208.88,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 25800.72,\n                                        \"payments\": 7120.08,\n                                        \"openAP\": 18680.64\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 3152.88,\n                                        \"payments\": 18680.64,\n                                        \"openAP\": 3152.88\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 3152.88,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 12604.6,\n                                        \"payments\": 0,\n                                        \"openAP\": 12604.6\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 24123.4,\n                                        \"payments\": 12604.56,\n                                        \"openAP\": 24123.44\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 9194.16,\n                                        \"payments\": 24123.36,\n                                        \"openAP\": 9194.24\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 208.8,\n                                        \"payments\": 9194.16,\n                                        \"openAP\": 208.88\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 208.88\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199720\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-21T00:00:00\",\n                            \"name\": \"GONZALO TADEO PEÑA SANCHEZ\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"PESG851028TM7\",\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\": 2552,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 2552,\n                                        \"payments\": 0,\n                                        \"openAP\": 2552\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2552\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2552\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 2552,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199685\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-03T00:00:00\",\n                            \"name\": \"Plasma Hi-tech\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"PHT160421J84\",\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\": 17574,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 5249,\n                                        \"payments\": 5249,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 3306,\n                                        \"payments\": 3306,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 2436,\n                                        \"payments\": 2436,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 3712,\n                                        \"payments\": 0,\n                                        \"openAP\": 3712\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 3712,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 2871,\n                                        \"payments\": 2871,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199705\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-04-28T00:00:00\",\n                            \"name\": \"PROCESOS IMPRESOS\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"PIM880721CB2\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64280\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 9860,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 4953.2,\n                                        \"payments\": 0,\n                                        \"openAP\": 4953.2\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 4953.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 4906.8,\n                                        \"payments\": 4906.8,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199744\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": null,\n                            \"name\": \"PHRAC INTERNATIONAL\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"PIN110201K57\",\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\": 0,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": []\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-04-07T00:00:00\",\n                            \"name\": \"PROTECNIC DE MEXICO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"PME061006U30\",\n                            \"currency\": \"USD\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"76220\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 225510.65,\n                                \"twelveMonthsPurchases\": 77048.81,\n                                \"openPurchaseInvoices\": 2684.58,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 2429.98,\n                                        \"openAP\": -2429.98\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 39647.71,\n                                        \"payments\": 39647.71,\n                                        \"openAP\": -2429.98\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -2429.98\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -2429.98\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -2429.98\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -2429.98\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -2429.98\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -2429.98\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -2429.98\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -2429.98\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -2429.98\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 38116.93,\n                                        \"payments\": 0,\n                                        \"openAP\": 35686.95\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 35686.95\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 35686.95\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 35199.24,\n                                        \"openAP\": 487.71\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 487.71\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 487.71\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 487.71\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 2239.07,\n                                        \"payments\": 0,\n                                        \"openAP\": 2726.78\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 38541.19,\n                                        \"payments\": 0,\n                                        \"openAP\": 41267.97\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 41267.97\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 38483.52,\n                                        \"openAP\": 2784.45\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2784.45\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2784.45\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 2784.45\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 30407.9,\n                                        \"payments\": 0,\n                                        \"openAP\": 33192.35\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 33192.35\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 33192.35\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 33192.35\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 39295.44,\n                                        \"payments\": 34003.06,\n                                        \"openAP\": 38484.73\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 38484.73\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 40002.72,\n                                        \"openAP\": -1517.99\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -1517.99\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 37753.37,\n                                        \"payments\": 0,\n                                        \"openAP\": 36235.38\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 36235.38\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 36235.38\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 36235.38\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 36235.38\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 37914.75,\n                                        \"openAP\": -1679.37\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-05-26T00:00:00\",\n                            \"name\": \"LA PALOMA COMPAÑIA DE METALES\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"PME760707KW3\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64420\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 45223.37,\n                                \"twelveMonthsPurchases\": 17650.21,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 2177.24,\n                                        \"payments\": 2177.24,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 2091.55,\n                                        \"payments\": 2091.55,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 1364.59,\n                                        \"payments\": 1364.59,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 1658.13,\n                                        \"payments\": 1658.13,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 7153.06,\n                                        \"payments\": 7153.06,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 1463.49,\n                                        \"payments\": 1463.49,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 1494.64,\n                                        \"payments\": 1494.64,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 1465.52,\n                                        \"payments\": 1465.52,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 1010.42,\n                                        \"payments\": 1010.42,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 2448.08,\n                                        \"payments\": 2448.08,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 1030.44,\n                                        \"payments\": 1030.44,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 1441.85,\n                                        \"payments\": 1441.85,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 2404.72,\n                                        \"payments\": 2404.72,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 369.43,\n                                        \"payments\": 369.43,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 6166.07,\n                                        \"payments\": 6166.07,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 11484.14,\n                                        \"payments\": 11484.14,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199703\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-07-29T00:00:00\",\n                            \"name\": \"PROCIJA,S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"PRO150602ER9\",\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\": 114492,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 114492,\n                                        \"payments\": 114492,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-06-07T00:00:00\",\n                            \"name\": \"PRIMERO SEGUROS\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"PSE060223ITA\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"66260\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 55639.6,\n                                \"twelveMonthsPurchases\": 8901.69,\n                                \"openPurchaseInvoices\": 3111.39,\n                                \"creditMemos\": 962.42,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 6677.26,\n                                        \"openAP\": -6677.26\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -6677.26\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -6677.26\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -6677.26\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 11812.9,\n                                        \"payments\": 11812.89,\n                                        \"openAP\": -6677.25\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -6677.25\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -6677.25\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -6677.25\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -6677.25\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 264.61,\n                                        \"payments\": 0,\n                                        \"openAP\": -6412.64\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 6713.31,\n                                        \"payments\": 962.42,\n                                        \"openAP\": -661.75\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 6713.31,\n                                        \"openAP\": -7375.06\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7375.06\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7375.06\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7375.06\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7375.06\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7375.06\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 12911.5,\n                                        \"payments\": 6832.77,\n                                        \"openAP\": -1296.33\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 6565.91,\n                                        \"payments\": 6565.91,\n                                        \"openAP\": -1296.33\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -1296.33\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -1296.33\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -1296.33\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -1296.33\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 6078.78,\n                                        \"openAP\": -7375.11\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 8469.68,\n                                        \"payments\": 0,\n                                        \"openAP\": 1094.57\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 4611.84,\n                                        \"openAP\": -3517.27\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -3517.27\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -3517.27\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -3517.27\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -3517.27\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -3517.27\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 3857.84,\n                                        \"openAP\": -7375.11\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7375.11\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7375.11\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7375.11\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 8901.69,\n                                        \"payments\": 0,\n                                        \"openAP\": 1526.58\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1526.58\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 4827.84,\n                                        \"openAP\": -3301.26\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -3301.26\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -3301.26\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2023-09-06T00:00:00\",\n                            \"name\": \"PSGC\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"PSG180307MD2\",\n                            \"currency\": \"USD\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64985\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 575924.53,\n                                \"twelveMonthsPurchases\": 492926.78,\n                                \"openPurchaseInvoices\": -9046.87,\n                                \"creditMemos\": 10627.63,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 106.09,\n                                        \"payments\": 0,\n                                        \"openAP\": 106.09\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 6802.26,\n                                        \"payments\": 0,\n                                        \"openAP\": 6908.35\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 21816.11,\n                                        \"payments\": 0,\n                                        \"openAP\": 28724.46\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 33340.15,\n                                        \"payments\": 0,\n                                        \"openAP\": 62064.61\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 19088.35,\n                                        \"payments\": 28596.09,\n                                        \"openAP\": 52556.87\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 52556.87\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 1330.72,\n                                        \"payments\": 8226.63,\n                                        \"openAP\": 45660.96\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 514.07,\n                                        \"payments\": 42643.54,\n                                        \"openAP\": 3531.49\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 1436.52,\n                                        \"openAP\": 2094.97\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 23106.55,\n                                        \"payments\": 550.99,\n                                        \"openAP\": 24650.53\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 7157.32,\n                                        \"payments\": 23780.2,\n                                        \"openAP\": 8027.65\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 17731.01,\n                                        \"payments\": 0,\n                                        \"openAP\": 25758.66\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 113975.61,\n                                        \"payments\": 10000.29,\n                                        \"openAP\": 129733.98\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 58772.18,\n                                        \"payments\": 63106.64,\n                                        \"openAP\": 125399.52\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 50893.33,\n                                        \"payments\": 68276.76,\n                                        \"openAP\": 108016.09\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 58143.59,\n                                        \"payments\": 59051.59,\n                                        \"openAP\": 107108.09\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 59914.93,\n                                        \"payments\": 109994.38,\n                                        \"openAP\": 57028.64\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 23925.14,\n                                        \"payments\": 0,\n                                        \"openAP\": 80953.78\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 79307.12,\n                                        \"payments\": 59206.07,\n                                        \"openAP\": 101054.83\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 100170.28,\n                                        \"openAP\": 884.55\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 884.55\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2024-05-31T00:00:00\",\n                            \"name\": \"PROMACERO TUBING\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"PTU0703305F6\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64102\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 2841202.1,\n                                \"twelveMonthsPurchases\": 2841202.1,\n                                \"openPurchaseInvoices\": 10857.54,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 17748,\n                                        \"payments\": 17748,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 137141.24,\n                                        \"payments\": 47821.24,\n                                        \"openAP\": 89320\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 140708,\n                                        \"payments\": 89320,\n                                        \"openAP\": 140708\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 418852.8,\n                                        \"payments\": 97730,\n                                        \"openAP\": 461830.8\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 383347.5,\n                                        \"payments\": 188268,\n                                        \"openAP\": 656910.3\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 443541.1,\n                                        \"payments\": 606392.32,\n                                        \"openAP\": 494059.08\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 270006.18,\n                                        \"payments\": 300730,\n                                        \"openAP\": 463335.26\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 248649.48,\n                                        \"payments\": 361075.52,\n                                        \"openAP\": 350909.22\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 455768.6,\n                                        \"payments\": 255275.4,\n                                        \"openAP\": 551402.42\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 283494.8,\n                                        \"payments\": 222678.24,\n                                        \"openAP\": 612218.98\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 41944.4,\n                                        \"payments\": 310590,\n                                        \"openAP\": 343573.38\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 282962.28,\n                                        \"openAP\": 60611.1\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 49753.56,\n                                        \"openAP\": 10857.54\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-04-25T00:00:00\",\n                            \"name\": \"HECTOR MANUEL RAMOS SANCHEZ\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"RASH720307878\",\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\": 10261.36,\n                                \"twelveMonthsPurchases\": 2192.4,\n                                \"openPurchaseInvoices\": 1939.52,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 1939.52,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 3136.64,\n                                        \"payments\": 3136.64,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 1983.6,\n                                        \"payments\": 1983.6,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 232,\n                                        \"payments\": 232,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 777.2,\n                                        \"payments\": 777.2,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 2192.4,\n                                        \"payments\": 2192.4,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1939.52\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199717\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2023-07-27T00:00:00\",\n                            \"name\": \"RHEFA\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"RHE140718RR4\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"66636\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 14322.43,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 8220.9,\n                                        \"payments\": 8220.9,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 6101.53,\n                                        \"payments\": 6101.53,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199714\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-06-28T00:00:00\",\n                            \"name\": \"REPRESENTACIONES INDUSTRIALES RODRIGUEZ\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"RIR770414GA2\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64540\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 21323.23,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 1142.85,\n                                        \"payments\": 1142.85,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 534.76,\n                                        \"payments\": 534.76,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 19645.62,\n                                        \"payments\": 19645.62,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199687\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-10-26T00:00:00\",\n                            \"name\": \"RELEVANCIA MOTRIZ, S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"RMO150624FJ4\",\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\": 3718.07,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 3718.07,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 3718.07,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 3718.07\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-03-16T00:00:00\",\n                            \"name\": \"RODOLFO RODRIGUEZ GARZA\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"ROGR7603179V2\",\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\": 10016.6,\n                                \"twelveMonthsPurchases\": 2596.08,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 424.56,\n                                        \"payments\": 424.56,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 1404.76,\n                                        \"payments\": 1404.76,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 553.32,\n                                        \"payments\": 553.32,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 5037.88,\n                                        \"payments\": 5037.88,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 2596.08,\n                                        \"payments\": 2596.08,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-10-31T00:00:00\",\n                            \"name\": \"SERVICIO DE ADMINISTRACION TRIBUTARIA\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"SAT970701NN3\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"06300\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 19078,\n                                \"twelveMonthsPurchases\": 10466,\n                                \"openPurchaseInvoices\": 1827,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 1213,\n                                        \"payments\": 0,\n                                        \"openAP\": 1213\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 278,\n                                        \"payments\": 0,\n                                        \"openAP\": 1491\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1491\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1491\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1491\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1491\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 336,\n                                        \"payments\": 0,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 336,\n                                        \"payments\": 336,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 336,\n                                        \"payments\": 336,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 336,\n                                        \"payments\": 336,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 1081,\n                                        \"payments\": 1081,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 336,\n                                        \"payments\": 336,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 745,\n                                        \"payments\": 745,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 1081,\n                                        \"payments\": 1081,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 763,\n                                        \"payments\": 763,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 336,\n                                        \"payments\": 336,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 336,\n                                        \"payments\": 336,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 1099,\n                                        \"payments\": 1099,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 763,\n                                        \"payments\": 763,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 763,\n                                        \"payments\": 763,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 1435,\n                                        \"payments\": 1435,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 1099,\n                                        \"payments\": 1099,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 763,\n                                        \"payments\": 763,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 1099,\n                                        \"payments\": 1099,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 763,\n                                        \"payments\": 763,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 1099,\n                                        \"payments\": 1099,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 1118,\n                                        \"payments\": 1118,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 782,\n                                        \"payments\": 782,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 782,\n                                        \"payments\": 782,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1827\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1827\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-15T00:00:00\",\n                            \"name\": \"SEGUROS BANORTE SA DE CV, GRUPO FINANCIERO BANORTE\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"SBG971124PL2\",\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\": 71381.72,\n                                \"twelveMonthsPurchases\": 33696.23,\n                                \"openPurchaseInvoices\": -9326.84,\n                                \"creditMemos\": 9326.84,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 677.52,\n                                        \"payments\": 0,\n                                        \"openAP\": 677.52\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 677.52,\n                                        \"payments\": 0,\n                                        \"openAP\": 1355.04\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 1355.04,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 7971.8,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 1281.95,\n                                        \"payments\": 1281.95,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 11860.41,\n                                        \"payments\": 11860.41,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 701.91,\n                                        \"payments\": 701.91,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 701.91,\n                                        \"payments\": 701.91,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 701.91,\n                                        \"payments\": 701.91,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 701.91,\n                                        \"payments\": 701.91,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 701.91,\n                                        \"payments\": 701.91,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 701.91,\n                                        \"payments\": 701.91,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 701.91,\n                                        \"payments\": 701.91,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 701.91,\n                                        \"payments\": 701.91,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 701.91,\n                                        \"payments\": 701.91,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 10969.2,\n                                        \"payments\": 10969.2,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 5901.7,\n                                        \"payments\": 5901.7,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 13399.31,\n                                        \"payments\": 13399.31,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 6820.45,\n                                        \"payments\": 6820.45,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 5978.84,\n                                        \"payments\": 5978.84,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 7497.63,\n                                        \"payments\": 7497.63,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": -7971.8\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2024-01-31T00:00:00\",\n                            \"name\": \"SOLUCIONES INDUSTRIALES ECO GREEN\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"SIE190218KY3\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"67197\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 946476.1,\n                                \"twelveMonthsPurchases\": 783496.1,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 83288,\n                                        \"payments\": 83288,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 79692,\n                                        \"payments\": 79692,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 163212,\n                                        \"payments\": 163212,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 80852.1,\n                                        \"payments\": 80852.1,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 169824,\n                                        \"payments\": 169824,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 96860,\n                                        \"payments\": 96860,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 94772,\n                                        \"payments\": 94772,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 177976,\n                                        \"payments\": 177976,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199704\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2023-10-17T00:00:00\",\n                            \"name\": \"SISTEMA INTERMODAL\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"SIN970620M52\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"88000\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 237.6,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 237.6,\n                                        \"payments\": 0,\n                                        \"openAP\": 237.6\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 237.6,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199723\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-28T00:00:00\",\n                            \"name\": \"SERVIMEX DEL NORTE S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"SNO9705207H9\",\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\": 274688,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 274688,\n                                        \"payments\": 274688,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-01T00:00:00\",\n                            \"name\": \"SERVICIOS TELUM S.A DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"STE010604GK5\",\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\": 27420,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 9844,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 1448,\n                                        \"payments\": 1448,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 1548,\n                                        \"payments\": 0,\n                                        \"openAP\": 1548\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 1448,\n                                        \"payments\": 1448,\n                                        \"openAP\": 1548\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 1448,\n                                        \"payments\": 1448,\n                                        \"openAP\": 1548\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 1448,\n                                        \"payments\": 0,\n                                        \"openAP\": 2996\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 1548,\n                                        \"payments\": 1548,\n                                        \"openAP\": 2996\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 1548,\n                                        \"payments\": 0,\n                                        \"openAP\": 4544\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 1448,\n                                        \"payments\": 1448,\n                                        \"openAP\": 4544\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 1448,\n                                        \"payments\": 1448,\n                                        \"openAP\": 4544\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 1548,\n                                        \"payments\": 1548,\n                                        \"openAP\": 4544\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 1448,\n                                        \"payments\": 1448,\n                                        \"openAP\": 4544\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 1448,\n                                        \"payments\": 1448,\n                                        \"openAP\": 4544\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 1448,\n                                        \"payments\": 1448,\n                                        \"openAP\": 4544\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 1448,\n                                        \"payments\": 1448,\n                                        \"openAP\": 4544\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 1448,\n                                        \"payments\": 1448,\n                                        \"openAP\": 4544\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4544\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 1300,\n                                        \"payments\": 0,\n                                        \"openAP\": 5844\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 1300,\n                                        \"payments\": 0,\n                                        \"openAP\": 7144\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 1300,\n                                        \"payments\": 0,\n                                        \"openAP\": 8444\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 1400,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 9844\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199693\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-08-24T00:00:00\",\n                            \"name\": \"SOLDADURAS ZELECTA\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"SZE9410077B6\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64520\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 4339.72,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 1524.68,\n                                        \"payments\": 1524.68,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 2169.94,\n                                        \"payments\": 2169.94,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 645.1,\n                                        \"payments\": 645.1,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-07T00:00:00\",\n                            \"name\": \"TECNO ABRASIVOS DEL NORTE SA DE CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"TAN830420FH7\",\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\": 50083.32,\n                                \"twelveMonthsPurchases\": 28564.13,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 2291.1,\n                                        \"payments\": 2291.1,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 792.22,\n                                        \"payments\": 792.22,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 2474.38,\n                                        \"payments\": 2474.38,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 959.11,\n                                        \"payments\": 959.11,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 824.79,\n                                        \"payments\": 824.79,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 1649.59,\n                                        \"payments\": 1649.59,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 12528,\n                                        \"payments\": 12528,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 1536.13,\n                                        \"payments\": 1536.13,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 232,\n                                        \"payments\": 232,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 26796,\n                                        \"payments\": 26796,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2023-07-13T00:00:00\",\n                            \"name\": \"TUBOS Y BARRAS HUECAS DE MEXICO\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"TBH00082425A\",\n                            \"currency\": \"USD\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64410\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 530466.49,\n                                \"twelveMonthsPurchases\": 5804.84,\n                                \"openPurchaseInvoices\": 9.8,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 1169.96,\n                                        \"payments\": 1169.82,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 6254.88,\n                                        \"payments\": 6254.88,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 1355.97,\n                                        \"payments\": 1355.97,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 99321.19,\n                                        \"payments\": 99321.19,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 351821.97,\n                                        \"payments\": 351821.97,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 698.04,\n                                        \"payments\": 698.04,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 2813.57,\n                                        \"payments\": 2813.57,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 9132.8,\n                                        \"payments\": 9132.8,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 57898.11,\n                                        \"payments\": 57898.11,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 0.14\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 0.14\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199739\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2024-02-19T00:00:00\",\n                            \"name\": \"TROQUELES Y HERRAJES\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"THE860228IJ7\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64310\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 9174.44,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 9174.44,\n                                        \"payments\": 9174.44,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199692\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-07-26T00:00:00\",\n                            \"name\": \"TRANQUILIDAD INTEGRAL EN RESIDUOS\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"TIR020327IG8\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"66001\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 8143.2,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 4802.4,\n                                        \"payments\": 0,\n                                        \"openAP\": 4802.4\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 4802.4\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 4802.4,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 3340.8,\n                                        \"payments\": 0,\n                                        \"openAP\": 3340.8\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 3340.8,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199721\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-01-27T00:00:00\",\n                            \"name\": \"TÜV SÜD AMERICA DE MEXICO, S.A. DE C.V.\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"TSA070219ES5\",\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\": 56976.12,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 1046.58,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2022,\n                                        \"invoices\": 56976.12,\n                                        \"payments\": 0,\n                                        \"openAP\": 56976.12\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 56976.12\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 56976.12\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 55929.54,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2023,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 6,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 12,\n                                        \"year\": 2024,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 1,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 3,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    },\n                                    {\n                                        \"month\": 5,\n                                        \"year\": 2025,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 1046.58\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199668\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-02-24T00:00:00\",\n                            \"name\": \"TRATAMIENTOS TERMICOS OMEGA SA DE CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"TTO130520II0\",\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\": 6055.2,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2022,\n                                        \"invoices\": 580,\n                                        \"payments\": 580,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 8,\n                                        \"year\": 2022,\n                                        \"invoices\": 4083.2,\n                                        \"payments\": 4083.2,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 2,\n                                        \"year\": 2023,\n                                        \"invoices\": 1392,\n                                        \"payments\": 1392,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199712\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-09-26T00:00:00\",\n                            \"name\": \"TECNOLOGIA EN TRATAMIENTOS TERMICOS SA DE CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"TTT960223DS7\",\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\": 960.48,\n                                \"twelveMonthsPurchases\": 0,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2022,\n                                        \"invoices\": 960.48,\n                                        \"payments\": 0,\n                                        \"openAP\": 960.48\n                                    },\n                                    {\n                                        \"month\": 10,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 0,\n                                        \"openAP\": 960.48\n                                    },\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2022,\n                                        \"invoices\": 0,\n                                        \"payments\": 960.48,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199671\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2024-11-13T00:00:00\",\n                            \"name\": \"UNIVERSAL MAQUINAS Y HERRAMIENTAS\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"UMH010917LU0\",\n                            \"currency\": \"MXN\",\n                            \"address\": {\n                                \"city\": null,\n                                \"country\": \"MEX\",\n                                \"postalCode\": \"64460\",\n                                \"state\": null,\n                                \"street\": null\n                            },\n                            \"contactDetails\": {\n                                \"phone\": null\n                            },\n                            \"financials\": {\n                                \"totalPurchases\": 6642.22,\n                                \"twelveMonthsPurchases\": 6642.22,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 11,\n                                        \"year\": 2024,\n                                        \"invoices\": 6642.22,\n                                        \"payments\": 6642.22,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        },\n                        {\n                            \"supplierId\": \"24199702\",\n                            \"foreignId\": null,\n                            \"firstInvoiceDate\": \"2022-07-28T00:00:00\",\n                            \"name\": \"WEMEX SUPERABRASIVOS, S DE RL DE CV\",\n                            \"verifiedName\": null,\n                            \"sectorNaicsId\": null,\n                            \"sectorNaicsDescription\": null,\n                            \"taxId\": \"WSU9701077B7\",\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\": 29528.31,\n                                \"twelveMonthsPurchases\": 8908.8,\n                                \"openPurchaseInvoices\": 0,\n                                \"creditMemos\": 0,\n                                \"monthlyFinancials\": [\n                                    {\n                                        \"month\": 7,\n                                        \"year\": 2022,\n                                        \"invoices\": 13208.04,\n                                        \"payments\": 13208.04,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 4,\n                                        \"year\": 2023,\n                                        \"invoices\": 7411.47,\n                                        \"payments\": 7411.47,\n                                        \"openAP\": 0\n                                    },\n                                    {\n                                        \"month\": 9,\n                                        \"year\": 2024,\n                                        \"invoices\": 8908.8,\n                                        \"payments\": 8908.8,\n                                        \"openAP\": 0\n                                    }\n                                ]\n                            }\n                        }\n                    ],\n                    \"invoices\": [\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"79715DB2-28C0-4D19-81CD-8794906C8FF7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-01T00:00:00\",\n                            \"amount\": 333.5,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"46d46575-d564-4cbc-bded-811813587a89\",\n                            \"dueDate\": \"2025-07-30T00:00:00\",\n                            \"paymentDate\": \"2025-05-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199634\",\n                            \"id1\": \"7322DBAE-139F-453B-A5AE-614893BCBDD3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-06T00:00:00\",\n                            \"amount\": 13097.6,\n                            \"currency\": null,\n                            \"description\": \"FINIQUITO  14 PZAS CHAROLA DE 15CMX175CM CON TOPE DE 1/2 \\\" 14 PZAS CREMALLERA DE 120CM DE LARGO PERFOCEL METALICO 46CMX96.6CM  COLOR GRIS CLARO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bcfd10a7-7848-4181-bd6a-2922637ed12f\",\n                            \"dueDate\": \"2025-08-04T00:00:00\",\n                            \"paymentDate\": \"2025-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199635\",\n                            \"id1\": \"FD9B1FB4-2D2F-11F0-A909-01C0D9BD9D3D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-09T00:00:00\",\n                            \"amount\": 9465.84,\n                            \"currency\": null,\n                            \"description\": \"P048·M10·SAA00·NW\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c27d1784-6ee1-4e0e-9e92-a0e45abf9f7f\",\n                            \"dueDate\": \"2025-08-07T00:00:00\",\n                            \"paymentDate\": \"2025-05-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199636\",\n                            \"id1\": \"EF2BDA25-C0DD-4D9D-B7E0-F0D978DD5306\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-10T00:00:00\",\n                            \"amount\": 10441,\n                            \"currency\": null,\n                            \"description\": \"PTR 1-1/2\\\" x 1-1/2\\\" C14 (C-150)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5e616ce7-8b77-4b42-9717-2054d6b2987e\",\n                            \"dueDate\": \"2025-08-08T00:00:00\",\n                            \"paymentDate\": \"2025-05-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199637\",\n                            \"id1\": \"898258DE-2614-4CED-A212-483B3E80FCD8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-01T00:00:00\",\n                            \"amount\": 10556,\n                            \"currency\": null,\n                            \"description\": \"SERVICIOS DE CALIBRACION A EQUIPOS DE MEDICIONHE-VE-01 VERNIER MITUTOYO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"135f3671-0dad-4cf4-80ec-bd2349304770\",\n                            \"dueDate\": \"2024-01-30T00:00:00\",\n                            \"paymentDate\": \"2024-01-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"D678B6E6-3BF0-4B59-AE5A-C9E62347425F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-01T00:00:00\",\n                            \"amount\": 2108.9,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 56 X 28 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8a8eb527-739e-45be-8237-6f75b16d0c1a\",\n                            \"dueDate\": \"2024-01-30T00:00:00\",\n                            \"paymentDate\": \"2023-11-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"21F1A3D6-EC12-41B6-9D2D-F4C5A1BDF5A1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-03T00:00:00\",\n                            \"amount\": 2263.93,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4c88ab94-8cbd-4eb8-bb6f-aa2617dd535c\",\n                            \"dueDate\": \"2024-02-01T00:00:00\",\n                            \"paymentDate\": \"2023-11-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"0607E4FD-F440-4574-9A8F-FB837A4C6571\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-06T00:00:00\",\n                            \"amount\": 16540.3,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a745235b-d9d8-4c0e-8874-fb994faa859f\",\n                            \"dueDate\": \"2024-02-04T00:00:00\",\n                            \"paymentDate\": \"2023-11-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"11CB590D-641E-4149-AFD4-9120E60D23A8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-06T00:00:00\",\n                            \"amount\": 8146.16,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 80 X 50 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"18d4baa6-7475-4e91-96c5-d7fa521bdb4a\",\n                            \"dueDate\": \"2024-02-04T00:00:00\",\n                            \"paymentDate\": \"2023-11-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"2BEE0E7D-53C5-49F8-AC60-67AA8248E764\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-06T00:00:00\",\n                            \"amount\": 17361.66,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 56 X 28 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6eecf7d0-2cd4-47a8-be02-0ac567a85d89\",\n                            \"dueDate\": \"2024-02-04T00:00:00\",\n                            \"paymentDate\": \"2023-11-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"E33E7E91-580C-425E-B08F-FB366B4970C8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-06T00:00:00\",\n                            \"amount\": 15739.48,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 32 X 16 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5a1c2a99-1ca0-4e85-b5bb-ad3d8737346f\",\n                            \"dueDate\": \"2024-02-04T00:00:00\",\n                            \"paymentDate\": \"2023-11-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"F3034147-16C7-4858-BA2C-E55376E7060B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-07T00:00:00\",\n                            \"amount\": 5557.23,\n                            \"currency\": null,\n                            \"description\": \"CHIV2510 CARRETE DE HILO DE .25 MM 10 KG23153141 - Carrete de hilo de laton de .25 mm 10 kg.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2bd13c25-f552-4fa6-ac32-c24b83c11b18\",\n                            \"dueDate\": \"2024-02-05T00:00:00\",\n                            \"paymentDate\": \"2023-12-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"7ECE4F6E-AC51-408F-BFB4-ED95D56F601E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-08T00:00:00\",\n                            \"amount\": 23501.1,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 80 MM x 50 MM LC T1518\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6ea328ca-d37e-47d6-93bc-d420cc9326ad\",\n                            \"dueDate\": \"2024-02-06T00:00:00\",\n                            \"paymentDate\": \"2023-12-22T00:00:00\",\n                            \"balance\": 0.05,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"6BF8D588-FD82-421F-8DB5-6CF92AFC00D7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-08T00:00:00\",\n                            \"amount\": 97788,\n                            \"currency\": null,\n                            \"description\": \"BARRA DE BRONCE HUECA DE 2 X 24 DE LARGO EN MATERIAL DE BRONCE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e2088ff8-e2fb-4724-abc0-c5a45862bec4\",\n                            \"dueDate\": \"2024-02-06T00:00:00\",\n                            \"paymentDate\": \"2023-11-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"8AC60A6D-7B5F-405E-8CA9-A541F4944F1A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-09T00:00:00\",\n                            \"amount\": 70412.83,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 56 X 32MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7ba09d5d-c8ef-4554-a2fb-04f6887c77df\",\n                            \"dueDate\": \"2024-02-07T00:00:00\",\n                            \"paymentDate\": \"2023-11-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"E22E2F4F-EFD7-49E1-A7CF-9463EE960FB2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-14T00:00:00\",\n                            \"amount\": 122741.21,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 56 X 28 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fe4c9edd-7624-49de-b781-d5296cec1a75\",\n                            \"dueDate\": \"2024-02-12T00:00:00\",\n                            \"paymentDate\": \"2023-11-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"F5E814A1-3593-4F2D-B686-18BE5C2995E7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-14T00:00:00\",\n                            \"amount\": 17197.38,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 32 X 16 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c6dd52c4-d3c5-4f0a-bb31-e542f99d6e35\",\n                            \"dueDate\": \"2024-02-12T00:00:00\",\n                            \"paymentDate\": \"2023-11-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"7DDDD9DE-7F41-4DF3-B304-145292DDFFEA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-14T00:00:00\",\n                            \"amount\": 98114.35,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 80 X 50 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"193cc1ee-a662-43fe-9621-5c21a7ecd1ad\",\n                            \"dueDate\": \"2024-02-12T00:00:00\",\n                            \"paymentDate\": \"2023-11-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"9CE47002-18B6-4BAC-B231-571EA55D9096\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-22T00:00:00\",\n                            \"amount\": 1441.85,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"527fc174-e3d4-48bc-b7da-a23bb3a15094\",\n                            \"dueDate\": \"2024-02-20T00:00:00\",\n                            \"paymentDate\": \"2023-11-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"2777B755-248E-4FC4-A0D3-EA0A523A58D1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-23T00:00:00\",\n                            \"amount\": 5463.7,\n                            \"currency\": null,\n                            \"description\": \"CHIV2510 CARRETE DE HILO DE .25 MM 10 KG23153141 - Carrete de hilo de laton de .25 mm 10 kg.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4340842b-3978-49b3-bbf8-f719054e822f\",\n                            \"dueDate\": \"2024-02-21T00:00:00\",\n                            \"paymentDate\": \"2023-12-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"BE90F317-8A8C-4852-92C4-EC898DBBD390\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-24T00:00:00\",\n                            \"amount\": 696,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TINTA HP 667XL NEGRO ORIGINAL PARA 480 PAGINAS.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c49fb00d-6107-475a-bacb-b7e31063a19a\",\n                            \"dueDate\": \"2024-02-22T00:00:00\",\n                            \"paymentDate\": \"2023-11-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"9AC5B2B1-865A-4B82-85AA-55ADAE4EA7A9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-24T00:00:00\",\n                            \"amount\": 2622.78,\n                            \"currency\": null,\n                            \"description\": \"1018 CDR 3/4 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"274023c2-e36c-405a-816d-5b82858d72ad\",\n                            \"dueDate\": \"2024-02-22T00:00:00\",\n                            \"paymentDate\": \"2023-12-22T00:00:00\",\n                            \"balance\": 0.83,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"C459FDDD-86E3-4A9B-AD41-3FA958A5BFB9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-25T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b4f13c03-70fb-4686-a0d0-916e9fb78186\",\n                            \"dueDate\": \"2024-02-23T00:00:00\",\n                            \"paymentDate\": \"2023-12-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"18AD6673-BD64-4DE5-96A8-78F36C19A4B7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-27T00:00:00\",\n                            \"amount\": 21816.11,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia A 5394  A5396 A5397 A5406 A5398 A5408 A5407 A5410\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"93779294-0aa4-4ae5-9488-d2dc668bef78\",\n                            \"dueDate\": \"2024-02-25T00:00:00\",\n                            \"paymentDate\": \"2024-01-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"6C770F5E-E0AA-464F-A794-5E9A980A6D8E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-30T00:00:00\",\n                            \"amount\": 41084.4,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f8dda300-61c0-4ef6-9310-92f81cbaa866\",\n                            \"dueDate\": \"2024-02-28T00:00:00\",\n                            \"paymentDate\": \"2023-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"54DA9A42-C6E4-4CE8-9567-32640410CD05\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-30T00:00:00\",\n                            \"amount\": 79692,\n                            \"currency\": null,\n                            \"description\": \"FUNDICION DE MOLDE DE CONCHA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9facc4a2-44c3-447c-9f51-4aab006a5249\",\n                            \"dueDate\": \"2024-02-28T00:00:00\",\n                            \"paymentDate\": \"2023-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"AF61B581-3780-4E09-8F4E-6DC36849F76D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-30T00:00:00\",\n                            \"amount\": 90306.2,\n                            \"currency\": null,\n                            \"description\": \"PLACA A36 (3/4 ESPESOR DE 4 x 8)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"51dcf918-e28d-4923-b1f3-e9e0e055b93b\",\n                            \"dueDate\": \"2024-02-28T00:00:00\",\n                            \"paymentDate\": \"2023-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA19BCE-8081-46F4-B2C8-31781DDD26E1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-30T00:00:00\",\n                            \"amount\": 745,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-3017374-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"69cc7762-c09b-4a39-b57f-50dcc6859e85\",\n                            \"dueDate\": \"2024-02-28T00:00:00\",\n                            \"paymentDate\": \"2023-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"873D9094-67CC-4618-B0E4-AE8C678B7B06\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-01T00:00:00\",\n                            \"amount\": 800.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"959aa421-7f5d-4566-a33b-69b56d858d24\",\n                            \"dueDate\": \"2022-05-30T00:00:00\",\n                            \"paymentDate\": \"2022-03-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"D15A0C84-EA45-407D-81B4-7EC78080C7EC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-01T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d14648b2-38f1-4fce-8588-319668d3e71d\",\n                            \"dueDate\": \"2022-05-30T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"63D01456-9B73-48FB-97D2-A39AAEFBD327\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-01T00:00:00\",\n                            \"amount\": 936.79,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d8420eaf-b122-4f04-8494-32142702fd21\",\n                            \"dueDate\": \"2022-05-30T00:00:00\",\n                            \"paymentDate\": \"2022-03-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"D1BC02EE-F467-4324-8460-ABD1944CE33F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-01T00:00:00\",\n                            \"amount\": 11199.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"37d5982a-7eaf-47fb-9a3c-979c105f5009\",\n                            \"dueDate\": \"2022-05-30T00:00:00\",\n                            \"paymentDate\": \"2022-03-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"E8F341D7-ABE5-4D97-9C66-1C636C55E20C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-01T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"923c4db3-b2ba-430a-a273-fc0dcb843028\",\n                            \"dueDate\": \"2022-05-30T00:00:00\",\n                            \"paymentDate\": \"2022-03-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"FC62DBCA-E989-4A5F-8F90-1A622E79A781\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-01T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7de712fe-730c-4d91-befe-58943282621a\",\n                            \"dueDate\": \"2022-05-30T00:00:00\",\n                            \"paymentDate\": \"2022-03-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": \"079A8A1A-4945-48E5-BBAA-37916DBCED4C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-02T00:00:00\",\n                            \"amount\": 3373.53,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"11063106-aedd-469e-acbb-140d6bacd0b1\",\n                            \"dueDate\": \"2022-05-31T00:00:00\",\n                            \"paymentDate\": \"2022-03-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": \"14729A3E-CF0E-44C6-9686-951E1154AD30\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-03T00:00:00\",\n                            \"amount\": 17707.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"150f54fc-8ab0-412e-bec9-b96a24e708c9\",\n                            \"dueDate\": \"2022-06-01T00:00:00\",\n                            \"paymentDate\": \"2022-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199654\",\n                            \"id1\": \"538075F4-8760-42A1-A090-182F60643BDD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-04T00:00:00\",\n                            \"amount\": 997.61,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a1408fe9-d21f-457c-9a37-2187a9545e36\",\n                            \"dueDate\": \"2022-06-02T00:00:00\",\n                            \"paymentDate\": \"2022-03-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199654\",\n                            \"id1\": \"0AA6BDD4-BF6F-4D49-93FC-05DF1ED59B22\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-04T00:00:00\",\n                            \"amount\": 1020.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8e0dd632-4757-4f12-bde5-2f959a6d98e0\",\n                            \"dueDate\": \"2022-06-02T00:00:00\",\n                            \"paymentDate\": \"2022-03-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199655\",\n                            \"id1\": \"D3BD91AE-B604-4AE6-9158-005AB4EA0838\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-04T00:00:00\",\n                            \"amount\": 137692,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c0f6b388-f3c7-4342-be43-cc57fb94689f\",\n                            \"dueDate\": \"2022-06-02T00:00:00\",\n                            \"paymentDate\": \"2022-03-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": \"0151E9DC-A1FE-452F-9F34-4823886CAC15\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-08T00:00:00\",\n                            \"amount\": 723.84,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"301fa88f-03e7-4854-b386-cd1b26eaee54\",\n                            \"dueDate\": \"2022-06-06T00:00:00\",\n                            \"paymentDate\": \"2022-03-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"3EA5525F-0207-45A3-B686-1E9E934D7F1B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-10T00:00:00\",\n                            \"amount\": 2787.51,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"00c67be6-278a-48e8-9ae6-b366ea4c98b8\",\n                            \"dueDate\": \"2022-06-08T00:00:00\",\n                            \"paymentDate\": \"2022-03-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"E5E8A78E-436D-43F5-8E4D-73FA3C99A362\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-10T00:00:00\",\n                            \"amount\": 328.13,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7d60aaef-28a9-4796-b1a1-adef952bc5a8\",\n                            \"dueDate\": \"2022-06-08T00:00:00\",\n                            \"paymentDate\": \"2022-03-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": \"62840839-4664-491F-A7BF-FF91E7D52B57\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-11T00:00:00\",\n                            \"amount\": 6519.18,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"54e5087b-672f-4ffd-872a-58760aa40592\",\n                            \"dueDate\": \"2022-06-09T00:00:00\",\n                            \"paymentDate\": \"2022-03-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"6B74B467-8ECD-48C8-8C15-B75369A37DF1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-15T00:00:00\",\n                            \"amount\": 5082.26,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"39138e18-a2f9-4ce9-852d-64dec2462028\",\n                            \"dueDate\": \"2022-06-13T00:00:00\",\n                            \"paymentDate\": \"2022-03-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"189AF9F9-D64E-42DA-B281-785C18CF3163\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 2957.01,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ea75e5b2-6790-4267-81ba-e3706f1a9a44\",\n                            \"dueDate\": \"2022-06-14T00:00:00\",\n                            \"paymentDate\": \"2022-03-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": \"22E70BBD-E4EB-420A-ABCF-6358973C3BE1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 6504.58,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1f7b7ad2-9261-4bf0-8d69-4a688faf7ab6\",\n                            \"dueDate\": \"2022-06-14T00:00:00\",\n                            \"paymentDate\": \"2022-03-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": \"D97AE848-1449-4324-9FD8-F4440D8CE846\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 10846,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bdec57fd-8fe8-4b66-8559-4f46a08d9512\",\n                            \"dueDate\": \"2022-06-14T00:00:00\",\n                            \"paymentDate\": \"2022-03-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": \"49378736-25B4-4100-8C09-AD0D254479D6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 5289.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"39324332-8fd4-4716-843e-9ac70eee4a4e\",\n                            \"dueDate\": \"2022-06-14T00:00:00\",\n                            \"paymentDate\": \"2022-03-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": \"94CAFB8F-207D-A349-A569-3340FB3C5550\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 424.56,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"18493612-ddaa-4707-88f3-6b12e2d178e0\",\n                            \"dueDate\": \"2022-06-14T00:00:00\",\n                            \"paymentDate\": \"2022-03-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"E424373D-2B7D-41D9-ADAF-9A9CC122EA1A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 944.99,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1dfcc45d-0485-44d8-8695-a3cb20b31a90\",\n                            \"dueDate\": \"2022-06-14T00:00:00\",\n                            \"paymentDate\": \"2022-03-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"76D1887F-B960-41D4-83C0-9061C7DFDF9B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 34090,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"49a8f500-96a9-4cb5-9680-bbe53d311563\",\n                            \"dueDate\": \"2022-06-14T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 34090,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199659\",\n                            \"id1\": \"34B8D01D-262C-47DC-9F25-63D57C2A1422\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-17T00:00:00\",\n                            \"amount\": 31064.3,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"39fc1ac3-ba9a-42cd-96a6-c0313eb12d20\",\n                            \"dueDate\": \"2022-06-15T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 31064.3,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"B94BCBA1-D768-4FF2-904D-FE4900D7EEA4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-19T00:00:00\",\n                            \"amount\": 6095.55,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"db599fc8-c60f-44e5-adc6-6c2b431697ed\",\n                            \"dueDate\": \"2022-06-17T00:00:00\",\n                            \"paymentDate\": \"2022-03-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"477802BD-115A-431E-A25E-0DA9D0FBC425\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-19T00:00:00\",\n                            \"amount\": 6127.95,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ba1847a6-fd20-4b85-a859-fb216aaded6e\",\n                            \"dueDate\": \"2022-06-17T00:00:00\",\n                            \"paymentDate\": \"2022-03-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199660\",\n                            \"id1\": \"A1CA5A40-BDA4-4928-9FCE-9D4E62783685\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-22T00:00:00\",\n                            \"amount\": 1060.82,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"28349bdd-97ca-4bbd-b67a-64993265ca8c\",\n                            \"dueDate\": \"2022-06-20T00:00:00\",\n                            \"paymentDate\": \"2022-03-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199660\",\n                            \"id1\": \"DCBFDE30-976B-4A4C-A5A0-7EC8B51B2A60\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-22T00:00:00\",\n                            \"amount\": 1517.59,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a487394f-2f0d-418e-b770-672e16664fbd\",\n                            \"dueDate\": \"2022-06-20T00:00:00\",\n                            \"paymentDate\": \"2022-03-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199637\",\n                            \"id1\": \"9BEFC6A5-B442-40B0-86C2-97F48326B078\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-23T00:00:00\",\n                            \"amount\": 2296.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ff42cf35-eebd-4cda-9d39-d208ae6460b9\",\n                            \"dueDate\": \"2022-06-21T00:00:00\",\n                            \"paymentDate\": \"2022-05-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"C5673772-BF99-4600-93A1-6CCD4F421996\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-24T00:00:00\",\n                            \"amount\": 3207.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"eb7fe07e-6216-44ab-888f-b479468aaa60\",\n                            \"dueDate\": \"2022-06-22T00:00:00\",\n                            \"paymentDate\": \"2022-04-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"547A40B3-8D50-4D44-8A2D-6E713D6DE46C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-28T00:00:00\",\n                            \"amount\": 330,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4b64c282-f79c-400c-bb01-2c721f008249\",\n                            \"dueDate\": \"2022-06-26T00:00:00\",\n                            \"paymentDate\": \"2022-03-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"31ED1CAD-1FD6-45AE-A2D8-AED554BDD788\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-29T00:00:00\",\n                            \"amount\": 52200,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"532fe3ea-94a2-4827-8e11-9fd4a2d7a011\",\n                            \"dueDate\": \"2022-06-27T00:00:00\",\n                            \"paymentDate\": \"2022-03-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"0C2A9077-9C9F-4366-A53E-1719FEBFBE69\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-30T00:00:00\",\n                            \"amount\": 84854,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d7471ef1-ff73-4c4d-9b3d-06a06578f141\",\n                            \"dueDate\": \"2022-06-28T00:00:00\",\n                            \"paymentDate\": \"2022-03-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199662\",\n                            \"id1\": \"801D1DE6-E699-4AA8-BE54-3F85A88F9194\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-31T00:00:00\",\n                            \"amount\": 39150,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"df2f56a2-7240-4132-bdb6-c0f8d1c01e1d\",\n                            \"dueDate\": \"2022-06-29T00:00:00\",\n                            \"paymentDate\": \"2022-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"64DE8631-8492-4BFA-AE21-CE0F59502693\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-31T00:00:00\",\n                            \"amount\": 4079.53,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c585afcf-6dba-4c79-81e2-c2946f260732\",\n                            \"dueDate\": \"2022-06-29T00:00:00\",\n                            \"paymentDate\": \"2022-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"D3B8489D-A553-497C-9D45-7E4F1C075BAB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-01T00:00:00\",\n                            \"amount\": 950.82,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4762a8fa-78d4-4900-8a8f-6b5fe09d9328\",\n                            \"dueDate\": \"2022-05-02T00:00:00\",\n                            \"paymentDate\": \"2022-02-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"43E30AAE-55F1-472B-9477-C901ADFFF601\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-01T00:00:00\",\n                            \"amount\": 715.08,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bc0aeeee-4c82-4089-ba0f-c9abd8dca19e\",\n                            \"dueDate\": \"2022-05-02T00:00:00\",\n                            \"paymentDate\": \"2022-02-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"65EFD470-5CB1-4D97-B5E5-C2740CEC4E05\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-01T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"58d3497d-81e1-4844-bac9-4f8af6e45021\",\n                            \"dueDate\": \"2022-05-02T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 699,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"B88FBC21-1DFF-40B1-8A4E-CD8756409986\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-01T00:00:00\",\n                            \"amount\": 849,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8760f660-f2cf-48d4-89c6-00afb61f9aa3\",\n                            \"dueDate\": \"2022-05-02T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 849,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": \"DB9B4547-60CD-4565-8720-F1500AB8712B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 792.22,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c8d0573c-98dc-40ac-99ff-994677f3dafd\",\n                            \"dueDate\": \"2022-05-04T00:00:00\",\n                            \"paymentDate\": \"2022-02-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"17196E88-E58B-4D51-B834-E8BC75AA7BB2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-05T00:00:00\",\n                            \"amount\": 4526.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0230b936-333d-4dc5-81eb-9cfdc4d77074\",\n                            \"dueDate\": \"2022-05-06T00:00:00\",\n                            \"paymentDate\": \"2022-02-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199664\",\n                            \"id1\": \"90815167-4D5E-4F2F-8AC6-CD8CAF071E9F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-08T00:00:00\",\n                            \"amount\": 1307.18,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"df9b4d8f-fc24-4e2c-91d5-e73a840f7daa\",\n                            \"dueDate\": \"2022-05-09T00:00:00\",\n                            \"paymentDate\": \"2022-02-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"BBA75C61-1DA6-4D5D-A797-3FFF9B730186\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-11T00:00:00\",\n                            \"amount\": 388.66,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0ccb34fe-1fe9-420e-903a-48e84d01fd6c\",\n                            \"dueDate\": \"2022-05-12T00:00:00\",\n                            \"paymentDate\": \"2022-02-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"66372166-7B9D-4E6B-A864-367778CB3D03\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-14T00:00:00\",\n                            \"amount\": 757.87,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a13bee13-8ec0-4997-b7e3-bf0dd6392297\",\n                            \"dueDate\": \"2022-05-15T00:00:00\",\n                            \"paymentDate\": \"2022-02-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"9A6C8A14-778D-4CBB-8162-FCAF57210974\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-14T00:00:00\",\n                            \"amount\": 1508,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8a71d0f1-223c-461c-9d54-2e0d968e2b60\",\n                            \"dueDate\": \"2022-05-15T00:00:00\",\n                            \"paymentDate\": \"2022-02-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"CB59D616-8FF9-4275-8EA6-C250B1484761\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-14T00:00:00\",\n                            \"amount\": 1614.27,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"28e096be-8e87-472b-86ae-9bfec28ee3dc\",\n                            \"dueDate\": \"2022-05-15T00:00:00\",\n                            \"paymentDate\": \"2022-02-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"ADFA784B-D5B8-4DE6-BBFE-E55F98B1D2CC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-15T00:00:00\",\n                            \"amount\": 677.52,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dce4d4fa-c086-4da3-91b8-c3cfe4ef2915\",\n                            \"dueDate\": \"2022-05-16T00:00:00\",\n                            \"paymentDate\": \"2022-03-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 677.52\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"FAA723D0-5FB1-442B-BE23-DD002E86A2DA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-15T00:00:00\",\n                            \"amount\": 626.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1d7fa00a-0dd5-46f4-92f0-1e2bb71e0b78\",\n                            \"dueDate\": \"2022-05-16T00:00:00\",\n                            \"paymentDate\": \"2022-02-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"BD6A82B4-BA09-42ED-B193-1392F64AACDB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-16T00:00:00\",\n                            \"amount\": 772.56,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"063344d6-0c93-4a94-81e4-bb19bc10861c\",\n                            \"dueDate\": \"2022-05-17T00:00:00\",\n                            \"paymentDate\": \"2022-02-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"05B251D1-97C5-4540-8784-FD01B535AA1C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-23T00:00:00\",\n                            \"amount\": 145.31,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"35df9c2e-3e21-4b31-be71-a5e3f9710325\",\n                            \"dueDate\": \"2022-05-24T00:00:00\",\n                            \"paymentDate\": \"2022-02-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"5EA212EB-18DC-4D99-A9A5-3FB316472FF5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-24T00:00:00\",\n                            \"amount\": 841.44,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"adce9128-199b-46ed-8b2d-7ff9679234ac\",\n                            \"dueDate\": \"2022-05-25T00:00:00\",\n                            \"paymentDate\": \"2022-02-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": \"0376AA14-084C-4673-B14A-78B1AC88DF80\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-24T00:00:00\",\n                            \"amount\": 1171.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a11fa892-61f9-44cc-bf1a-f4de6f6cbfe7\",\n                            \"dueDate\": \"2022-05-25T00:00:00\",\n                            \"paymentDate\": \"2022-02-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": \"6A90123F-3AFD-4FCD-B18B-F3CD6466BD2F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-24T00:00:00\",\n                            \"amount\": 1508,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"65084ab4-f7fc-4a71-8dfc-49d912f263b5\",\n                            \"dueDate\": \"2022-05-25T00:00:00\",\n                            \"paymentDate\": \"2022-02-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199668\",\n                            \"id1\": \"024F0B33-010A-45D0-B24D-3F1D66753AFB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-24T00:00:00\",\n                            \"amount\": 580,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"60aff647-3e5c-4862-b807-1b2994dc0514\",\n                            \"dueDate\": \"2022-05-25T00:00:00\",\n                            \"paymentDate\": \"2022-02-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"A491C86F-FFFC-40C5-BAD6-CCBB4E772BF2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-25T00:00:00\",\n                            \"amount\": 3207.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3ae0d58e-e411-4b79-9f91-4da2f02c9e81\",\n                            \"dueDate\": \"2022-05-26T00:00:00\",\n                            \"paymentDate\": \"2022-03-17T00:00:00\",\n                            \"balance\": 2,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"AEFC278E-8813-4F9E-B150-304BB242601E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-25T00:00:00\",\n                            \"amount\": 17657.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3fe4d971-e3fb-48bb-b78e-30ee95ae751d\",\n                            \"dueDate\": \"2022-05-26T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 17657.2,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"1F7ADA18-18C4-42E7-9113-B4D417FD16FE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-25T00:00:00\",\n                            \"amount\": 96396,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"30391328-33e5-4d2f-8aa0-f6b1940827e4\",\n                            \"dueDate\": \"2022-05-26T00:00:00\",\n                            \"paymentDate\": \"2022-02-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199655\",\n                            \"id1\": \"D12C47EC-463B-4099-AE7D-005506EA4256\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-28T00:00:00\",\n                            \"amount\": 164372,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3305451a-7b75-4092-bcbd-1b6cafe62725\",\n                            \"dueDate\": \"2022-05-29T00:00:00\",\n                            \"paymentDate\": \"2022-02-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"AA7D05A7-F91E-46DB-9C66-765F7D9E6DB6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-01T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fed7b1cf-b8ab-44fa-b46c-cb9ca4ab8f23\",\n                            \"dueDate\": \"2025-01-30T00:00:00\",\n                            \"paymentDate\": \"2024-11-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"BD029A51-F897-42E8-B482-CAFC373381ED\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-07T00:00:00\",\n                            \"amount\": 2213.62,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"89b61a3b-7a67-4ec8-bc3c-0a7cde60776f\",\n                            \"dueDate\": \"2025-02-05T00:00:00\",\n                            \"paymentDate\": \"2024-11-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"002CEBD6-B4CB-4F0D-BE9F-128623B5CCC5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-08T00:00:00\",\n                            \"amount\": 342.2,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7afdf5b5-3fcb-40c7-aa39-5bcc08ea7834\",\n                            \"dueDate\": \"2025-02-06T00:00:00\",\n                            \"paymentDate\": \"2024-11-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"9F8751D4-73A6-4DED-B732-1184C969DA52\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-11T00:00:00\",\n                            \"amount\": 34544.64,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A-5635 A-5634 A-5633\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"618f7d79-19b2-42a7-ab5a-05d783483a5a\",\n                            \"dueDate\": \"2025-02-09T00:00:00\",\n                            \"paymentDate\": \"2025-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"48B62B36-A33C-4515-87A9-8ACEFD9DDF1A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-12T00:00:00\",\n                            \"amount\": 86314.4,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 40 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"327b9219-a00e-49c6-a49d-76730a43d896\",\n                            \"dueDate\": \"2025-02-10T00:00:00\",\n                            \"paymentDate\": \"2024-12-27T00:00:00\",\n                            \"balance\": -0.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"DFAB9DF0-7E08-44E1-9550-460EC687D1CC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-12T00:00:00\",\n                            \"amount\": 4077.4,\n                            \"currency\": null,\n                            \"description\": \"ACEITE HIDRAULICO INDYCOM VG-68 \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c3a985bf-2e84-4ade-8f62-96c94f9d8b78\",\n                            \"dueDate\": \"2025-02-10T00:00:00\",\n                            \"paymentDate\": \"2024-11-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199671\",\n                            \"id1\": \"58A13B26-7BCE-4F4D-8074-280217753A9F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-13T00:00:00\",\n                            \"amount\": 6642.22,\n                            \"currency\": null,\n                            \"description\": \"BOMBA DE PRESION PARA SIERRA H300\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f5453403-9032-408e-a266-1b21396e5313\",\n                            \"dueDate\": \"2025-02-11T00:00:00\",\n                            \"paymentDate\": \"2024-11-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"293AA9BC-39C5-4980-8A28-AC199B94240C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-13T00:00:00\",\n                            \"amount\": 37093.3,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d3f6b867-681e-4931-a3b2-21786d548ab6\",\n                            \"dueDate\": \"2025-02-11T00:00:00\",\n                            \"paymentDate\": \"2025-01-08T00:00:00\",\n                            \"balance\": -0.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"8B9EF54E-69A4-4BC1-A257-F7E2B03343B4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-14T00:00:00\",\n                            \"amount\": 7782.85,\n                            \"currency\": null,\n                            \"description\": \"CHIV2506 CARRETE DE HILO DE .25 MM 6 KG23153141 - Carrete de hilo de laton de .25 mm 6 kg.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"da665b5d-3be6-4240-a076-665809b2e605\",\n                            \"dueDate\": \"2025-02-12T00:00:00\",\n                            \"paymentDate\": \"2025-01-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"F6B1DB5D-A05B-492C-BF42-C8C1866239D7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-15T00:00:00\",\n                            \"amount\": 22776.6,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 56 X 32\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ba6bb13b-747a-4a32-a86d-c1864f5f99d0\",\n                            \"dueDate\": \"2025-02-13T00:00:00\",\n                            \"paymentDate\": \"2025-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199672\",\n                            \"id1\": \"DE96D594-334B-4C5C-B27E-AEF987FF44A1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-19T00:00:00\",\n                            \"amount\": 5220,\n                            \"currency\": null,\n                            \"description\": \"EBONOL 946\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b992bf01-d24c-4804-8fde-9c6280c52f50\",\n                            \"dueDate\": \"2025-02-17T00:00:00\",\n                            \"paymentDate\": \"2024-11-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"16DB0D69-CF2E-4BB6-9493-8C2D3C77C1F3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-22T00:00:00\",\n                            \"amount\": 104052,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0fa8084f-d877-436a-ad3e-f7e13da9d5ce\",\n                            \"dueDate\": \"2025-02-20T00:00:00\",\n                            \"paymentDate\": \"2024-11-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"C30AB2E3-AEBD-4DC2-B235-48F7A14F71A2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-22T00:00:00\",\n                            \"amount\": 4022.88,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 40 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9bdc7bfe-1c19-4230-b3a8-4c6aecde85e6\",\n                            \"dueDate\": \"2025-02-20T00:00:00\",\n                            \"paymentDate\": \"2025-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"63C1B91F-060D-4BDB-8ACB-0186E855CCC3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-25T00:00:00\",\n                            \"amount\": 62413.8,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a397e4a1-2f8a-4b06-bd68-8a86066014ef\",\n                            \"dueDate\": \"2025-02-23T00:00:00\",\n                            \"paymentDate\": \"2025-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"10771311-E267-5B72-9232-65AEC43DE517\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-26T00:00:00\",\n                            \"amount\": 3152.88,\n                            \"currency\": null,\n                            \"description\": \"674738 CUBOS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4a251ba0-cf68-4df1-9450-753961649317\",\n                            \"dueDate\": \"2025-02-24T00:00:00\",\n                            \"paymentDate\": \"2024-12-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"192D31E7-6A34-41A2-8F69-6E5F4A02CDA2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-26T00:00:00\",\n                            \"amount\": 1257,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A - 5639\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a2284488-8408-432f-b5ee-6ffe181783d8\",\n                            \"dueDate\": \"2025-02-24T00:00:00\",\n                            \"paymentDate\": \"2025-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"7FA57440-C7F8-4C07-9CE6-BFD0B97250BA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-27T00:00:00\",\n                            \"amount\": 3204.98,\n                            \"currency\": null,\n                            \"description\": \"ATT Armalo Negocios $399\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"872fb9cb-eadb-4f62-89c6-0c6cb4c015fd\",\n                            \"dueDate\": \"2025-02-25T00:00:00\",\n                            \"paymentDate\": \"2024-12-15T00:00:00\",\n                            \"balance\": 1771.2,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"D9A52D86-9717-4D98-947C-109429399191\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-27T00:00:00\",\n                            \"amount\": 57385.2,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 56 X 32\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"08a85119-f9ff-4dec-afa9-d8a713305d03\",\n                            \"dueDate\": \"2025-02-25T00:00:00\",\n                            \"paymentDate\": \"2025-01-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"08CB1424-F0C9-4754-A946-3F73F3284910\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-29T00:00:00\",\n                            \"amount\": 15091.69,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A-5641\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"15fb74cc-7ab1-4882-b99e-670d89b1679e\",\n                            \"dueDate\": \"2025-02-27T00:00:00\",\n                            \"paymentDate\": \"2025-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199674\",\n                            \"id1\": \"9C8ED203-CDC9-4C85-87C5-0469F05C69CF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-30T00:00:00\",\n                            \"amount\": 145812,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS fundidas mecanizadas en V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1aa2688b-9693-4ce6-a05d-ec94acd9e8f6\",\n                            \"dueDate\": \"2025-02-28T00:00:00\",\n                            \"paymentDate\": \"2024-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA1E97C-569B-4C57-804D-F57C06118226\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-30T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4015420-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4b3e571c-edce-4428-b48d-e76b19cfdd57\",\n                            \"dueDate\": \"2025-02-28T00:00:00\",\n                            \"paymentDate\": \"2024-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"65FBA004-C44C-4274-B981-E6FAC7C7676C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-01T00:00:00\",\n                            \"amount\": 342.2,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"038f627e-0db6-4b40-9e57-c09d5ec251c9\",\n                            \"dueDate\": \"2025-06-30T00:00:00\",\n                            \"paymentDate\": \"2025-04-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"876AC1A9-9FD5-45E0-A3FA-C3617A92819F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-04T00:00:00\",\n                            \"amount\": 1554.65,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3b418ed7-ded4-46d2-9400-4ac8642e951b\",\n                            \"dueDate\": \"2025-07-03T00:00:00\",\n                            \"paymentDate\": \"2025-04-30T00:00:00\",\n                            \"balance\": 0.05,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"760F3399-24F2-404A-968E-1DC7CBAFDC2E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-06T00:00:00\",\n                            \"amount\": 56134.3,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d863e8ba-d7e8-47ee-9f74-0d9f06d63788\",\n                            \"dueDate\": \"2025-07-05T00:00:00\",\n                            \"paymentDate\": \"2025-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"2F1792C0-A140-4548-9623-37947BFEC824\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-06T00:00:00\",\n                            \"amount\": 56134.3,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6a544466-0014-4dae-8bf9-f1976118b6f5\",\n                            \"dueDate\": \"2025-07-05T00:00:00\",\n                            \"paymentDate\": \"2025-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199636\",\n                            \"id1\": \"2673AB29-03D1-4CC9-9010-9B15B86B5076\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-07T00:00:00\",\n                            \"amount\": 696,\n                            \"currency\": null,\n                            \"description\": \"PTR 1-1/2\\\" x 1-1/2\\\" C16 (C-150)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2013030d-ef00-457e-9b77-84586f6950f8\",\n                            \"dueDate\": \"2025-07-06T00:00:00\",\n                            \"paymentDate\": \"2025-04-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"E75D9977-7C6B-42C5-8ED1-792AB3A052FA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-07T00:00:00\",\n                            \"amount\": 12319.8,\n                            \"currency\": null,\n                            \"description\": \"1018 SOL 3/4 PLG x 2 1/2 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"69a4d5a4-a812-4135-aa24-a4dcb9f6a55b\",\n                            \"dueDate\": \"2025-07-06T00:00:00\",\n                            \"paymentDate\": \"2025-04-25T00:00:00\",\n                            \"balance\": -0.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"34586BD0-25A8-4F85-8AA8-1917F1E1E54A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-08T00:00:00\",\n                            \"amount\": 2843.16,\n                            \"currency\": null,\n                            \"description\": \"ACEITE P/ BANCADAS INDYCOM 134-B\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6282d38b-a031-4391-825c-bf779b617074\",\n                            \"dueDate\": \"2025-07-07T00:00:00\",\n                            \"paymentDate\": \"2025-04-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"30804F1F-E108-4746-8618-0972AE4F874C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-08T00:00:00\",\n                            \"amount\": 499.44,\n                            \"currency\": null,\n                            \"description\": \"EAD EXTENDIDO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a8e444eb-eb4e-4d24-a139-4142ab9f1a37\",\n                            \"dueDate\": \"2025-07-07T00:00:00\",\n                            \"paymentDate\": \"2025-04-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"9BB836A3-85F2-4535-A8F7-0275534CE981\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-09T00:00:00\",\n                            \"amount\": 6130.58,\n                            \"currency\": null,\n                            \"description\": \"1018 RED 1 1/2 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2f4f3072-570f-4ab3-a1bc-a30815de05da\",\n                            \"dueDate\": \"2025-07-08T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 6130.58,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199675\",\n                            \"id1\": \"CD550EA7-DBA9-4CB8-A60E-97D826B05D6D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-10T00:00:00\",\n                            \"amount\": 12492.4,\n                            \"currency\": null,\n                            \"description\": \"FINIQUITO POR FABRICACION DE TARJA ACERO INOXIDABLE C20 T304\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2aef84c4-7654-459d-bb67-257e12d8357c\",\n                            \"dueDate\": \"2025-07-09T00:00:00\",\n                            \"paymentDate\": \"2025-04-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"975F15F5-CA39-4D17-B5B6-8AE2D9A75328\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-10T00:00:00\",\n                            \"amount\": 999.7,\n                            \"currency\": null,\n                            \"description\": \"1018 RED 1 1/4 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"58a7b4d3-f541-4d43-9c50-16fc080dcacf\",\n                            \"dueDate\": \"2025-07-09T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 999.7,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"8C99D940-190A-4360-B757-F8F1BFA79953\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-11T00:00:00\",\n                            \"amount\": 1179.71,\n                            \"currency\": null,\n                            \"description\": \"COBRE BARRA RED. 1100 50.8 MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8fc7c576-d562-498b-a3b0-ce8bd903b31b\",\n                            \"dueDate\": \"2025-07-10T00:00:00\",\n                            \"paymentDate\": \"2025-04-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199636\",\n                            \"id1\": \"17E82346-2E56-474B-9EDF-AF28437903FD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-11T00:00:00\",\n                            \"amount\": 360,\n                            \"currency\": null,\n                            \"description\": \"PTR 1-1/2\\\" x 1-1/2\\\" C14 (C-150)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"556755e1-58b1-4ecd-bf28-8a2bf26d65a5\",\n                            \"dueDate\": \"2025-07-10T00:00:00\",\n                            \"paymentDate\": \"2025-04-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199636\",\n                            \"id1\": \"6ECA8036-3D7E-4548-A159-34F9F7617CDD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-16T00:00:00\",\n                            \"amount\": 4350,\n                            \"currency\": null,\n                            \"description\": \"PTR 1-1/2\\\" x 1-1/2\\\" C14 (C-150)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c7a4d2b2-4ab3-428f-8fc0-fc8e042d7387\",\n                            \"dueDate\": \"2025-07-15T00:00:00\",\n                            \"paymentDate\": \"2025-04-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"42687BC5-ABD8-4F3B-9E7A-55B501225BE7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-21T00:00:00\",\n                            \"amount\": 1298.67,\n                            \"currency\": null,\n                            \"description\": \"COBRE BARRA RED. 1100 50.8 MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"40ab581c-9a2e-4f96-aab7-310d83ec1202\",\n                            \"dueDate\": \"2025-07-20T00:00:00\",\n                            \"paymentDate\": \"2025-04-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199634\",\n                            \"id1\": \"A5A4DEFB-B269-43B9-AA88-30173A9B7E80\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-23T00:00:00\",\n                            \"amount\": 13097.6,\n                            \"currency\": null,\n                            \"description\": \"ANTICIPO 14 piezas Charola de 15cm x 175cm con tope de 1/2 \\\"  14 piezas de Cremallera de 1.20m de alto 7 piezas de perfocel metalico 46 cm x96.5cm todo en color gris claro.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fca31f44-c712-437e-b252-267fe8c41fcb\",\n                            \"dueDate\": \"2025-07-22T00:00:00\",\n                            \"paymentDate\": \"2025-04-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"177FA7D3-91F9-4FC9-9325-C2647A349E5E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-24T00:00:00\",\n                            \"amount\": 9005.76,\n                            \"currency\": null,\n                            \"description\": \"COBRE BERILIO 0.5 % BARRA RED. 50.8 MM.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c3de7857-0036-4860-b72d-b097ef35dbaa\",\n                            \"dueDate\": \"2025-07-23T00:00:00\",\n                            \"paymentDate\": \"2025-04-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199676\",\n                            \"id1\": \"3939D47B-21DF-11F0-8134-DDDD1AC35FE7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-25T00:00:00\",\n                            \"amount\": 1484.4,\n                            \"currency\": null,\n                            \"description\": \"1018 SOL 1/2\\\"\\\" X 1 1/2\\\"\\\" EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4bd4efd4-f571-4e8b-8311-1de6fe8c01a0\",\n                            \"dueDate\": \"2025-07-24T00:00:00\",\n                            \"paymentDate\": \"2025-04-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"68F310A9-CF78-4178-B2AD-E805E3A9CE8A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-25T00:00:00\",\n                            \"amount\": 16574.1,\n                            \"currency\": null,\n                            \"description\": \"1018 SOL 3/4 PLG x 1 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e93758ca-a0dc-411b-8120-bf5f2575ca97\",\n                            \"dueDate\": \"2025-07-24T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 16574.1,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"601CB4FF-4C71-4587-B084-6795E1AEF069\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-25T00:00:00\",\n                            \"amount\": 3204.98,\n                            \"currency\": null,\n                            \"description\": \"ATT Armalo Negocios $399\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"55ded2c0-13c7-4ed9-81d6-c3e015072c46\",\n                            \"dueDate\": \"2025-07-24T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 3204.98,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"BB90F226-CA2F-5766-B9F3-BADD6F44D334\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-26T00:00:00\",\n                            \"amount\": 208.8,\n                            \"currency\": null,\n                            \"description\": \"MAQ005 CUBO CHICO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1fe7c4b2-ac32-46dd-87b7-21ecd79216ec\",\n                            \"dueDate\": \"2025-07-25T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 208.8,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"B2CEE4DC-9F2B-43B6-847E-117D203107C7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-28T00:00:00\",\n                            \"amount\": 291.16,\n                            \"currency\": null,\n                            \"description\": \"PAPEL BOND PARA IMPRESORA CARTA 93% BLANCURA 75G\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8f9bfa7d-e8ab-453c-b16e-c76ef986f789\",\n                            \"dueDate\": \"2025-07-27T00:00:00\",\n                            \"paymentDate\": \"2025-04-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199677\",\n                            \"id1\": \"42C47C29-C0D4-4EDA-BC5D-7B7EEEE7C4D2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-29T00:00:00\",\n                            \"amount\": 89088,\n                            \"currency\": null,\n                            \"description\": \"Soluble Refigerante 209 Lts soluble 605D Lote F14674423\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4950f3c6-dd04-42e4-8373-b0e3b09b6b37\",\n                            \"dueDate\": \"2025-07-28T00:00:00\",\n                            \"paymentDate\": \"2025-04-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": \"9B59954C-2619-4A4C-A61A-BF6FA6E565FD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-30T00:00:00\",\n                            \"amount\": 92452,\n                            \"currency\": null,\n                            \"description\": \"Componentes y Suministros de Manufactura Piezas fundidas mecanizadas en V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b1e96d8e-6abf-4222-93e5-46860aec824b\",\n                            \"dueDate\": \"2025-07-29T00:00:00\",\n                            \"paymentDate\": \"2025-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": \"B258A08B-CE16-4ABF-8F5A-10D6E4A517F2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-30T00:00:00\",\n                            \"amount\": 85524,\n                            \"currency\": null,\n                            \"description\": \"Equipo de izaje y accesorios Gato de tornillo ajustable 1-1/2 L\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7584ea53-f8ed-4fa7-acbf-39bcd3ebab5a\",\n                            \"dueDate\": \"2025-07-29T00:00:00\",\n                            \"paymentDate\": \"2025-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"CEB32697-046B-4738-AE0D-A19CBEC4EEAA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-30T00:00:00\",\n                            \"amount\": 101036,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN PROCESO V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d8d9e90a-0539-4b7b-b0f6-c95f700cda48\",\n                            \"dueDate\": \"2025-07-29T00:00:00\",\n                            \"paymentDate\": \"2025-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"4FF3E1D1-5300-4CA1-9DA7-83D1CED6AC2E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-30T00:00:00\",\n                            \"amount\": 94308,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 56X32\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"084a1a4c-11ea-4c6b-89b0-df3cde4464ab\",\n                            \"dueDate\": \"2025-07-29T00:00:00\",\n                            \"paymentDate\": \"2025-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": \"C091E541-CC93-4AAB-BD23-5D41DD483655\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-30T00:00:00\",\n                            \"amount\": 3779.46,\n                            \"currency\": null,\n                            \"description\": \"#827 PRIMAR 1-1/16\\\" * dpp 4-6 * 153\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c91ad47d-2594-4346-b2db-099cd27d82d5\",\n                            \"dueDate\": \"2025-07-29T00:00:00\",\n                            \"paymentDate\": \"2025-05-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199636\",\n                            \"id1\": \"959549A4-D699-4346-9DA9-AC923916E7ED\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-30T00:00:00\",\n                            \"amount\": 1152,\n                            \"currency\": null,\n                            \"description\": \"PTR 1-1/2\\\" x 1-1/2\\\" C14 (C-150)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cccc6ead-619e-49d7-9556-8651762279dd\",\n                            \"dueDate\": \"2025-07-29T00:00:00\",\n                            \"paymentDate\": \"2025-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"12F5CE77-B017-4D24-BE76-25CFCC53E928\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-02T00:00:00\",\n                            \"amount\": 37753.37,\n                            \"currency\": null,\n                            \"description\": \"Soluble refrigerante 209 lts Soluble S-500CFD (Aceite soluble en agua ) Hangsterfers [Fecha documento aduanero: (24  24  3573  4031651) 27/11/2024]\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"222d578b-5f51-469f-84a5-fdd7f29b6cb0\",\n                            \"dueDate\": \"2025-03-02T00:00:00\",\n                            \"paymentDate\": \"2025-05-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"410BACB0-E32F-4BCD-B811-884575C9D4C0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-02T00:00:00\",\n                            \"amount\": 41753.7,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"62062878-680b-492f-a147-9af12a2da721\",\n                            \"dueDate\": \"2025-03-02T00:00:00\",\n                            \"paymentDate\": \"2024-12-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"D6266610-9F78-4F9E-8A42-EF445F79992A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-02T00:00:00\",\n                            \"amount\": 23900.6,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"12b5e63b-6ecf-4549-a15c-71288b23d0b3\",\n                            \"dueDate\": \"2025-03-02T00:00:00\",\n                            \"paymentDate\": \"2025-02-06T00:00:00\",\n                            \"balance\": -0.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"3A12F17F-5A6D-4434-807E-C83EA583B246\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-02T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2ee03702-f8cf-4f9d-9259-8cccf68202aa\",\n                            \"dueDate\": \"2025-03-02T00:00:00\",\n                            \"paymentDate\": \"2024-12-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"64C91E74-C22E-449B-B32F-E88C1CA4B545\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-03T00:00:00\",\n                            \"amount\": 71583.6,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 56 X 32\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d1ac5c56-b75f-4873-a101-552f0b454220\",\n                            \"dueDate\": \"2025-03-03T00:00:00\",\n                            \"paymentDate\": \"2025-01-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"560CAB03-E2F3-4B4A-8B70-0F45871BC7CA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-04T00:00:00\",\n                            \"amount\": 49457.8,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"400e2a3c-11fd-4e1f-881c-29d6298f69db\",\n                            \"dueDate\": \"2025-03-04T00:00:00\",\n                            \"paymentDate\": \"2025-02-06T00:00:00\",\n                            \"balance\": 0.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"7DD5183B-F753-4F64-A798-D7578A813AAB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-04T00:00:00\",\n                            \"amount\": 1892.43,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b478ea9f-d156-433c-b9ac-39fbfba1d1f2\",\n                            \"dueDate\": \"2025-03-04T00:00:00\",\n                            \"paymentDate\": \"2025-01-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199635\",\n                            \"id1\": \"2839236A-B3F4-11EF-AD1B-91FAE6F7A73E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-06T00:00:00\",\n                            \"amount\": 22741.94,\n                            \"currency\": null,\n                            \"description\": \"P048·M10·SAA00·NW\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b4abd845-0689-4b75-9424-3e956ef446b0\",\n                            \"dueDate\": \"2025-03-06T00:00:00\",\n                            \"paymentDate\": \"2024-12-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"DDC47821-EF7B-4E66-92D9-DE9540864297\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-09T00:00:00\",\n                            \"amount\": 66850.8,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 56 X 28\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"45d49522-f661-486e-a7ef-4a336fd6a7ca\",\n                            \"dueDate\": \"2025-03-09T00:00:00\",\n                            \"paymentDate\": \"2025-02-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"E044F20D-9598-47A3-A63B-B4F6334CDE5C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-10T00:00:00\",\n                            \"amount\": 28988.4,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 56 X 32\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"97127eff-6d7a-4b14-9ed2-33e274d1328d\",\n                            \"dueDate\": \"2025-03-10T00:00:00\",\n                            \"paymentDate\": \"2025-02-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"874A37F5-5C26-4D5F-A73B-2BE908C6ED7B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-11T00:00:00\",\n                            \"amount\": 102428,\n                            \"currency\": null,\n                            \"description\": \"LAMINA DE ACERO INOXIDABLE 4 X 10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"36cfca18-7b63-4320-b803-30ad64d38793\",\n                            \"dueDate\": \"2025-03-11T00:00:00\",\n                            \"paymentDate\": \"2024-12-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"77092BFC-3E27-450E-9983-76F10CB7693C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-11T00:00:00\",\n                            \"amount\": 106488,\n                            \"currency\": null,\n                            \"description\": \"REDONDO 4140 DE 3 1/2 PLGL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e4e0e78b-a8e8-4e83-b481-1bd49a89de88\",\n                            \"dueDate\": \"2025-03-11T00:00:00\",\n                            \"paymentDate\": \"2024-12-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"F248390E-E7A6-45B0-AA45-3D61C19487FB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-12T00:00:00\",\n                            \"amount\": 29726.81,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A - 5643 A - 5647\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"87cf10be-d7c9-415e-94a0-c48dc742f389\",\n                            \"dueDate\": \"2025-03-12T00:00:00\",\n                            \"paymentDate\": \"2025-01-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"E4B626A2-33B5-40F1-A5D8-1665882E662E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-16T00:00:00\",\n                            \"amount\": 28416.78,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A - 5644 A - 5650 A - 5651\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"21bd595c-38ee-484d-b734-74aa2716ec8d\",\n                            \"dueDate\": \"2025-03-16T00:00:00\",\n                            \"paymentDate\": \"2025-01-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"354DB4DB-50CD-4496-B196-6E809AB16FEB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-18T00:00:00\",\n                            \"amount\": 53012,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d6b6237f-8a8c-45a5-b31f-b6b857806dfa\",\n                            \"dueDate\": \"2025-03-18T00:00:00\",\n                            \"paymentDate\": \"2024-12-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199680\",\n                            \"id1\": \"08FCC74B-9912-4643-B5C0-E8072633747F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-19T00:00:00\",\n                            \"amount\": 783,\n                            \"currency\": null,\n                            \"description\": \"BANDA DENTADA SUPER HC\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ab417dbd-24f2-41d9-93c6-0202cf6ab3d8\",\n                            \"dueDate\": \"2025-03-19T00:00:00\",\n                            \"paymentDate\": \"2024-12-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"28FA1465-2A45-4F8E-A132-DB16EA76CD85\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-19T00:00:00\",\n                            \"amount\": 7868.28,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 80 X 50\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7f4afe93-2e01-4020-8e8f-5ad5361297ac\",\n                            \"dueDate\": \"2025-03-19T00:00:00\",\n                            \"paymentDate\": \"2025-02-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"7D86457D-E0AC-4DB1-9AB4-F3CF89606AEA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-20T00:00:00\",\n                            \"amount\": 106488,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 56 X 32\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bb2df004-c2f6-4a74-8247-7b5a1db619ee\",\n                            \"dueDate\": \"2025-03-20T00:00:00\",\n                            \"paymentDate\": \"2024-12-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"488333BA-0E34-4C5B-8632-A33ED16520FF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-20T00:00:00\",\n                            \"amount\": 97092,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 40 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1ebe6046-3a8a-4bc8-b88f-dbda013101ca\",\n                            \"dueDate\": \"2025-03-20T00:00:00\",\n                            \"paymentDate\": \"2024-12-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"B519C417-4454-4047-B778-33B0A648C876\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-25T00:00:00\",\n                            \"amount\": 3204.98,\n                            \"currency\": null,\n                            \"description\": \"ATT Armalo Negocios $399\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4139fb63-c265-4a07-a526-95f32c1f58c4\",\n                            \"dueDate\": \"2025-03-25T00:00:00\",\n                            \"paymentDate\": \"2025-01-14T00:00:00\",\n                            \"balance\": -1829.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": \"F69C7A06-D9C1-4D7A-BE22-5A6E2D632BAE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-27T00:00:00\",\n                            \"amount\": 12760,\n                            \"currency\": null,\n                            \"description\": \"RT1 145X6X31.7 3SB100\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7315e7a2-af31-4b10-8a96-8802cc00f38e\",\n                            \"dueDate\": \"2025-03-27T00:00:00\",\n                            \"paymentDate\": \"2024-12-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": \"5FD25934-F9A3-46E0-BD48-56DC6982B33B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-27T00:00:00\",\n                            \"amount\": 14036,\n                            \"currency\": null,\n                            \"description\": \"RT1 145X6X31.7 3SB100\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b6350be5-7d43-402c-958d-f4cbf25d9bd7\",\n                            \"dueDate\": \"2025-03-27T00:00:00\",\n                            \"paymentDate\": \"2024-12-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"D079303A-01F3-4C06-8EF0-0AB4192AA018\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-27T00:00:00\",\n                            \"amount\": 5978.84,\n                            \"currency\": null,\n                            \"description\": \"PRIMA. RECIBO:109400308\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1f9cf05e-c3ef-4b50-90fb-2e1f22fb4b59\",\n                            \"dueDate\": \"2025-03-27T00:00:00\",\n                            \"paymentDate\": \"2024-12-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"12923784-9063-4B52-B788-0B33FBEF5503\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-28T00:00:00\",\n                            \"amount\": 99876,\n                            \"currency\": null,\n                            \"description\": \"BRONCE 4 X 6 X 1 MTO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a8304e1f-c009-4246-bf2b-3ad69626ec7b\",\n                            \"dueDate\": \"2025-03-28T00:00:00\",\n                            \"paymentDate\": \"2024-12-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"8AE7770F-F1E3-4C64-9B6D-A858085A3C34\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-31T00:00:00\",\n                            \"amount\": 21692,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"51e257aa-db3b-4d62-9dc2-83e822193f53\",\n                            \"dueDate\": \"2025-03-31T00:00:00\",\n                            \"paymentDate\": \"2024-12-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"8444EF9C-01CA-45C7-BE3E-60FE231AD762\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-31T00:00:00\",\n                            \"amount\": 17112.4,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8b10d353-c3e1-4396-8a78-2b2326539fcb\",\n                            \"dueDate\": \"2025-03-31T00:00:00\",\n                            \"paymentDate\": \"2024-12-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199681\",\n                            \"id1\": \"18C75584-A661-40C7-94F1-714F5A04F804\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-31T00:00:00\",\n                            \"amount\": 66236,\n                            \"currency\": null,\n                            \"description\": \"SOLUBLE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bab2bebe-b129-4453-9be3-89711aee0684\",\n                            \"dueDate\": \"2025-03-31T00:00:00\",\n                            \"paymentDate\": \"2024-12-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"1AFDF468-C1D1-4772-AACE-BC6B65C5B70D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-31T00:00:00\",\n                            \"amount\": 66236,\n                            \"currency\": null,\n                            \"description\": \"SOLUBLE REFRIGERANTE 19 LTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9c47285a-000e-4f8e-89a3-16996a891cae\",\n                            \"dueDate\": \"2025-03-31T00:00:00\",\n                            \"paymentDate\": \"2024-12-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA1F714-9C5C-480F-8F95-B2C08EC6DE39\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-31T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4016082-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3f05ccbd-f56d-4e74-a690-23913026fb76\",\n                            \"dueDate\": \"2025-03-31T00:00:00\",\n                            \"paymentDate\": \"2024-12-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA19424-D5DB-4D75-9DA8-51498E2410A7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4002043-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c71dee3b-ff60-4161-af32-55f1a528bf5d\",\n                            \"dueDate\": \"2025-03-31T00:00:00\",\n                            \"paymentDate\": \"2024-12-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"3F307160-8BB7-49C7-BE2C-196D70485F64\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-01T00:00:00\",\n                            \"amount\": 917.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dd8c5328-671a-466f-bcfb-95f4e6292842\",\n                            \"dueDate\": \"2022-12-30T00:00:00\",\n                            \"paymentDate\": \"2022-10-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"8C4E0D10-B4A8-4238-9E96-CA044DE0AA39\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-01T00:00:00\",\n                            \"amount\": 701.09,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1c2eef2b-17ec-4d7d-9d3b-947d0375d4fd\",\n                            \"dueDate\": \"2022-12-30T00:00:00\",\n                            \"paymentDate\": \"2022-10-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"5CAA3500-ECB0-454B-A4AC-9C48227F2E22\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-01T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d180913d-1c05-4057-8d2e-bef2f7b8fe67\",\n                            \"dueDate\": \"2022-12-30T00:00:00\",\n                            \"paymentDate\": \"2022-10-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"07C02F30-30B7-4A7C-8EDE-4D50C0E4759A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-01T00:00:00\",\n                            \"amount\": 849,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"03d9168e-a017-41c1-bd79-aab876c90fc6\",\n                            \"dueDate\": \"2022-12-30T00:00:00\",\n                            \"paymentDate\": \"2022-10-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199682\",\n                            \"id1\": \"E5B7CA64-D81F-D641-84C6-1C825718683F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-03T00:00:00\",\n                            \"amount\": 1508,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"606f8675-57b2-4509-b7ed-1c4f73a2d7c1\",\n                            \"dueDate\": \"2023-01-01T00:00:00\",\n                            \"paymentDate\": \"2022-10-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"36525010-F19D-4673-8E86-3D962210DE67\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-04T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b018082a-c06b-4efb-a4ae-6a59edd142a4\",\n                            \"dueDate\": \"2023-01-02T00:00:00\",\n                            \"paymentDate\": \"2022-10-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199683\",\n                            \"id1\": \"0F99F41F-19F1-4744-BA92-BE014AAD4E97\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-05T00:00:00\",\n                            \"amount\": 90.67,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b2664fcb-7f48-49cd-b73e-0e13fcaeb931\",\n                            \"dueDate\": \"2023-01-03T00:00:00\",\n                            \"paymentDate\": \"2022-10-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"DD637A53-586F-4D2B-BB2D-DF9B703AF311\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-06T00:00:00\",\n                            \"amount\": 7746.71,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"17134977-69f1-47ee-b482-c49203b3d24d\",\n                            \"dueDate\": \"2023-01-04T00:00:00\",\n                            \"paymentDate\": \"2022-12-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": \"C3A75291-1BF1-4BF3-A2A5-48696E514D5B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-06T00:00:00\",\n                            \"amount\": 3642.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"179f698d-8705-4723-a31b-e248ac3de8b1\",\n                            \"dueDate\": \"2023-01-04T00:00:00\",\n                            \"paymentDate\": \"2022-10-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199684\",\n                            \"id1\": \"01D8BD01-5BFA-4660-BB32-59B269A21FAC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-06T00:00:00\",\n                            \"amount\": 5626,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"05fbdf3f-dd25-458f-8f45-c49dffe5a367\",\n                            \"dueDate\": \"2023-01-04T00:00:00\",\n                            \"paymentDate\": \"2022-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"0CEA5C3E-CEE5-4E4C-85B1-EB5DE547357D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 2328.7,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4dbb281d-a012-4347-a275-0c2b011a7785\",\n                            \"dueDate\": \"2023-01-05T00:00:00\",\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"894D512D-DF59-4189-8D27-175ECFC8F385\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f60f6593-2b4a-4319-bbb6-2572b2c24d2c\",\n                            \"dueDate\": \"2023-01-05T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"52F25F7F-5736-45EA-929E-B744EC8B6727\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f5e8e97c-cd5d-4d9d-b764-0f0fc007264f\",\n                            \"dueDate\": \"2023-01-05T00:00:00\",\n                            \"paymentDate\": \"2022-10-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"F141F1D5-A466-4552-9487-052F951BB77C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-08T00:00:00\",\n                            \"amount\": 2427.22,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7053379c-78a2-4855-86dc-ad0164a7d33e\",\n                            \"dueDate\": \"2023-01-06T00:00:00\",\n                            \"paymentDate\": \"2022-10-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"10A4A608-7BF4-4B27-A257-9A6491ABABC2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-11T00:00:00\",\n                            \"amount\": 4129.67,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"576614da-dba0-4c3f-bb18-72554d8f4be2\",\n                            \"dueDate\": \"2023-01-09T00:00:00\",\n                            \"paymentDate\": \"2022-10-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"D4ADDBD0-20AB-4735-AE47-5C27CA514061\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-12T00:00:00\",\n                            \"amount\": 1582.24,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7c9a4088-04c3-4655-8e87-a2178d6e0e11\",\n                            \"dueDate\": \"2023-01-10T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 1582.24,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": \"3027D8AC-4D2A-C643-9248-26122D9DDB0E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-12T00:00:00\",\n                            \"amount\": 553.32,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"97ef1249-4c53-40f6-b810-d6b866b284ce\",\n                            \"dueDate\": \"2023-01-10T00:00:00\",\n                            \"paymentDate\": \"2022-10-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"B73C1071-5C14-49F8-938B-B6190A4E2528\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-18T00:00:00\",\n                            \"amount\": 1388.52,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5b12693a-5134-409e-8def-6ac3af21f3dd\",\n                            \"dueDate\": \"2023-01-16T00:00:00\",\n                            \"paymentDate\": \"2022-10-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"4F278A85-83CF-444D-8B73-459958ACA04A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"98a1ae1f-0b13-4223-b744-9b7c6ceeb15c\",\n                            \"dueDate\": \"2023-01-17T00:00:00\",\n                            \"paymentDate\": \"2022-10-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199685\",\n                            \"id1\": \"DEEBB695-04B9-455A-AFFC-685D1A2F89BF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-19T00:00:00\",\n                            \"amount\": 2871,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ec229cd9-0378-4fdd-b83e-66b1c93bfe9d\",\n                            \"dueDate\": \"2023-01-17T00:00:00\",\n                            \"paymentDate\": \"2022-10-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"8FAD2EDC-4D6C-4240-9F18-74D7EAE73C1E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-19T00:00:00\",\n                            \"amount\": 18519.1,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fee78fd7-a988-4583-ad0f-de88b927685e\",\n                            \"dueDate\": \"2023-01-17T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 18519.1,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"8BC38785-0796-4E34-A299-4E8BD05D1076\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-25T00:00:00\",\n                            \"amount\": 3207.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5498afe9-3c21-4d35-944e-1458a409589c\",\n                            \"dueDate\": \"2023-01-23T00:00:00\",\n                            \"paymentDate\": \"2022-11-20T00:00:00\",\n                            \"balance\": 12.6,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199686\",\n                            \"id1\": \"C5DF2862-8ACD-4CC1-BA91-FF879D02D987\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-25T00:00:00\",\n                            \"amount\": 3857.79,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0ff32769-e292-4524-b365-2040f5245218\",\n                            \"dueDate\": \"2023-01-23T00:00:00\",\n                            \"paymentDate\": \"2022-10-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199687\",\n                            \"id1\": \"700B854C-9372-4C48-877B-A17DC7F32D80\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-26T00:00:00\",\n                            \"amount\": 3718.07,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a86ad665-189e-40db-b723-c156737ec4ee\",\n                            \"dueDate\": \"2023-01-24T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 3718.07,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"4971DB8E-9BC2-4E03-AD00-D4DF53FB5466\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-27T00:00:00\",\n                            \"amount\": 1310.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9f86944d-0416-4298-a0ca-9bbfc444b1fb\",\n                            \"dueDate\": \"2023-01-25T00:00:00\",\n                            \"paymentDate\": \"2022-10-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"73476D4D-9B7E-4A9D-835A-F1D41F91FE90\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-28T00:00:00\",\n                            \"amount\": 91292,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a4535720-fa12-443a-9540-b715cc83aa33\",\n                            \"dueDate\": \"2023-01-26T00:00:00\",\n                            \"paymentDate\": \"2022-10-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": \"D80BE728-8E45-49AD-8015-2E147EE22E35\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-28T00:00:00\",\n                            \"amount\": 3648.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"942eecdf-5b40-4870-86ad-280ee730fcd2\",\n                            \"dueDate\": \"2023-01-26T00:00:00\",\n                            \"paymentDate\": \"2022-10-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199689\",\n                            \"id1\": \"C40E036C-276B-4073-8602-19876E7D1908\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-31T00:00:00\",\n                            \"amount\": 126092,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4fd0b089-40c9-407c-b010-723ef35bbe2e\",\n                            \"dueDate\": \"2023-01-29T00:00:00\",\n                            \"paymentDate\": \"2022-10-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": \"9C5B1AED-22D8-4431-AFC4-86572ADD1D68\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-31T00:00:00\",\n                            \"amount\": 96396,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2f53cd6c-c329-4593-bfa9-f2fd538a751c\",\n                            \"dueDate\": \"2023-01-29T00:00:00\",\n                            \"paymentDate\": \"2022-10-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA18660-197C-403C-8236-9BA50E81C176\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-31T00:00:00\",\n                            \"amount\": 657,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d135fb6d-2482-493e-868f-740f6a39bec3\",\n                            \"dueDate\": \"2023-01-29T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 657,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA15044-A0E6-4674-906C-999C2C7C3D9E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-31T00:00:00\",\n                            \"amount\": 278,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"af38a911-f24c-45f7-846f-4c30cded1df1\",\n                            \"dueDate\": \"2023-01-29T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 278,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA12232-19B6-422C-A0B1-9B587D1CC173\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-31T00:00:00\",\n                            \"amount\": 278,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cd22de82-1a33-445a-8cce-ffb28aef9021\",\n                            \"dueDate\": \"2023-01-29T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 278,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"FD078EE6-B70D-4F9B-B122-9E10B50A09C0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-01T00:00:00\",\n                            \"amount\": 1817.69,\n                            \"currency\": null,\n                            \"description\": \"1018 CDR 3/4 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e875dc05-0265-4888-b42c-a025ee00bbb9\",\n                            \"dueDate\": \"2024-05-30T00:00:00\",\n                            \"paymentDate\": \"2024-04-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"26665966-E50A-453A-8B1C-CD2CD64AB691\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-04T00:00:00\",\n                            \"amount\": 150.8,\n                            \"currency\": null,\n                            \"description\": \"RODAMIENTO RIGIDO DE BOLA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a4cd8550-007c-4668-bca0-a8f57f605f4c\",\n                            \"dueDate\": \"2024-06-02T00:00:00\",\n                            \"paymentDate\": \"2024-03-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199691\",\n                            \"id1\": \"5F91D1C5-917E-45B3-9949-291CD1A1848B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-05T00:00:00\",\n                            \"amount\": 1325.36,\n                            \"currency\": null,\n                            \"description\": \"DIAM.EXT. 493&quot;ALAMBRE .065&quot;LARGO 1.390&quot;VUELTAS 10 1/2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8bb3da13-b927-4255-b65c-063d690f8a2b\",\n                            \"dueDate\": \"2024-06-03T00:00:00\",\n                            \"paymentDate\": \"2024-03-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199692\",\n                            \"id1\": \"B8C6CB22-10A3-4FC5-8D19-B6D7FF79CA0C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-06T00:00:00\",\n                            \"amount\": 3340.8,\n                            \"currency\": null,\n                            \"description\": \"SOLUBLE CONTAMINADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8784f726-5af6-4431-b6b2-29099d6311d2\",\n                            \"dueDate\": \"2024-06-04T00:00:00\",\n                            \"paymentDate\": \"2024-04-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"3A5962B5-F6F9-473A-BCAA-24E76478CB35\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-06T00:00:00\",\n                            \"amount\": 459.08,\n                            \"currency\": null,\n                            \"description\": \"EAD EXTENDIDO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"074ea5f2-36c0-4e08-9584-9c564d5c95ec\",\n                            \"dueDate\": \"2024-06-04T00:00:00\",\n                            \"paymentDate\": \"2024-03-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"0F340408-3EB6-4FBE-902C-55BFC140C773\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-07T00:00:00\",\n                            \"amount\": 6415.21,\n                            \"currency\": null,\n                            \"description\": \"4140 RED 2 3/4 PLG LC T *\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c0610770-955c-4dc3-9b66-c6e683a29945\",\n                            \"dueDate\": \"2024-06-05T00:00:00\",\n                            \"paymentDate\": \"2024-04-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"2F1639FA-DA44-4829-AC4C-1F52850E1BED\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-08T00:00:00\",\n                            \"amount\": 13602.35,\n                            \"currency\": null,\n                            \"description\": \"CHIV2506 CARRETE DE HILO DE .25 MM 6 KG23153141 - Carrete de hilo de laton de .25 mm 6 kg.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a4d6df78-b11b-4a49-a258-ab7d31d17460\",\n                            \"dueDate\": \"2024-06-06T00:00:00\",\n                            \"paymentDate\": \"2024-05-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"9012036C-1ED3-42BB-842C-7A0DCB5D29F6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-09T00:00:00\",\n                            \"amount\": 18678.5,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0288ecca-01b9-4c6b-b46d-b7424485baaa\",\n                            \"dueDate\": \"2024-06-07T00:00:00\",\n                            \"paymentDate\": \"2024-03-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"93AD6D0E-DCC4-4907-B654-6EA9E46C5885\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-13T00:00:00\",\n                            \"amount\": 1449.48,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 45 X 25 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"76078a33-0376-4495-8f33-5bb2a36f7eb6\",\n                            \"dueDate\": \"2024-06-11T00:00:00\",\n                            \"paymentDate\": \"2024-03-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": \"F840D417-BC1D-43DB-90B8-78A04A4EC81D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-20T00:00:00\",\n                            \"amount\": 4686.4,\n                            \"currency\": null,\n                            \"description\": \"Renovacion CONTPAQi Comercial Start 1 Usuario9661579D7E5D33E4\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f016f720-ed1f-4843-99e2-4e4b82511189\",\n                            \"dueDate\": \"2024-06-18T00:00:00\",\n                            \"paymentDate\": \"2024-03-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"62F199F8-F028-401B-B91E-D9A12B121D1D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-21T00:00:00\",\n                            \"amount\": 223.83,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ce2eda51-20c3-4cee-b49e-bc8fcbf6cc72\",\n                            \"dueDate\": \"2024-06-19T00:00:00\",\n                            \"paymentDate\": \"2024-03-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"B82A2685-E48C-4415-A078-2684D8FE49B8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-21T00:00:00\",\n                            \"amount\": 475.26,\n                            \"currency\": null,\n                            \"description\": \"EAD EXTENDIDO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e9719ad3-cf6e-428a-a5f6-c6e7249a539c\",\n                            \"dueDate\": \"2024-06-19T00:00:00\",\n                            \"paymentDate\": \"2024-03-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"110C6E44-14BB-47E6-86FB-11A53C022C23\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-21T00:00:00\",\n                            \"amount\": 445.19,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c6a07d6c-b661-4655-bec7-0b4eba2c187e\",\n                            \"dueDate\": \"2024-06-19T00:00:00\",\n                            \"paymentDate\": \"2024-03-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"310E98EE-E270-4096-8303-2811FBD78286\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-22T00:00:00\",\n                            \"amount\": 369.43,\n                            \"currency\": null,\n                            \"description\": \"CORTE DE MATERIAL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9da4a730-bc73-42dc-b783-4f7a00763c8b\",\n                            \"dueDate\": \"2024-06-20T00:00:00\",\n                            \"paymentDate\": \"2024-03-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"02329054-D276-41C2-BB5A-AFC12576C2CA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-22T00:00:00\",\n                            \"amount\": 1364.09,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 45 X 25 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"72bff58c-fe5c-487f-bb54-3e4a6d33213b\",\n                            \"dueDate\": \"2024-06-20T00:00:00\",\n                            \"paymentDate\": \"2024-03-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"9FAC59F5-AA5A-4B76-9E9C-11963E129A27\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-22T00:00:00\",\n                            \"amount\": 5198.53,\n                            \"currency\": null,\n                            \"description\": \"8620 RED 3 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"936e695c-b461-4832-a871-0b00722503c4\",\n                            \"dueDate\": \"2024-06-20T00:00:00\",\n                            \"paymentDate\": \"2024-05-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"2F5BC5E9-D56A-4CB1-9782-90064BE0FF71\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-25T00:00:00\",\n                            \"amount\": 73312,\n                            \"currency\": null,\n                            \"description\": \"CANCEL CORREDIZO TEMPLADO DE 6 MM CON DISENO DE 2.10 X 2.50\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b6f54f3b-641a-4520-8a1b-ae75bed6ffc6\",\n                            \"dueDate\": \"2024-06-23T00:00:00\",\n                            \"paymentDate\": \"2024-03-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"EADD315A-B3D4-42C3-89DB-6DFA460CD94A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-25T00:00:00\",\n                            \"amount\": 66700,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN PROCESO V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c5620dec-c906-41d3-a736-699e8ac0228a\",\n                            \"dueDate\": \"2024-06-23T00:00:00\",\n                            \"paymentDate\": \"2024-03-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"67F9950C-64CF-4108-9AC1-A6F294241BC4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-25T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"19d9ce87-9727-40d5-b587-684115516321\",\n                            \"dueDate\": \"2024-06-23T00:00:00\",\n                            \"paymentDate\": \"2024-04-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": \"6E61105C-EDDA-414B-AB15-430A3A84BBCF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-26T00:00:00\",\n                            \"amount\": 8777.6,\n                            \"currency\": null,\n                            \"description\": \"LAMINA ROLADO CALIENTE C.8 4 X 10; PEDIDO/POSICION 1002392200/000010; ORDEN COMPRA CLIENTE: CORREO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ae85e3b6-94ae-4fc8-b274-ad8abd2c44ef\",\n                            \"dueDate\": \"2024-06-24T00:00:00\",\n                            \"paymentDate\": \"2024-03-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"C9D19F90-A66B-4FC3-9619-39BA831012E2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-27T00:00:00\",\n                            \"amount\": 1330.72,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A 5485 A 5477 A 5484\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8c59eca5-6fb9-4e42-bf60-b18a3850a0a7\",\n                            \"dueDate\": \"2024-06-25T00:00:00\",\n                            \"paymentDate\": \"2024-05-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": \"5636B0E5-9368-417F-9A00-80B61396A8FB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-31T00:00:00\",\n                            \"amount\": 79692,\n                            \"currency\": null,\n                            \"description\": \"Caucho y elastomeros Amortiguador de poliuretano 350 x 250mm de espesor\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"594544d2-f53c-4823-ad84-0b743c522842\",\n                            \"dueDate\": \"2024-06-29T00:00:00\",\n                            \"paymentDate\": \"2024-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA12B20-28D0-41FB-97D6-3AAAA6174303\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4000658-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f5342089-33af-404f-a969-7085c9692d82\",\n                            \"dueDate\": \"2024-06-29T00:00:00\",\n                            \"paymentDate\": \"2024-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"356A9A30-8EC4-4870-AC34-8E9D1F20D15B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-02T00:00:00\",\n                            \"amount\": 5742,\n                            \"currency\": null,\n                            \"description\": \"JGO BALERO PRESICION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6be8eded-a72f-4337-aa16-99a053b1e360\",\n                            \"dueDate\": \"2024-07-01T00:00:00\",\n                            \"paymentDate\": \"2024-04-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"77DB3A71-65A8-4A48-9366-110B2E62F858\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-04T00:00:00\",\n                            \"amount\": 45431.5,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5540c4ad-2888-4765-885c-f93ad9f57e8a\",\n                            \"dueDate\": \"2024-07-03T00:00:00\",\n                            \"paymentDate\": \"2024-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"7FA21066-9462-4445-8DD1-886BB366BB15\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-10T00:00:00\",\n                            \"amount\": 1180.35,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0f6669fb-c22a-48c3-916e-d725ccd7194a\",\n                            \"dueDate\": \"2024-07-09T00:00:00\",\n                            \"paymentDate\": \"2024-04-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"E19F3E8A-250D-4B5F-8D65-979A2F2ABC62\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-11T00:00:00\",\n                            \"amount\": 30407.9,\n                            \"currency\": null,\n                            \"description\": \"Soluble refrigerante 209 lts Soluble S-500CFD (Aceite soluble en agua ) Hangsterfers [Fecha documento aduanero: (24  24  3573  4001774) 23/01/2024]\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3527b164-3954-4190-9c8d-d91a084bdcbe\",\n                            \"dueDate\": \"2024-07-10T00:00:00\",\n                            \"paymentDate\": \"2024-08-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": \"77C6D245-4D98-4FF5-817A-1534A200FA38\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-11T00:00:00\",\n                            \"amount\": 11959.1,\n                            \"currency\": null,\n                            \"description\": \"LAMINA ROLADO CALIENTE C.8 3 X 10; PEDIDO/POSICION 1002401523/000010; ORDEN COMPRA CLIENTE: TELEFONO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e5a6f03e-544e-4fdf-8f38-2b5f45691096\",\n                            \"dueDate\": \"2024-07-10T00:00:00\",\n                            \"paymentDate\": \"2024-04-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 11959.1\n                        },\n                        {\n                            \"supplierId\": \"24199693\",\n                            \"id1\": \"499EAA72-FC87-4B66-B19A-E3B9FECA7EF6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-16T00:00:00\",\n                            \"amount\": 645.1,\n                            \"currency\": null,\n                            \"description\": \"ELECTRODO S30 & S45 TRAFIMET\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1c568f94-923e-44f9-b72b-574cdb54ad9f\",\n                            \"dueDate\": \"2024-07-15T00:00:00\",\n                            \"paymentDate\": \"2024-04-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"38DF7527-CF22-48C0-AF79-C7D215475420\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-17T00:00:00\",\n                            \"amount\": 5445.18,\n                            \"currency\": null,\n                            \"description\": \"1018 CDR 3/4 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e84637e7-d0fb-44f9-91d5-f598320dd26d\",\n                            \"dueDate\": \"2024-07-16T00:00:00\",\n                            \"paymentDate\": \"2024-05-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199694\",\n                            \"id1\": \"6E7FEA23-FB47-42BC-BFC5-E7A8E56EAC06\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-17T00:00:00\",\n                            \"amount\": 14745.3,\n                            \"currency\": null,\n                            \"description\": \"LAM. R.C. CAL. 8 (.165\\\") 4 X 10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1314889a-8397-42f5-a7aa-4754032d9557\",\n                            \"dueDate\": \"2024-07-16T00:00:00\",\n                            \"paymentDate\": \"2024-04-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"D81BD4EE-F645-4FE1-95A5-BC5ADC93DD28\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-18T00:00:00\",\n                            \"amount\": 9132.8,\n                            \"currency\": null,\n                            \"description\": \"B.H. 45 X 25 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a037503e-405d-4e06-b7d2-db6ac9eed7ad\",\n                            \"dueDate\": \"2024-07-17T00:00:00\",\n                            \"paymentDate\": \"2024-04-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199695\",\n                            \"id1\": \"7DEE2CBD-907C-4FFD-BBC8-40EFE085FE3F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-19T00:00:00\",\n                            \"amount\": 18884.8,\n                            \"currency\": null,\n                            \"description\": \"HSR25C1SS ROD *A1SS*\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"217b0aa8-67a6-46f9-81b2-4467f8d689a3\",\n                            \"dueDate\": \"2024-07-18T00:00:00\",\n                            \"paymentDate\": \"2024-04-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"3FD04040-4116-4B79-AC83-E8F40B47BB87\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-24T00:00:00\",\n                            \"amount\": 661.2,\n                            \"currency\": null,\n                            \"description\": \"GRASA PRESENTACION 250GR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e65db200-325e-4019-b7ed-c68a6353202e\",\n                            \"dueDate\": \"2024-07-23T00:00:00\",\n                            \"paymentDate\": \"2024-04-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199635\",\n                            \"id1\": \"878760C3-0275-11EF-AF1F-C946235F6A40\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-24T00:00:00\",\n                            \"amount\": 2901.54,\n                            \"currency\": null,\n                            \"description\": \"P068·M10·SAA00·RC\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"16346b67-6fc3-4706-8930-11887a3f3a6e\",\n                            \"dueDate\": \"2024-07-23T00:00:00\",\n                            \"paymentDate\": \"2024-04-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"EAE00590-CDEF-4BE1-BA0E-349CED218D21\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-24T00:00:00\",\n                            \"amount\": 4339.05,\n                            \"currency\": null,\n                            \"description\": \"1018 SOL 2 PLG x 2 1/2 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ffc352f3-389f-4328-8cc8-a06d56244cf9\",\n                            \"dueDate\": \"2024-07-23T00:00:00\",\n                            \"paymentDate\": \"2024-06-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"4F032FE9-F830-480D-9C7F-FA3E602F6DB5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-25T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"555be5cb-bafe-4c80-867a-bff8feecfb7b\",\n                            \"dueDate\": \"2024-07-24T00:00:00\",\n                            \"paymentDate\": \"2024-05-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"777811DA-82CC-45D0-8D6E-18203782BF14\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-26T00:00:00\",\n                            \"amount\": 85260,\n                            \"currency\": null,\n                            \"description\": \"BROCA RECTA METRICA 1/2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8505f94c-ef00-40d2-b258-fd92cbf0d4e7\",\n                            \"dueDate\": \"2024-07-25T00:00:00\",\n                            \"paymentDate\": \"2024-04-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"2A3459E8-D2AB-4623-B7AD-5D3833F54F1D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-26T00:00:00\",\n                            \"amount\": 91292,\n                            \"currency\": null,\n                            \"description\": \"BROCA CORTA CON DOBLE PUNTA 1/4\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9cd0680d-b67e-4600-93b9-801fc03c61c9\",\n                            \"dueDate\": \"2024-07-25T00:00:00\",\n                            \"paymentDate\": \"2024-04-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"0A9BEF6C-22FA-4F2B-AC24-0BA48A29BAC8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-30T00:00:00\",\n                            \"amount\": 73892.2,\n                            \"currency\": null,\n                            \"description\": \"PLACA A36 (3/4 ESPESOR DE 4 x 8)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"817ac949-0c8d-4576-a22a-d307933c908d\",\n                            \"dueDate\": \"2024-07-29T00:00:00\",\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"2BD4DF10-D021-4312-A6F1-B2C371BA3630\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-30T00:00:00\",\n                            \"amount\": 174,\n                            \"currency\": null,\n                            \"description\": \"GRASERA RECTA 1/4\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4f604671-6914-4706-b842-75ff01909ad6\",\n                            \"dueDate\": \"2024-07-29T00:00:00\",\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"516C12CE-A353-4697-AACD-7FE142B8AABE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-30T00:00:00\",\n                            \"amount\": 514.07,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A 5503 A5502\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"53dc6dd4-d2e4-4d9e-8184-568d95a8e751\",\n                            \"dueDate\": \"2024-07-29T00:00:00\",\n                            \"paymentDate\": \"2024-06-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA1E901-B810-4A68-A5FC-FA5AFA8906DC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-30T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4005024-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"17a44704-ed0d-43ec-ac5d-947839c9349c\",\n                            \"dueDate\": \"2024-07-29T00:00:00\",\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA191D2-D0BC-4F45-9A7D-71142109F8AA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-30T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4000812-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fb85a701-f98c-464b-b4c7-79f7b2a9cdfa\",\n                            \"dueDate\": \"2024-07-29T00:00:00\",\n                            \"paymentDate\": \"2024-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"6C7512F5-29B8-4A94-A4F0-88C4366EB486\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-01T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a49260f6-c56d-4024-aba8-444d733101f1\",\n                            \"dueDate\": \"2022-09-29T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"FE9CA1B3-81E1-4882-A4D9-2B022F9C7382\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-01T00:00:00\",\n                            \"amount\": 1051.05,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f38efe99-36c6-48cd-8ffd-92f55270c3ec\",\n                            \"dueDate\": \"2022-09-29T00:00:00\",\n                            \"paymentDate\": \"2022-07-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"CFEC38DC-BF87-4F1C-8C60-D4885409175C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-02T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ce65da1a-579d-4430-a656-2e378c2e35eb\",\n                            \"dueDate\": \"2022-09-30T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 699,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"F6C3F1D0-76F2-4794-810D-B81A68460F85\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-02T00:00:00\",\n                            \"amount\": 849,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a641e811-5cc9-4b2b-ac5f-7af651ad6316\",\n                            \"dueDate\": \"2022-09-30T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 849,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"9B014D91-4AB5-4A9D-B40E-8A61220DB769\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-04T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c636fa84-93c5-46b3-b345-45c967e74d79\",\n                            \"dueDate\": \"2022-10-02T00:00:00\",\n                            \"paymentDate\": \"2022-07-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"D7A1175D-1C5C-40DF-ACEB-98C10FF55F1A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-05T00:00:00\",\n                            \"amount\": 713.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5b8e1a75-3714-47db-ac97-f9505da8d0d8\",\n                            \"dueDate\": \"2022-10-03T00:00:00\",\n                            \"paymentDate\": \"2022-07-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199696\",\n                            \"id1\": \"9ECA7E7A-DC6D-454D-9B03-889472630C60\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-06T00:00:00\",\n                            \"amount\": 6264,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ff085abc-db09-4ec1-8a97-338d8e0e2c77\",\n                            \"dueDate\": \"2022-10-04T00:00:00\",\n                            \"paymentDate\": \"2022-07-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199697\",\n                            \"id1\": \"D6203262-335C-46C1-A606-660803358C4D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-08T00:00:00\",\n                            \"amount\": 1405.69,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"56eaa9ce-c901-4d09-8ad7-85af0772c886\",\n                            \"dueDate\": \"2022-10-06T00:00:00\",\n                            \"paymentDate\": \"2022-07-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"38B87826-E4E4-4F7B-AD7D-4139531EE3DE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-09T00:00:00\",\n                            \"amount\": 7051.45,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bcd318fa-fd29-4450-980c-83a88c5dda9f\",\n                            \"dueDate\": \"2022-10-07T00:00:00\",\n                            \"paymentDate\": \"2022-07-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199698\",\n                            \"id1\": \"51D53116-43DF-4CCD-9869-C2F2221B0443\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-13T00:00:00\",\n                            \"amount\": 3340.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2943ad28-2b49-4e6e-bc1b-a65110405141\",\n                            \"dueDate\": \"2022-10-11T00:00:00\",\n                            \"paymentDate\": \"2022-07-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199699\",\n                            \"id1\": \"86B43022-9939-4FCC-8D19-CFC3CD02740E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-13T00:00:00\",\n                            \"amount\": 157.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3f3c9e0f-7578-487b-8a86-792e1a5884db\",\n                            \"dueDate\": \"2022-10-11T00:00:00\",\n                            \"paymentDate\": \"2024-06-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"0A868CDC-A4B7-46E5-B5F0-4812B8E94DEF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-15T00:00:00\",\n                            \"amount\": 34242.7,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"39a6f2a4-0edd-4e4b-94c9-62e6e1e8ef25\",\n                            \"dueDate\": \"2022-10-13T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 34242.7,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199700\",\n                            \"id1\": \"B1A4ACD7-5F98-45DE-9776-DF05E652FCB2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-18T00:00:00\",\n                            \"amount\": 6025.04,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"599878d7-1a76-46e0-a6a9-c0f969576bf5\",\n                            \"dueDate\": \"2022-10-16T00:00:00\",\n                            \"paymentDate\": \"2022-09-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"2DFF79AA-F827-4BB7-8D46-C8AB70BDD95D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"976ad076-3d7a-4f22-a2d4-68acb344ba1e\",\n                            \"dueDate\": \"2022-10-17T00:00:00\",\n                            \"paymentDate\": \"2022-07-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"C7E8666E-4E92-45F8-AF8A-F40B6FB7F7FC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-20T00:00:00\",\n                            \"amount\": 157389,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"724f04e0-6464-4049-bdc4-72afb63cc652\",\n                            \"dueDate\": \"2022-10-18T00:00:00\",\n                            \"paymentDate\": \"2022-07-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"ECA14F30-7B4E-430A-B370-5DBFFF5EB9D4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-21T00:00:00\",\n                            \"amount\": 1559.16,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e7ef85fd-c88c-4ec5-9044-3560f4f96de7\",\n                            \"dueDate\": \"2022-10-19T00:00:00\",\n                            \"paymentDate\": \"2022-07-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"539AF3E2-67A6-4BE6-B789-17D9C1219EA1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-24T00:00:00\",\n                            \"amount\": 3208.56,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"00929143-f21c-4abb-93c6-4784075fad33\",\n                            \"dueDate\": \"2022-10-22T00:00:00\",\n                            \"paymentDate\": \"2022-08-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199692\",\n                            \"id1\": \"0BB09F48-1350-43AC-AB39-1E33D76B2687\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-26T00:00:00\",\n                            \"amount\": 4802.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"28999f42-f626-4e2f-a146-a7a962bac691\",\n                            \"dueDate\": \"2022-10-24T00:00:00\",\n                            \"paymentDate\": \"2022-09-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199685\",\n                            \"id1\": \"B8007F07-C075-45B4-A2AC-F3CADBE30F97\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-26T00:00:00\",\n                            \"amount\": 2436,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"529428cd-1b2a-49e7-ae8f-28ccb424ed10\",\n                            \"dueDate\": \"2022-10-24T00:00:00\",\n                            \"paymentDate\": \"2022-07-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199701\",\n                            \"id1\": \"E5792821-C74E-4185-A9B4-5DEE27D15E92\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-28T00:00:00\",\n                            \"amount\": 123.89,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a6d27ff7-7804-4e27-867f-cce7d6ecc871\",\n                            \"dueDate\": \"2022-10-26T00:00:00\",\n                            \"paymentDate\": \"2022-07-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"AFA7B37E-939A-4108-97DB-B1534FFC3F76\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-28T00:00:00\",\n                            \"amount\": 60900,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f15511a9-e8e1-49c1-aa1b-8c85dce84625\",\n                            \"dueDate\": \"2022-10-26T00:00:00\",\n                            \"paymentDate\": \"2022-07-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199662\",\n                            \"id1\": \"D2C9CCF1-198F-4CBC-A7B1-9B6E9C80B7A5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-28T00:00:00\",\n                            \"amount\": 79460,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0e5feea9-61dd-4557-b8d0-ad5bd0db5374\",\n                            \"dueDate\": \"2022-10-26T00:00:00\",\n                            \"paymentDate\": \"2022-07-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199702\",\n                            \"id1\": \"05EFE478-C582-4ED5-821B-1815D01388B7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-28T00:00:00\",\n                            \"amount\": 13208.04,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b165dcbc-ea57-4155-a6b8-7a89d6f108e5\",\n                            \"dueDate\": \"2022-10-26T00:00:00\",\n                            \"paymentDate\": \"2022-07-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199703\",\n                            \"id1\": \"D8A0C11C-A9A9-4FF2-B2C6-866BBB1DDFF7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-29T00:00:00\",\n                            \"amount\": 114492,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5b042aec-807c-4e94-ad41-9caf0ca484c9\",\n                            \"dueDate\": \"2022-10-27T00:00:00\",\n                            \"paymentDate\": \"2022-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"103A3471-DF94-4494-AB9E-2CCA12AC6FAF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-30T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2cad9663-cdc0-4d4a-9bf5-90bf06ec40dc\",\n                            \"dueDate\": \"2022-10-28T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"F7EF42C7-79E1-4668-BF0C-A8AE1A417705\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-30T00:00:00\",\n                            \"amount\": 806.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"48a0d3f3-cbae-4831-883b-1d86734b0cfd\",\n                            \"dueDate\": \"2022-10-28T00:00:00\",\n                            \"paymentDate\": \"2022-07-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"435B5521-EB3C-4882-88DA-6F468686E4A3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-02T00:00:00\",\n                            \"amount\": 43659.96,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 80 X 50 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fc2db251-e422-460e-8b72-b005206fd80b\",\n                            \"dueDate\": \"2023-12-31T00:00:00\",\n                            \"paymentDate\": \"2023-10-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"F52A9010-4031-43C0-A279-D2BDF1867E5E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-02T00:00:00\",\n                            \"amount\": 55661.23,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 56 X 28 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"892689ee-b067-4ab7-810d-f795b28a33e7\",\n                            \"dueDate\": \"2023-12-31T00:00:00\",\n                            \"paymentDate\": \"2023-10-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199672\",\n                            \"id1\": \"7FD7A2CA-2E9E-4984-AED1-8E220BA92C28\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-05T00:00:00\",\n                            \"amount\": 5220,\n                            \"currency\": null,\n                            \"description\": \"EBONOL 946\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b1ae4d6d-abf9-4df4-99b4-cbd36c0f45ff\",\n                            \"dueDate\": \"2024-01-03T00:00:00\",\n                            \"paymentDate\": \"2023-10-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"AE9024F2-8F6E-4D87-AF44-78CD5DF70421\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-05T00:00:00\",\n                            \"amount\": 95932,\n                            \"currency\": null,\n                            \"description\": \"ENSAMBLE DE FUNDICION DE PIEZAS MAQUINADAS POR GRAVEDAD\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4736771a-07db-4055-8b25-59e0c9b11d3c\",\n                            \"dueDate\": \"2024-01-03T00:00:00\",\n                            \"paymentDate\": \"2023-10-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"25BD6977-F658-4EFF-B87A-449AFA330180\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-05T00:00:00\",\n                            \"amount\": 83172,\n                            \"currency\": null,\n                            \"description\": \"BASE PORTA PINES DE 49 EN ACERO INOXIDABLE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"028a3a62-66bf-48b7-9fe6-471af2844004\",\n                            \"dueDate\": \"2024-01-03T00:00:00\",\n                            \"paymentDate\": \"2023-10-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": \"82C10B88-DEE8-47A1-956C-E0636CBEA20E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-11T00:00:00\",\n                            \"amount\": 3347.73,\n                            \"currency\": null,\n                            \"description\": \"#827 PRIMAR 1-1/16\\\" * dpp 4-6 * 153\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6f314688-0efa-451e-9dae-63dcb46800fc\",\n                            \"dueDate\": \"2024-01-09T00:00:00\",\n                            \"paymentDate\": \"2023-10-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"06A90CDC-ABC1-4930-99F0-399477124A30\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-13T00:00:00\",\n                            \"amount\": 125860,\n                            \"currency\": null,\n                            \"description\": \"ACERO 9840 2 3/4 X 65\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5d1de66c-7a5a-4dbb-9d93-56f6ee9836f4\",\n                            \"dueDate\": \"2024-01-11T00:00:00\",\n                            \"paymentDate\": \"2023-10-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"F9A22C33-C5BB-48FB-904B-EEFDEA726A96\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-17T00:00:00\",\n                            \"amount\": 38541.19,\n                            \"currency\": null,\n                            \"description\": \"Soluble refrigerante 209 lts Soluble S-5040D (S-747) Hangsterfers [Fecha documento aduanero: (23  23  3569  3014681) 16/06/2023]\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aa98fadb-d26c-45b7-96aa-7bf1250c98dc\",\n                            \"dueDate\": \"2024-01-15T00:00:00\",\n                            \"paymentDate\": \"2023-12-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199635\",\n                            \"id1\": \"3ADD0CD6-4061-43CB-AF02-A3CCE377C83D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-17T00:00:00\",\n                            \"amount\": 22255.15,\n                            \"currency\": null,\n                            \"description\": \"BALINIT A Cuchillas Rectangulares General D2-Acero Trabajo e\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e224d5a4-b1e5-49dc-a801-ba73d4285b94\",\n                            \"dueDate\": \"2024-01-15T00:00:00\",\n                            \"paymentDate\": \"2023-10-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199704\",\n                            \"id1\": \"DA22BFFB-78E4-5DD1-A54D-9F3A609EFB6C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-17T00:00:00\",\n                            \"amount\": 237.6,\n                            \"currency\": null,\n                            \"description\": \"MANIOBRA CARGA Y DESCARGA  MINIMA O  COMPUESTA  ( contar x bultos o atados o tarimas numeros  deserie buscar producto)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"49595cbe-6808-4564-b9ec-715d839aa244\",\n                            \"dueDate\": \"2024-01-15T00:00:00\",\n                            \"paymentDate\": \"2023-11-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"FFBA15E7-17D7-4813-93E4-464507EF2041\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-18T00:00:00\",\n                            \"amount\": 6943.83,\n                            \"currency\": null,\n                            \"description\": \"CHIV2506 CARRETE DE HILO DE .25 MM 6 KG23153141 - Carrete de hilo de laton de .25 mm 6 kg.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fb7af8f9-c08e-4a58-b1a6-a77cf7dbc684\",\n                            \"dueDate\": \"2024-01-16T00:00:00\",\n                            \"paymentDate\": \"2023-11-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"7F12A725-859A-43E8-931B-217408A4C5C7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-19T00:00:00\",\n                            \"amount\": 1403.6,\n                            \"currency\": null,\n                            \"description\": \"JUEGO DE RODAMIENTOS DE PRECISION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b9fdfc29-3dff-4de9-bec4-c578d3b5996b\",\n                            \"dueDate\": \"2024-01-17T00:00:00\",\n                            \"paymentDate\": \"2023-10-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199705\",\n                            \"id1\": \"AB37AAE5-34F3-417B-92D8-7D4CF7594334\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-19T00:00:00\",\n                            \"amount\": 4906.8,\n                            \"currency\": null,\n                            \"description\": \"Impresion de Formato Requisicion de Material y/o Servicio. Tamano ½ Carta Impresion al frente a 2 tintas. Original Blanco y Autocopia Celeste Acabado Foliado del 5101 AL 6100 (tinta roja) Entregado en blocks de 100 con engomado en el lomo\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a4a4107e-0734-44bb-9812-aab99d08b98d\",\n                            \"dueDate\": \"2024-01-17T00:00:00\",\n                            \"paymentDate\": \"2023-10-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"6D17CE35-19BB-4519-B153-3CD112B2BCB8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-19T00:00:00\",\n                            \"amount\": 1403.6,\n                            \"currency\": null,\n                            \"description\": \"JUEGO DE RODAMIENTOS DE PRECISION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a0496416-bc3c-4a61-a5aa-84a188ccac3d\",\n                            \"dueDate\": \"2024-01-17T00:00:00\",\n                            \"paymentDate\": \"2023-10-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"CBF3DCBC-31F6-4263-82F8-1E9D5D76DF14\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-24T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e71fc321-68ac-41db-958a-78be039242dc\",\n                            \"dueDate\": \"2024-01-22T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 3345.99,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"E9795146-4792-43ED-A3D0-286E788B0168\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-28T00:00:00\",\n                            \"amount\": 1403.6,\n                            \"currency\": null,\n                            \"description\": \"JGO BALERO PRESICION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"130e3a98-cdcd-49e1-abda-2ae8719d678a\",\n                            \"dueDate\": \"2024-01-26T00:00:00\",\n                            \"paymentDate\": \"2023-10-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"7DFF352F-0D4A-492E-A1A5-ECACCC7EE7B1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-30T00:00:00\",\n                            \"amount\": 6802.26,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia A 5354 A 5391 A 5389 A 5390  \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9601d0db-15ce-4341-90e7-a31f2c43d378\",\n                            \"dueDate\": \"2024-01-28T00:00:00\",\n                            \"paymentDate\": \"2024-01-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"161FFB89-FBE5-4223-B13A-DDF5D8620E39\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-30T00:00:00\",\n                            \"amount\": 88972,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"542f9347-273a-48d8-98b9-de5eb09f9e8b\",\n                            \"dueDate\": \"2024-01-28T00:00:00\",\n                            \"paymentDate\": \"2023-10-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"7D1C7B67-6BC3-416F-A648-AB01FF4AE66D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-31T00:00:00\",\n                            \"amount\": 63800,\n                            \"currency\": null,\n                            \"description\": \"CORTADOR DE CERAMICA M-GLO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"668d4c65-477e-458a-93ec-9d4c85824cd9\",\n                            \"dueDate\": \"2024-01-29T00:00:00\",\n                            \"paymentDate\": \"2023-10-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA14FDB-7880-45B1-B160-D4DD7F5E8AA3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-3014850-240\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"554f63bf-b914-458c-8b8c-41ff89fbdd5b\",\n                            \"dueDate\": \"2024-01-29T00:00:00\",\n                            \"paymentDate\": \"2023-10-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"01AD8270-4161-4693-A8F6-96B559942C21\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-02T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b1db46e5-7fc9-4d99-b826-1153737093a8\",\n                            \"dueDate\": \"2025-04-02T00:00:00\",\n                            \"paymentDate\": \"2025-01-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"404A1507-3029-4E77-8DE2-0D136A122135\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-06T00:00:00\",\n                            \"amount\": 1154.2,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TONER ORIGINAL BROTHER TN660 ALTO RENDIMIENTO PARA 2600 IMPRESIONES.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"306887ff-9ee4-471c-a1e8-e3da3a4ce461\",\n                            \"dueDate\": \"2025-04-06T00:00:00\",\n                            \"paymentDate\": \"2025-01-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"DD610603-AB83-45CA-A879-C78BE363EC81\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-07T00:00:00\",\n                            \"amount\": 1830.83,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d3946a7d-9e05-4288-8fd0-a1bc5ecfe345\",\n                            \"dueDate\": \"2025-04-07T00:00:00\",\n                            \"paymentDate\": \"2025-02-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"D221E090-C1CA-4878-AEBA-1BFB15ABB595\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-07T00:00:00\",\n                            \"amount\": 2849.15,\n                            \"currency\": null,\n                            \"description\": \"1018 CDR 3/4 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"979bc6d9-5ea6-4816-ba5a-3228433c4001\",\n                            \"dueDate\": \"2025-04-07T00:00:00\",\n                            \"paymentDate\": \"2025-02-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"C8BA3617-53DA-4151-B3E3-A9EDE602E244\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-08T00:00:00\",\n                            \"amount\": 45612.4,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"08182a75-5469-42bf-8755-d22dd395cee7\",\n                            \"dueDate\": \"2025-04-08T00:00:00\",\n                            \"paymentDate\": \"2025-02-24T00:00:00\",\n                            \"balance\": 0.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"7C075F57-957D-46C9-96A9-D0613A4A4078\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-09T00:00:00\",\n                            \"amount\": 57030.2,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 56 X 32\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"746e74a9-6f0f-4273-a36d-1c5db236265e\",\n                            \"dueDate\": \"2025-04-09T00:00:00\",\n                            \"paymentDate\": \"2025-03-06T00:00:00\",\n                            \"balance\": -0.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"CA4646E0-4106-4680-AF75-2D238CFA145B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-13T00:00:00\",\n                            \"amount\": 28396.8,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"82d31caa-52a2-4515-8dab-a92eaa1c95e2\",\n                            \"dueDate\": \"2025-04-13T00:00:00\",\n                            \"paymentDate\": \"2025-03-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"40BE8325-8C1A-48A5-A6EF-20BE1B97DB9E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-13T00:00:00\",\n                            \"amount\": 8901.69,\n                            \"currency\": null,\n                            \"description\": \"FACTURA DE PAGO DE RECIBO 13298161 13298162 DE LA POLIZA E3152000519-1\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d92b6011-b65b-4b5a-b19c-861eedafd5dc\",\n                            \"dueDate\": \"2025-04-13T00:00:00\",\n                            \"paymentDate\": \"2025-03-10T00:00:00\",\n                            \"balance\": 4073.85,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"B7963EDD-1D53-4E70-A904-610079B8891A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-17T00:00:00\",\n                            \"amount\": 832.52,\n                            \"currency\": null,\n                            \"description\": \"D-2 PLC 1/2 PLG LC R\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8b51f6fb-291f-41e4-82b3-12cd80552152\",\n                            \"dueDate\": \"2025-04-17T00:00:00\",\n                            \"paymentDate\": \"2025-02-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"311D3911-639B-4A88-96AB-8D317513185F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-17T00:00:00\",\n                            \"amount\": 48037.9,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"80675a89-960f-45d9-90c7-323ce8fa753b\",\n                            \"dueDate\": \"2025-04-17T00:00:00\",\n                            \"paymentDate\": \"2025-03-14T00:00:00\",\n                            \"balance\": -0.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"63023292-4C03-524C-A2BD-71DEE50A2F79\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-18T00:00:00\",\n                            \"amount\": 12604.6,\n                            \"currency\": null,\n                            \"description\": \"BUJES GRANDES\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bd3b4da2-dd59-432d-9e67-dc068be3f6cf\",\n                            \"dueDate\": \"2025-04-18T00:00:00\",\n                            \"paymentDate\": \"2025-02-01T00:00:00\",\n                            \"balance\": 0.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": \"2BC44B0C-5376-4D0F-94DC-CC1D2173F512\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-20T00:00:00\",\n                            \"amount\": 3953.04,\n                            \"currency\": null,\n                            \"description\": \"#827 PRIMAR 1-1/16\\\" * dpp 4-6 * 153\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9f0cbe4b-bd76-492e-a113-49425d1c42a4\",\n                            \"dueDate\": \"2025-04-20T00:00:00\",\n                            \"paymentDate\": \"2025-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"01B6A55D-3C10-4829-B3D9-53E3CF90DE74\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-22T00:00:00\",\n                            \"amount\": 135952,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7578fd90-e4fb-45c7-81fc-3495d140dd72\",\n                            \"dueDate\": \"2025-04-22T00:00:00\",\n                            \"paymentDate\": \"2025-01-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"DF3C7E84-CEB5-4AC8-A554-27E65E129FF1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-23T00:00:00\",\n                            \"amount\": 26030.4,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f32d368d-1a43-4004-b25e-1e03ddc5d40c\",\n                            \"dueDate\": \"2025-04-23T00:00:00\",\n                            \"paymentDate\": \"2025-03-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"C807717F-BEE4-46AC-B10F-15B52CFDF6E4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-23T00:00:00\",\n                            \"amount\": 20908.94,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A - 5656 A - 5657 A - 5658 A - 5662\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fe67b050-99c0-463a-8b9e-7bea375a1e44\",\n                            \"dueDate\": \"2025-04-23T00:00:00\",\n                            \"paymentDate\": \"2025-03-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": \"BE9FA4F1-416B-4382-BF7F-D3DB1AFD6A1F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-24T00:00:00\",\n                            \"amount\": 11580.3,\n                            \"currency\": null,\n                            \"description\": \"Renovacion CONTPAQi Nominas 1 Usuario34C850F1B29F3E56\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b7dfdcc7-65c2-41bd-a6f1-653ab7976ebf\",\n                            \"dueDate\": \"2025-04-24T00:00:00\",\n                            \"paymentDate\": \"2025-01-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"739F4E71-2FB0-4A20-9EBA-CCE50090BAAF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-24T00:00:00\",\n                            \"amount\": 67856.5,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 80 X 50\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"84583163-fc55-4675-9742-f5bba913f1c4\",\n                            \"dueDate\": \"2025-04-24T00:00:00\",\n                            \"paymentDate\": \"2025-03-21T00:00:00\",\n                            \"balance\": -0.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"6E9FC594-3F94-478F-8F4D-393F9CC75F5C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-25T00:00:00\",\n                            \"amount\": 3204.98,\n                            \"currency\": null,\n                            \"description\": \"ATT Armalo Negocios $399\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c6078214-1fc6-4147-b6e5-db1bc292951a\",\n                            \"dueDate\": \"2025-04-25T00:00:00\",\n                            \"paymentDate\": \"2025-02-16T00:00:00\",\n                            \"balance\": -1829.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"4376E4DC-49E8-45DE-8285-92B1C380E186\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-27T00:00:00\",\n                            \"amount\": 32005.6,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"67910aa7-54b3-4340-b923-ab6b986d2b75\",\n                            \"dueDate\": \"2025-04-27T00:00:00\",\n                            \"paymentDate\": \"2025-04-02T00:00:00\",\n                            \"balance\": 0.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"715E588A-34C4-45DA-8C76-91E1567E13AB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-28T00:00:00\",\n                            \"amount\": 41952.7,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2bbd0aba-41c5-433a-a474-9429f6921a8c\",\n                            \"dueDate\": \"2025-04-28T00:00:00\",\n                            \"paymentDate\": \"2025-01-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"D707AC81-0C20-4B93-8E53-BABB6316F675\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-29T00:00:00\",\n                            \"amount\": 12150.24,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A - 5664 A - 5666 \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"371e3b61-1fbd-4068-bad8-d7e837e8b12a\",\n                            \"dueDate\": \"2025-04-29T00:00:00\",\n                            \"paymentDate\": \"2025-03-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"F18E1D9E-C765-4642-834F-76B56D092196\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-29T00:00:00\",\n                            \"amount\": 124236,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e73318dc-4073-4d05-bf10-496dc6ed599a\",\n                            \"dueDate\": \"2025-04-29T00:00:00\",\n                            \"paymentDate\": \"2025-01-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"EA18E780-B58E-4AB3-ACA7-CE09A1745C59\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-29T00:00:00\",\n                            \"amount\": 97550,\n                            \"currency\": null,\n                            \"description\": \"SOLERA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"317cc5be-9659-4fb5-868a-639d194ef247\",\n                            \"dueDate\": \"2025-04-29T00:00:00\",\n                            \"paymentDate\": \"2025-01-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"8A366077-5E16-469D-A55B-CE7DEC0AAC00\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-30T00:00:00\",\n                            \"amount\": 7497.63,\n                            \"currency\": null,\n                            \"description\": \"PRIMA. RECIBO:100016091\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"db7abcfe-1490-4fca-8877-36c399082f6a\",\n                            \"dueDate\": \"2025-04-30T00:00:00\",\n                            \"paymentDate\": \"2025-01-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"7229A4E0-D47B-418A-9711-9236441FDB19\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-30T00:00:00\",\n                            \"amount\": 10204.73,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A - 5665 A - 5672\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7dfcc9ab-0eff-4151-b447-b890ec049fe8\",\n                            \"dueDate\": \"2025-04-30T00:00:00\",\n                            \"paymentDate\": \"2025-03-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"D0345A41-59C5-4BB2-865A-D66238B3B92B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-30T00:00:00\",\n                            \"amount\": 83238.1,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 56 X 32\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c313bfeb-2e8f-4bf5-9f43-c3d97f627270\",\n                            \"dueDate\": \"2025-04-30T00:00:00\",\n                            \"paymentDate\": \"2025-03-28T00:00:00\",\n                            \"balance\": -0.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"5B1C3843-BD69-40DC-9F6E-0A19D5568037\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-30T00:00:00\",\n                            \"amount\": 51055.1,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 80 X 50\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dd17726d-7c76-4b20-9522-61d2e84c09d6\",\n                            \"dueDate\": \"2025-04-30T00:00:00\",\n                            \"paymentDate\": \"2025-04-02T00:00:00\",\n                            \"balance\": 0.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199707\",\n                            \"id1\": \"EFF5032C-E452-44E7-B9E7-0D017CE27E79\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-31T00:00:00\",\n                            \"amount\": 91524,\n                            \"currency\": null,\n                            \"description\": \"AMORTIGUADOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"57331ff2-4475-49f2-8dac-45308a7c5b4f\",\n                            \"dueDate\": \"2025-05-01T00:00:00\",\n                            \"paymentDate\": \"2025-01-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"73198808-D432-40ED-B549-14CC081A5403\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-31T00:00:00\",\n                            \"amount\": 16505.6,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 40 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5801831e-c17a-4918-8078-7e82ecac79bd\",\n                            \"dueDate\": \"2025-05-01T00:00:00\",\n                            \"paymentDate\": \"2025-04-23T00:00:00\",\n                            \"balance\": -0.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"94BBD67F-8066-4446-B77E-2B179A5CD453\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-31T00:00:00\",\n                            \"amount\": 16651.02,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A - 5675 A - 5668 A - 5676\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d990525e-7450-462c-a909-7f7f68e56534\",\n                            \"dueDate\": \"2025-05-01T00:00:00\",\n                            \"paymentDate\": \"2025-03-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"B9FF6BE9-EBCC-4307-80F7-8F78DCCA0356\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-31T00:00:00\",\n                            \"amount\": 98136,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c31423f9-db29-4b65-9203-46a93d27f5e5\",\n                            \"dueDate\": \"2025-05-01T00:00:00\",\n                            \"paymentDate\": \"2025-01-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"90492CFC-488D-429F-A12C-3C4F91344758\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-31T00:00:00\",\n                            \"amount\": 105792,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"551a7620-1276-4ff6-b199-f82d10493408\",\n                            \"dueDate\": \"2025-05-01T00:00:00\",\n                            \"paymentDate\": \"2025-01-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA125C5-0E95-4C47-90FE-F1B6CBD19BA7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-31T00:00:00\",\n                            \"amount\": 782,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4016721-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d30a4d49-7328-4487-af68-b8e6a644e5d7\",\n                            \"dueDate\": \"2025-05-01T00:00:00\",\n                            \"paymentDate\": \"2025-01-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA155DB-7FCD-41B9-AA28-13CC1A6A2C90\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-5000525-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"90d10c9d-480e-42db-85cc-2bc42e390fa2\",\n                            \"dueDate\": \"2025-05-01T00:00:00\",\n                            \"paymentDate\": \"2025-01-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"5B6BFA37-0EDE-4E0C-A2B8-B6E0669FA104\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-01T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4dc9d0e7-e99b-4e58-b4a1-d3f363bd0318\",\n                            \"dueDate\": \"2024-12-30T00:00:00\",\n                            \"paymentDate\": \"2024-10-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"BD500487-245C-4FCB-9E67-D71625218F47\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-02T00:00:00\",\n                            \"amount\": 70992,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 45 X 25 X 6.85 MTS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c920306a-a9ec-471c-acb3-949eb3a9fd17\",\n                            \"dueDate\": \"2024-12-31T00:00:00\",\n                            \"paymentDate\": \"2024-11-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"413B84D5-FA4B-41CC-A5AE-D7BDAFD263F5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-03T00:00:00\",\n                            \"amount\": 9881.35,\n                            \"currency\": null,\n                            \"description\": \"1045 RED 4 1/2 PLG LC\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4d04d1a7-436a-4678-ad40-b8963213f970\",\n                            \"dueDate\": \"2025-01-01T00:00:00\",\n                            \"paymentDate\": \"2024-11-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"F50FC7DF-8AF8-47D7-B446-3F066B4696F0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-04T00:00:00\",\n                            \"amount\": 0.01,\n                            \"currency\": null,\n                            \"description\": \"HONOR X6A SILVER ATT SIM 8952050402400308962F IMEI 860404071009982\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f85e939b-145e-430d-8997-99ccadcbb8ba\",\n                            \"dueDate\": \"2025-01-02T00:00:00\",\n                            \"paymentDate\": \"2024-10-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"08E00E1E-7168-48CC-9164-A7C43D47D54A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-04T00:00:00\",\n                            \"amount\": 27998,\n                            \"currency\": null,\n                            \"description\": \"IPHONE 15 128GB AZUL ATT SIM 8952050402400308954F IMEI 357136143289016\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cfbd6697-f70b-4063-8412-5f39d4e4c1b3\",\n                            \"dueDate\": \"2025-01-02T00:00:00\",\n                            \"paymentDate\": \"2024-10-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"DD3DD586-B991-44CC-BA0A-13065D5A9E44\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-07T00:00:00\",\n                            \"amount\": 1896.37,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"80fd97c7-bf16-4bcf-9ac9-04e9b16e1c62\",\n                            \"dueDate\": \"2025-01-05T00:00:00\",\n                            \"paymentDate\": \"2024-10-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"442E2DCD-F6CC-4FBD-AE39-2A21EF2E05D4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-09T00:00:00\",\n                            \"amount\": 53244,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 45 X 25 X 6.85 MTS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cc5f0dec-7bd2-40fc-8141-e8864b7c705c\",\n                            \"dueDate\": \"2025-01-07T00:00:00\",\n                            \"paymentDate\": \"2024-11-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"0537C4B5-8300-4978-829E-C071039903CD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-10T00:00:00\",\n                            \"amount\": 44544,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 45 X 25 X 6.85 MTS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8e7393ed-2f9b-47d8-9866-60aa252d063f\",\n                            \"dueDate\": \"2025-01-08T00:00:00\",\n                            \"paymentDate\": \"2024-11-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"AA2E97F4-C4BA-4416-9B29-3A706D4EA080\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-11T00:00:00\",\n                            \"amount\": 15899,\n                            \"currency\": null,\n                            \"description\": \"IPHONE 15 256GB AZUL ATT SIM 8952050402406895301F IMEI 351522602906578\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e7b05e72-dce6-49cd-b8ad-fe8879769744\",\n                            \"dueDate\": \"2025-01-09T00:00:00\",\n                            \"paymentDate\": \"2024-10-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"5FD8E379-3690-4A39-8257-60070F5BA9B0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-11T00:00:00\",\n                            \"amount\": 101500,\n                            \"currency\": null,\n                            \"description\": \"ENSAMBLE DE FUNDICION DE PIEZAS MAQUINADAS POR GRAVEDAD\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"93bacde4-2c1c-4a85-8889-c0174b0cabe9\",\n                            \"dueDate\": \"2025-01-09T00:00:00\",\n                            \"paymentDate\": \"2024-10-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"065B6322-97E5-421D-B8ED-B7AB71BF3087\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-11T00:00:00\",\n                            \"amount\": 14080.6,\n                            \"currency\": null,\n                            \"description\": \"4140 RED 5/8 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"025b6435-37b7-4b1c-8ffd-25d2802ccc77\",\n                            \"dueDate\": \"2025-01-09T00:00:00\",\n                            \"paymentDate\": \"2024-11-13T00:00:00\",\n                            \"balance\": 0.03,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"9AE1A303-251A-4B3C-8AC7-D4C8E755AB9B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-14T00:00:00\",\n                            \"amount\": 43616,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 50 X 80 X 6.96 MTS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cc66bb9d-b7d3-46d2-a96e-2cdede4d3bc0\",\n                            \"dueDate\": \"2025-01-12T00:00:00\",\n                            \"paymentDate\": \"2024-12-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"701ECA84-1EA1-42D2-B6C2-84475A64DE47\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-16T00:00:00\",\n                            \"amount\": 5856.21,\n                            \"currency\": null,\n                            \"description\": \"4140 RED 2 1/2 PLG LC T *\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c6abedb0-f41a-475c-8e7c-a10aa60be68c\",\n                            \"dueDate\": \"2025-01-14T00:00:00\",\n                            \"paymentDate\": \"2024-12-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"40C17CBA-21AD-4CF1-A656-D61AA32F5185\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-17T00:00:00\",\n                            \"amount\": 50402,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 50 X 80  \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8073a70e-3a3e-474e-b7b3-f9886b9ae263\",\n                            \"dueDate\": \"2025-01-15T00:00:00\",\n                            \"paymentDate\": \"2024-12-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"F703566A-1696-4A3F-B156-531749854EF5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-21T00:00:00\",\n                            \"amount\": 123772,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 45 x 25 x 6.85 MTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5c0b90d6-b511-421c-9953-e492712d248d\",\n                            \"dueDate\": \"2025-01-19T00:00:00\",\n                            \"paymentDate\": \"2024-12-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199691\",\n                            \"id1\": \"B64AE3EE-244C-4419-9355-934357E45597\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-21T00:00:00\",\n                            \"amount\": 2208.94,\n                            \"currency\": null,\n                            \"description\": \"DIAM.EXT. 493&quot;ALAMBRE .065&quot;LARGO 1.390&quot;VUELTAS 10 1/2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"61fca844-f991-4cb9-8be7-a2ee792613cd\",\n                            \"dueDate\": \"2025-01-19T00:00:00\",\n                            \"paymentDate\": \"2024-10-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"DFD09645-174B-5708-83BD-41981BCA8469\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-21T00:00:00\",\n                            \"amount\": 7120.08,\n                            \"currency\": null,\n                            \"description\": \"BUJES GRANDES\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cf28cb13-715a-480b-8a73-02360ed812b4\",\n                            \"dueDate\": \"2025-01-19T00:00:00\",\n                            \"paymentDate\": \"2024-10-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"0EE708B2-7BBA-49EE-853A-3B7E70DDA954\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-24T00:00:00\",\n                            \"amount\": 180.96,\n                            \"currency\": null,\n                            \"description\": \"PAPEL BOND PARA IMPRESORA PAQUETE DE 500 HOJAS (T\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c792de40-2f0b-4612-b29a-0e4af97f912d\",\n                            \"dueDate\": \"2025-01-22T00:00:00\",\n                            \"paymentDate\": \"2024-10-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"34881689-0006-438D-A1AC-C948F3324B44\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-24T00:00:00\",\n                            \"amount\": 17114.2,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"23b36324-7658-4633-9791-bec2ad40602e\",\n                            \"dueDate\": \"2025-01-22T00:00:00\",\n                            \"paymentDate\": \"2024-10-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"C744FD77-487D-5CF4-881B-EDEE27AE1871\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-25T00:00:00\",\n                            \"amount\": 9391.36,\n                            \"currency\": null,\n                            \"description\": \"BUJES GRANDES\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8d606182-aa72-4fea-976b-a9aa2ad757a4\",\n                            \"dueDate\": \"2025-01-23T00:00:00\",\n                            \"paymentDate\": \"2024-11-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"EDA00B6F-7E46-4CEB-8C6E-E20D97AB562E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-25T00:00:00\",\n                            \"amount\": 358.44,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TINTA LC203BK NEGRO REMANUFACTURADO GE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9bd5d045-f9d5-4e6b-beb2-0bf05df2df75\",\n                            \"dueDate\": \"2025-01-23T00:00:00\",\n                            \"paymentDate\": \"2024-10-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"BD5F29BD-2E53-4951-A62C-109D6C3213C5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-26T00:00:00\",\n                            \"amount\": 4736.88,\n                            \"currency\": null,\n                            \"description\": \"ATT Armalo Negocios $399\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a93e3f08-22b6-4e8d-a7a3-d60a15bf4575\",\n                            \"dueDate\": \"2025-01-24T00:00:00\",\n                            \"paymentDate\": \"2024-11-14T00:00:00\",\n                            \"balance\": -1829.04,\n                            \"credited\": 1474.76\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"5DCB42F7-480E-4E64-8494-E8F7B8FCECCD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-28T00:00:00\",\n                            \"amount\": 35259.4,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9a760a59-1a92-4824-b4d4-0646bb5335b5\",\n                            \"dueDate\": \"2025-01-26T00:00:00\",\n                            \"paymentDate\": \"2024-12-21T00:00:00\",\n                            \"balance\": 0.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199674\",\n                            \"id1\": \"FBF58867-1B12-4712-9562-582F0F84D302\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-30T00:00:00\",\n                            \"amount\": 103356,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS fundidas mecanizadas en V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6f5ad431-7483-4e1c-b345-b1375cdaa757\",\n                            \"dueDate\": \"2025-01-28T00:00:00\",\n                            \"paymentDate\": \"2024-10-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"329EEF07-F223-4C27-83E4-A5D93EF878D2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-30T00:00:00\",\n                            \"amount\": 106372,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 1518.56 C 28 MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"515827af-22cf-4bb0-98cf-c8b7bc11e9aa\",\n                            \"dueDate\": \"2025-01-28T00:00:00\",\n                            \"paymentDate\": \"2024-10-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"3B62027D-73E1-5FEF-B38E-EEA67E828C0E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-30T00:00:00\",\n                            \"amount\": 9289.28,\n                            \"currency\": null,\n                            \"description\": \"BUJES GRANDES\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"761f3eed-7a09-4fbe-9b54-4e00a8fde800\",\n                            \"dueDate\": \"2025-01-28T00:00:00\",\n                            \"paymentDate\": \"2024-11-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"67684053-DF8D-4045-A477-621D0F003E6A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-30T00:00:00\",\n                            \"amount\": 114492,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1c82cf23-949e-48a2-86f1-5815e267b9c0\",\n                            \"dueDate\": \"2025-01-28T00:00:00\",\n                            \"paymentDate\": \"2024-10-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"3D18DD14-FB49-487C-A4A2-FC1B7319E17A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-30T00:00:00\",\n                            \"amount\": 105769,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"43c49144-99e8-41d9-8942-ea296cd643df\",\n                            \"dueDate\": \"2025-01-28T00:00:00\",\n                            \"paymentDate\": \"2024-10-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"BE7394A7-D759-489B-92FD-B9123A0D04AC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-31T00:00:00\",\n                            \"amount\": 21711.7,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dcf267ec-1747-49b3-b5f2-ace60eaa1b04\",\n                            \"dueDate\": \"2025-01-29T00:00:00\",\n                            \"paymentDate\": \"2024-12-21T00:00:00\",\n                            \"balance\": -0.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"4958C087-CD6F-442B-8EFD-DFBB976EF260\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-31T00:00:00\",\n                            \"amount\": 58772.18,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A - 5630 A - 5629 A - 5620 A - 5628 A - 5619 A - 5617 A - 5614 A - 5618 A - 5612\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"003d12a4-91b2-4952-927c-fa8f334a2636\",\n                            \"dueDate\": \"2025-01-29T00:00:00\",\n                            \"paymentDate\": \"2024-12-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199674\",\n                            \"id1\": \"6A84AB70-8F70-4975-8205-486319A00156\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-31T00:00:00\",\n                            \"amount\": 94482.1,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS fundidas mecanizadas en V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"56391fd0-7b57-48d5-9915-aac495b9c117\",\n                            \"dueDate\": \"2025-01-29T00:00:00\",\n                            \"paymentDate\": \"2024-10-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA1755A-3387-424B-B7C4-522DBB91C4C6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-31T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4014170-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e0bded4a-8b17-4ab2-9bd8-f316b0551511\",\n                            \"dueDate\": \"2025-01-29T00:00:00\",\n                            \"paymentDate\": \"2024-10-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA19406-C0DF-426D-BCFF-35C163EFBC22\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4001865-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c07401db-8ed8-49c7-a7ee-f69f8896e337\",\n                            \"dueDate\": \"2025-01-29T00:00:00\",\n                            \"paymentDate\": \"2024-10-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"B02D90EF-6C27-414A-82B8-4CA11467F1D4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-01T00:00:00\",\n                            \"amount\": 936.85,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"83fd7efa-d401-4bd7-84c8-7f42254d776d\",\n                            \"dueDate\": \"2022-11-30T00:00:00\",\n                            \"paymentDate\": \"2022-09-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"5F466BEF-5E2D-4C5B-997C-2BB415A4FF86\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-01T00:00:00\",\n                            \"amount\": 702.34,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c99d6b70-eb90-48c0-a80f-a7d3745d6bf8\",\n                            \"dueDate\": \"2022-11-30T00:00:00\",\n                            \"paymentDate\": \"2022-09-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"197D5FCE-D1E0-4CAC-839A-71C9EC672E2F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-01T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"08cf7137-45c7-4c56-a85f-d4d33f9ae91e\",\n                            \"dueDate\": \"2022-11-30T00:00:00\",\n                            \"paymentDate\": \"2022-09-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"4ACDE478-54E9-419C-9601-61F39D65BCE8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-01T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1cbb10fc-fe8a-4699-bfde-d6744a5e05ef\",\n                            \"dueDate\": \"2022-11-30T00:00:00\",\n                            \"paymentDate\": \"2022-09-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"4B58DB5D-748B-4A89-B9C8-D0CD87E588D8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-02T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c10ce90b-623b-41d4-a7c2-ef1ef5592413\",\n                            \"dueDate\": \"2022-12-01T00:00:00\",\n                            \"paymentDate\": \"2022-09-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199708\",\n                            \"id1\": \"87841E1F-8171-4F66-86A5-D10139E40C80\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-06T00:00:00\",\n                            \"amount\": 2516.66,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a6113d4f-990e-4cd7-882c-2855557b5daa\",\n                            \"dueDate\": \"2022-12-05T00:00:00\",\n                            \"paymentDate\": \"2022-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"B78BB45A-E67C-41AB-81BA-84746ECA5BDA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-07T00:00:00\",\n                            \"amount\": 8439.17,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ab631147-c08a-490a-8cf6-b612a82bfbe6\",\n                            \"dueDate\": \"2022-12-06T00:00:00\",\n                            \"paymentDate\": \"2022-09-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"BF1FF8A9-8A5F-47E9-AD10-265DFE7959D0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-08T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dde6cff0-2b0e-4664-8d6e-67f509339bdb\",\n                            \"dueDate\": \"2022-12-07T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"7F8077A7-45F7-40A4-8140-C6473E12C3A1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-08T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3b280ea1-efaf-4bc3-a5e0-6ecb0d3415e9\",\n                            \"dueDate\": \"2022-12-07T00:00:00\",\n                            \"paymentDate\": \"2022-09-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"73412CF1-B9BC-4DAC-AA67-31E1B4324F70\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-09T00:00:00\",\n                            \"amount\": 1283.31,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4ab18325-64a1-4d2f-80a6-72f0f48b49aa\",\n                            \"dueDate\": \"2022-12-08T00:00:00\",\n                            \"paymentDate\": \"2022-09-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199693\",\n                            \"id1\": \"7AB028F0-8D4C-4C96-BC3E-62E79A6FA666\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-09T00:00:00\",\n                            \"amount\": 1332.84,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5ec9b914-e435-4fef-a3f4-4f29c33608cd\",\n                            \"dueDate\": \"2022-12-08T00:00:00\",\n                            \"paymentDate\": \"2022-09-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"98E00E6A-C539-4C8C-8DB5-97719EEBC7E8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-14T00:00:00\",\n                            \"amount\": 8124.66,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"90551b8d-af05-426f-a75f-2368a31fbee0\",\n                            \"dueDate\": \"2022-12-13T00:00:00\",\n                            \"paymentDate\": \"2022-09-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": \"A8E0085D-78E2-4A5C-8169-7710AF7490EF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-15T00:00:00\",\n                            \"amount\": 105676,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e1fcd70f-b669-4143-b9fe-20c274087e3b\",\n                            \"dueDate\": \"2022-12-14T00:00:00\",\n                            \"paymentDate\": \"2022-09-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199709\",\n                            \"id1\": \"56A86C63-93BA-744C-994A-6989842166A2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-15T00:00:00\",\n                            \"amount\": 97092,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7f3adc1c-b1ff-4043-96bc-0fb9e9b71d0d\",\n                            \"dueDate\": \"2022-12-14T00:00:00\",\n                            \"paymentDate\": \"2022-09-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"02FED12B-D519-4F0A-A291-E9ECA4B9A6A5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e1739e6b-fab6-4763-b8f5-4852113d94cb\",\n                            \"dueDate\": \"2022-12-18T00:00:00\",\n                            \"paymentDate\": \"2022-09-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": \"606F909F-4550-461C-8E92-75CD970D8011\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-20T00:00:00\",\n                            \"amount\": 1165.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a44de377-d4a9-459d-8bda-7a6e58ec58dd\",\n                            \"dueDate\": \"2022-12-19T00:00:00\",\n                            \"paymentDate\": \"2022-09-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199711\",\n                            \"id1\": \"002A5609-B387-40FD-ACEA-B4C9FA60B39A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-20T00:00:00\",\n                            \"amount\": 5225.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6db0689b-adf2-472b-a291-92c43ce8be2a\",\n                            \"dueDate\": \"2022-12-19T00:00:00\",\n                            \"paymentDate\": \"2022-09-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": \"B7F0A35D-7587-A648-9D34-D76756F8D28E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-22T00:00:00\",\n                            \"amount\": 766.76,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"68e7176e-c7c6-4a9e-ac13-f4e146e8c417\",\n                            \"dueDate\": \"2022-12-21T00:00:00\",\n                            \"paymentDate\": \"2022-09-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"0060BD17-A075-41A2-9A26-F6DFAC9DF3B9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-22T00:00:00\",\n                            \"amount\": 1364.59,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"599df3b8-6b3a-4810-b0e7-2a82f2ad0d64\",\n                            \"dueDate\": \"2022-12-21T00:00:00\",\n                            \"paymentDate\": \"2022-09-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"465D33E6-D3E9-4FD7-B2CC-BB58128D7EA7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-25T00:00:00\",\n                            \"amount\": 3207.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6beac02e-7d76-46e8-996a-00257afaf525\",\n                            \"dueDate\": \"2022-12-24T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 3207.4,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": \"0B4E729C-6DDE-7249-86E8-51F089A1E020\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-26T00:00:00\",\n                            \"amount\": 638,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"93c5d3dc-46fe-4f92-8bda-866ee7054908\",\n                            \"dueDate\": \"2022-12-25T00:00:00\",\n                            \"paymentDate\": \"2022-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199712\",\n                            \"id1\": \"5C4CF9EC-6780-466B-8743-92349F37D7AB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-26T00:00:00\",\n                            \"amount\": 960.48,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a4bb53fd-8a67-4516-845f-9f0753abb1e5\",\n                            \"dueDate\": \"2022-12-25T00:00:00\",\n                            \"paymentDate\": \"2022-11-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"D2CD5D4D-C744-4A41-89AB-E4214220343A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-27T00:00:00\",\n                            \"amount\": 35807.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5ecbfe87-f079-477b-ad60-9ab9593669bb\",\n                            \"dueDate\": \"2022-12-26T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 35807.6,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199693\",\n                            \"id1\": \"E26FC9F4-E40C-4CA5-B991-B54A9FBDFF9B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-27T00:00:00\",\n                            \"amount\": 837.1,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a2f823a4-2776-4450-80d3-92eda3c4082b\",\n                            \"dueDate\": \"2022-12-26T00:00:00\",\n                            \"paymentDate\": \"2022-09-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": \"CAA39A54-C177-4F97-B137-341F230BE3C7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-27T00:00:00\",\n                            \"amount\": 2233,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4c52d56c-62cf-4439-9aa7-f92dbf098b6a\",\n                            \"dueDate\": \"2022-12-26T00:00:00\",\n                            \"paymentDate\": \"2022-09-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": \"E2813BC0-6CC6-41A4-878B-D1E14BDA4520\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-28T00:00:00\",\n                            \"amount\": 5807.49,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a5bb9d05-b2d1-48c1-8245-8316d14ccf9d\",\n                            \"dueDate\": \"2022-12-27T00:00:00\",\n                            \"paymentDate\": \"2022-09-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199689\",\n                            \"id1\": \"68F3FEEC-AA4D-41FC-BA29-E25249DB6A1A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-29T00:00:00\",\n                            \"amount\": 120988,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d841443d-aca2-4174-871a-92f9c6fb0260\",\n                            \"dueDate\": \"2022-12-28T00:00:00\",\n                            \"paymentDate\": \"2022-09-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"F18E1585-9DD2-4416-8397-6528D281581B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-29T00:00:00\",\n                            \"amount\": 62292,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8cd72257-22ff-484c-ba5e-2ad6860b9bc2\",\n                            \"dueDate\": \"2022-12-28T00:00:00\",\n                            \"paymentDate\": \"2022-09-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": \"4A4437B7-F1CF-4E24-8B2B-09F745F3CE2D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-30T00:00:00\",\n                            \"amount\": 107996,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a0cc46a5-3580-4ddb-8394-34bef78e03cc\",\n                            \"dueDate\": \"2022-12-29T00:00:00\",\n                            \"paymentDate\": \"2022-09-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"CE652D9F-2908-4AFD-A315-B64C7DAE8617\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-01T00:00:00\",\n                            \"amount\": 59160,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 45 X 25 X 6.04 MTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fbffe7a4-deec-46a5-9687-7efc7eb6e7db\",\n                            \"dueDate\": \"2024-10-30T00:00:00\",\n                            \"paymentDate\": \"2024-09-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"3B488880-2324-44C5-BEFE-E3C932561002\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-01T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7c3f857d-4c9c-49ff-a034-3049045c2d9d\",\n                            \"dueDate\": \"2024-10-30T00:00:00\",\n                            \"paymentDate\": \"2024-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": \"9E0BF76A-A278-4206-A322-FF9AF36EE54A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-05T00:00:00\",\n                            \"amount\": 2400.65,\n                            \"currency\": null,\n                            \"description\": \"#827 PRIMAR 1-1/16\\\" * dpp 4-6 * 153\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"eefb192d-bdda-4655-b638-f396c0146807\",\n                            \"dueDate\": \"2024-11-03T00:00:00\",\n                            \"paymentDate\": \"2024-08-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"C19576A1-52DC-4B6F-B192-B1861D4391A9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-08T00:00:00\",\n                            \"amount\": 1896.58,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4d91ef2a-eb95-4829-b6a3-0ae29e08eeab\",\n                            \"dueDate\": \"2024-11-06T00:00:00\",\n                            \"paymentDate\": \"2024-09-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"64D88BEC-D1A3-487C-B26D-298F6B1D211F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-09T00:00:00\",\n                            \"amount\": 86130,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 45 X 25 X 6.04 MTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"13199491-c78c-4c2e-9ea8-c31e7c7267ff\",\n                            \"dueDate\": \"2024-11-07T00:00:00\",\n                            \"paymentDate\": \"2024-09-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"226B2443-6B22-4358-B5E8-FC1A3D94C003\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-09T00:00:00\",\n                            \"amount\": 6820.45,\n                            \"currency\": null,\n                            \"description\": \"PRIMA. RECIBO:101429258\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a9e8cc91-5f88-469e-ab16-675ee86063ff\",\n                            \"dueDate\": \"2024-11-07T00:00:00\",\n                            \"paymentDate\": \"2024-08-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"09B53DE6-704B-45D5-A458-42E7992F9405\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-10T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"90fd3395-8f09-4cc5-9145-bf93e496bdea\",\n                            \"dueDate\": \"2024-11-08T00:00:00\",\n                            \"paymentDate\": \"2024-08-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"F1B51235-3456-465B-B77F-056B2A4B964C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-12T00:00:00\",\n                            \"amount\": 53940,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 56 X 28 X 6.40 MTS LGO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0c1bd346-2d70-4259-afb4-c040c8982c3a\",\n                            \"dueDate\": \"2024-11-10T00:00:00\",\n                            \"paymentDate\": \"2024-10-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"A2C788A4-C3B6-457E-AC9D-E901D544172B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-15T00:00:00\",\n                            \"amount\": 525.47,\n                            \"currency\": null,\n                            \"description\": \"1018 SOL 1 PLG x 4 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1b9e7009-a7dd-4e6b-809e-3f1a070c1f87\",\n                            \"dueDate\": \"2024-11-13T00:00:00\",\n                            \"paymentDate\": \"2024-10-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"DBF6C58C-8937-4779-B61A-FD764904D537\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-20T00:00:00\",\n                            \"amount\": 81107.2,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 56 X 28 X 6.40 MTS LGO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"80a79717-4aef-48ad-bdb0-91f7cec6dc58\",\n                            \"dueDate\": \"2024-11-18T00:00:00\",\n                            \"paymentDate\": \"2024-10-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"75763EC1-5AD0-47B4-B125-8F1A77D31AE9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-21T00:00:00\",\n                            \"amount\": 35661.95,\n                            \"currency\": null,\n                            \"description\": \"Soluble refrigerante 209 lts Soluble S-500CFD (Aceite soluble en agua ) Hangsterfers COT 15658 [Fecha documento aduanero: (24  24  3573  4018425) 11/07/2024]\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6129da0e-8b01-4a19-ae63-0cfca284ee82\",\n                            \"dueDate\": \"2024-11-19T00:00:00\",\n                            \"paymentDate\": \"2024-10-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"1A16799C-6431-4C87-BBB5-C617789CE5C2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-21T00:00:00\",\n                            \"amount\": 3633.49,\n                            \"currency\": null,\n                            \"description\": \"Clean All 19 lts Clean All COT. 15874 [Fecha documento aduanero: (24  24  3573  4018425) 11/07/2024]\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6b4b78b0-46df-48f8-b483-209d5eaf5736\",\n                            \"dueDate\": \"2024-11-19T00:00:00\",\n                            \"paymentDate\": \"2024-10-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"7CF88955-92D7-4AFC-B703-69B2C4FDE7D0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-22T00:00:00\",\n                            \"amount\": 90016,\n                            \"currency\": null,\n                            \"description\": \"PTR DE 4 X 6 CALIBRE 14\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"90b41610-02bb-4b0d-a197-6ed3463e226f\",\n                            \"dueDate\": \"2024-11-20T00:00:00\",\n                            \"paymentDate\": \"2024-08-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"03C397F1-46DB-4CF5-8B96-B726A3EE1B50\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-22T00:00:00\",\n                            \"amount\": 81432,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 56 X 28 X 6.00 MTS LGO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"88557b98-c420-4c01-bd1e-d9da44ad06f2\",\n                            \"dueDate\": \"2024-11-20T00:00:00\",\n                            \"paymentDate\": \"2024-10-02T00:00:00\",\n                            \"balance\": -81432,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"DE42F723-09E6-4679-AAB4-9857B3EA3386\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-24T00:00:00\",\n                            \"amount\": 626.4,\n                            \"currency\": null,\n                            \"description\": \"PISTA INTERIOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ed25460a-9dc6-4600-80a9-d207f34a5c9f\",\n                            \"dueDate\": \"2024-11-22T00:00:00\",\n                            \"paymentDate\": \"2024-08-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"4B475E9A-5951-4221-9363-81B322F35E89\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-26T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1a5be7d1-02b4-4292-9027-0fcd3f4d84bf\",\n                            \"dueDate\": \"2024-11-24T00:00:00\",\n                            \"paymentDate\": \"2024-09-19T00:00:00\",\n                            \"balance\": -3345.99,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"B97F3530-3DEB-4524-AA9E-E5A59DE67FAE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-27T00:00:00\",\n                            \"amount\": 18966.1,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f62b62da-fe81-4323-9d7d-61bbbe82a6f8\",\n                            \"dueDate\": \"2024-11-25T00:00:00\",\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"ED706F82-753E-4131-8CCA-7D3DF97B2487\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-27T00:00:00\",\n                            \"amount\": 11054.5,\n                            \"currency\": null,\n                            \"description\": \"1045 RED 4 1/2 PLG LC\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a3a852a0-774f-42b9-b597-3a4242460479\",\n                            \"dueDate\": \"2024-11-25T00:00:00\",\n                            \"paymentDate\": \"2024-10-02T00:00:00\",\n                            \"balance\": -0.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": \"76630303-95FC-41BD-964B-60EABB53B865\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-27T00:00:00\",\n                            \"amount\": 1293.4,\n                            \"currency\": null,\n                            \"description\": \"AC. D-2 SOL. 1/2\\\" X 2\\\" X 33 1/4\\\" LGO. \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d31f5eaf-f33b-4191-a46f-f9d363f44aa6\",\n                            \"dueDate\": \"2024-11-25T00:00:00\",\n                            \"paymentDate\": \"2024-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": \"99CA0F7F-232D-4228-B145-C79C87159015\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-28T00:00:00\",\n                            \"amount\": 96860,\n                            \"currency\": null,\n                            \"description\": \"Equipo de izaje y accesorios PLACA A36 (3/4 ESPESOR DE 4 x 8)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"46382cee-24b4-4944-b336-674d1123bf26\",\n                            \"dueDate\": \"2024-11-26T00:00:00\",\n                            \"paymentDate\": \"2024-08-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"A5E6A2F4-C1CA-401D-AAAA-9FD12AC961E0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-30T00:00:00\",\n                            \"amount\": 57083.6,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 45 X 25 X 6 METROS LGO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7ec58ee4-6cce-4fdb-b82b-99d8d764f28b\",\n                            \"dueDate\": \"2024-11-28T00:00:00\",\n                            \"paymentDate\": \"2024-10-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"AA643F36-A553-44DE-8E8E-1C27D2EEA280\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-30T00:00:00\",\n                            \"amount\": 484.8,\n                            \"currency\": null,\n                            \"description\": \"1018 SOL 3/4 PLG x 1 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3aa86788-7657-4b08-b469-d31470c63155\",\n                            \"dueDate\": \"2024-11-28T00:00:00\",\n                            \"paymentDate\": \"2024-10-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"2D375C69-EBBD-4946-91CB-1CDF635682FB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-30T00:00:00\",\n                            \"amount\": 2401,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A - 5565 A - 5571 A -5566 A - 5572 A - 5563 A - 5569 A - 5581 A - 5578 A - 5568 A - 5580 A - 5577 A - 5579 A - 5576 A - 5574 A - 5573 \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1c536267-4f7a-48e5-9e1b-539970ce6cb9\",\n                            \"dueDate\": \"2024-11-28T00:00:00\",\n                            \"paymentDate\": \"2024-09-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 2401\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"2B55B7D6-6667-42A1-AE97-1D77CD0E6DF6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-30T00:00:00\",\n                            \"amount\": 15330.01,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A - 5587 A - 5586 A - 5590 A - 5588 A - 5589\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a4074058-d144-4940-992a-e26bb0f66445\",\n                            \"dueDate\": \"2024-11-28T00:00:00\",\n                            \"paymentDate\": \"2024-10-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"B8C2758E-EFB0-4636-9010-9358C5F2FB32\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-31T00:00:00\",\n                            \"amount\": 94772,\n                            \"currency\": null,\n                            \"description\": \"Compresor De Aire Portatil 50l 115psi/8ba Husky\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6564433f-c4d1-423b-9bcb-970dff136b77\",\n                            \"dueDate\": \"2024-11-29T00:00:00\",\n                            \"paymentDate\": \"2024-08-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA1E639-37DB-44E3-8358-5E5383E38042\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-31T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4012282-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2c121c1d-78e4-46ad-a71b-b928df537d7d\",\n                            \"dueDate\": \"2024-11-29T00:00:00\",\n                            \"paymentDate\": \"2024-08-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA10F69-D803-4263-B955-23052EB996B0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4001425-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"62c2c594-f998-47fd-9fad-4511c7c6ba81\",\n                            \"dueDate\": \"2024-11-29T00:00:00\",\n                            \"paymentDate\": \"2024-08-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"8E6A27AB-3EA8-48D7-93A6-27326879EF57\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-02T00:00:00\",\n                            \"amount\": 1334,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"01e87435-17d9-4089-88ce-ebe9246fbca8\",\n                            \"dueDate\": \"2024-12-01T00:00:00\",\n                            \"paymentDate\": \"2024-09-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"DB9F113B-7D1D-4658-B138-E1C37EE59E43\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-03T00:00:00\",\n                            \"amount\": 720.51,\n                            \"currency\": null,\n                            \"description\": \"1045 RED 1 1/4 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"592c8533-7239-4feb-828e-1cbb89abdbef\",\n                            \"dueDate\": \"2024-12-02T00:00:00\",\n                            \"paymentDate\": \"2024-10-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"E4DCC370-7EF9-41FF-8C5D-C9E2EB5167F1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-03T00:00:00\",\n                            \"amount\": 72757.5,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 56 x 28 x 6.40 mts \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9a7fa55b-9b95-4000-84b2-7f9e857aebc2\",\n                            \"dueDate\": \"2024-12-02T00:00:00\",\n                            \"paymentDate\": \"2024-10-14T00:00:00\",\n                            \"balance\": -0.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": \"57BC8822-AE48-1442-BCF4-BE52842CF975\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-05T00:00:00\",\n                            \"amount\": 1064.88,\n                            \"currency\": null,\n                            \"description\": \"TORNILLO 2.5MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"eac1e8fa-1fc5-487b-a8d7-faf657c45b35\",\n                            \"dueDate\": \"2024-12-04T00:00:00\",\n                            \"paymentDate\": \"2024-09-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"948DE478-01C8-4316-9B47-B2E1A03490D5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-05T00:00:00\",\n                            \"amount\": 47761.13,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia A 5565 A - 5571 A 5566 A 5572 A 5563 A 5569 A 5581 A 5578 A 5568 A 5580 A 5577 A 5579 A 5576 A 5574 A 5573 \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"25601fe1-556c-4eee-9207-899e1261f23c\",\n                            \"dueDate\": \"2024-12-04T00:00:00\",\n                            \"paymentDate\": \"2024-10-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199635\",\n                            \"id1\": \"55E1C52B-6C69-11EF-8AF7-634D5AB00652\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-06T00:00:00\",\n                            \"amount\": 16223.78,\n                            \"currency\": null,\n                            \"description\": \"P048·M10·SAA00·NW\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4453aaa7-ffca-4f62-9445-a333d320a39b\",\n                            \"dueDate\": \"2024-12-05T00:00:00\",\n                            \"paymentDate\": \"2024-09-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199635\",\n                            \"id1\": \"5BD7A623-6C69-11EF-9593-0F0A2AB431FF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-06T00:00:00\",\n                            \"amount\": 8074.73,\n                            \"currency\": null,\n                            \"description\": \"P048·M10·SAA00·RC\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"290f3ab8-5133-479a-a359-43f45e334dbd\",\n                            \"dueDate\": \"2024-12-05T00:00:00\",\n                            \"paymentDate\": \"2024-09-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"F4350554-10A3-46A5-B778-CA47667B7C3B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-09T00:00:00\",\n                            \"amount\": 10440,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 45 X 20 X 6 MTS. DE LGO.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8690c4b6-2b04-4357-943c-f37266a35981\",\n                            \"dueDate\": \"2024-12-08T00:00:00\",\n                            \"paymentDate\": \"2024-10-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199702\",\n                            \"id1\": \"CFEDAB16-B345-4AFA-ACB6-1B64AD8A584B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-09T00:00:00\",\n                            \"amount\": 8908.8,\n                            \"currency\": null,\n                            \"description\": \"PASTA DE DIAMANTE 20 GRS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"73cd420c-1526-4e57-be61-e9322f463856\",\n                            \"dueDate\": \"2024-12-08T00:00:00\",\n                            \"paymentDate\": \"2024-09-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"1879C05C-07B1-450A-975B-42F16A84C4CC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-09T00:00:00\",\n                            \"amount\": 2032.26,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aae4b9a1-1db8-45ca-bf28-96d440fde851\",\n                            \"dueDate\": \"2024-12-08T00:00:00\",\n                            \"paymentDate\": \"2024-09-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"6D6EFA8D-51F7-48B1-96A1-BF0925E87615\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-09T00:00:00\",\n                            \"amount\": 52200,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 45 X 20 X 6 MTS. DE LGO.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6e18f785-b24c-4a0d-ad17-a32387d7d0d4\",\n                            \"dueDate\": \"2024-12-08T00:00:00\",\n                            \"paymentDate\": \"2024-10-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199713\",\n                            \"id1\": \"33E94FBF-5B55-433C-AEE2-5D9338F3677A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-09T00:00:00\",\n                            \"amount\": 3364,\n                            \"currency\": null,\n                            \"description\": \"POLIZA 3 MESES DE FUMIGACION VS INSECTO RASTRERO Y ROEDOR(VIGENCIA MESES SEPT. OCT Y NOV. 2024)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"135f2322-d248-4805-af2c-a7814baba7b8\",\n                            \"dueDate\": \"2024-12-08T00:00:00\",\n                            \"paymentDate\": \"2024-09-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"6274A0E9-A312-4EE5-9621-108DDE06B048\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-10T00:00:00\",\n                            \"amount\": 484.11,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2cf6bdbf-23ff-4dc4-8a96-50f57d834eb8\",\n                            \"dueDate\": \"2024-12-09T00:00:00\",\n                            \"paymentDate\": \"2024-09-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"3C76E5A3-E0AE-432F-85B3-C7903398ED75\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-11T00:00:00\",\n                            \"amount\": 23200,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 56 x 31 X 5 MTS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0af8a838-a99e-4180-9352-691ac3c43741\",\n                            \"dueDate\": \"2024-12-10T00:00:00\",\n                            \"paymentDate\": \"2024-10-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": \"E05B7024-F164-0B49-89AC-1477DEBEB5D1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-11T00:00:00\",\n                            \"amount\": 556.8,\n                            \"currency\": null,\n                            \"description\": \"BROCA A.V. ZANCO 1/2\\\" 17/32\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"11ee1d2f-96ef-4a86-851e-0fec701d6968\",\n                            \"dueDate\": \"2024-12-10T00:00:00\",\n                            \"paymentDate\": \"2024-09-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": \"DB5F17B5-CA10-402D-97A0-8A598CCBCA90\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-11T00:00:00\",\n                            \"amount\": 7431.46,\n                            \"currency\": null,\n                            \"description\": \"#827 PRIMAR 1-1/16\\\" * dpp 4-6 * 153\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"563458a4-1ebf-4333-9f25-0416d6cd8b8a\",\n                            \"dueDate\": \"2024-12-10T00:00:00\",\n                            \"paymentDate\": \"2024-09-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"C27EBEB3-D696-4DD7-A596-441C5598EC97\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-12T00:00:00\",\n                            \"amount\": 92800,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 56 x 31 X 5 MTS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cd5610a8-6402-41b2-aa98-717e00a8b151\",\n                            \"dueDate\": \"2024-12-11T00:00:00\",\n                            \"paymentDate\": \"2024-10-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"816A7BD2-38D9-4157-A98C-FB5C782C99BC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-12T00:00:00\",\n                            \"amount\": 89552,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 45X25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b162a47a-011b-450f-a2ee-43641251bcde\",\n                            \"dueDate\": \"2024-12-11T00:00:00\",\n                            \"paymentDate\": \"2024-09-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": \"66521232-BAF9-4449-88D1-4FC6DC67CDCA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-19T00:00:00\",\n                            \"amount\": 974.4,\n                            \"currency\": null,\n                            \"description\": \"LLAVE T8 TORX T/DESARMADOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d6d191b8-3cd6-4622-90f7-6660147a7795\",\n                            \"dueDate\": \"2024-12-18T00:00:00\",\n                            \"paymentDate\": \"2024-09-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"2425DAF0-1E50-4760-9715-A062BF56078C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-19T00:00:00\",\n                            \"amount\": 41586,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 45 X 20 X 6 METROS LARGO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bff280ee-02fc-46ea-9381-6569db321150\",\n                            \"dueDate\": \"2024-12-18T00:00:00\",\n                            \"paymentDate\": \"2024-11-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"74CE4E63-B2E5-4B82-ACB7-EB8E6805AB12\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-25T00:00:00\",\n                            \"amount\": 5620.2,\n                            \"currency\": null,\n                            \"description\": \"ACEITE HIDRAULICO INDYCOM VG-68 \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6f5c1d89-8022-4bd6-88bd-6c111b30da37\",\n                            \"dueDate\": \"2024-12-24T00:00:00\",\n                            \"paymentDate\": \"2024-09-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"8FB8D9EF-379B-43DB-AEB1-26342C15CC91\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-25T00:00:00\",\n                            \"amount\": 3357.59,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"30c49f5b-2379-4496-b3c6-1eab8ce73003\",\n                            \"dueDate\": \"2024-12-24T00:00:00\",\n                            \"paymentDate\": \"2024-10-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"85147119-D327-4A8A-B860-1EA9E3B6A09C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-26T00:00:00\",\n                            \"amount\": 67280,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 45 X 20 \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"08d6e060-9420-45a3-b2e1-1422a5ab4cec\",\n                            \"dueDate\": \"2024-12-25T00:00:00\",\n                            \"paymentDate\": \"2024-11-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"1DAE1370-46F7-4248-8331-2D5CFE496799\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-27T00:00:00\",\n                            \"amount\": 46845.4,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9a3e3580-f373-4de6-812e-8daeba46f45c\",\n                            \"dueDate\": \"2024-12-26T00:00:00\",\n                            \"paymentDate\": \"2024-09-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": \"3F2C661D-EE06-4D43-BC4C-2C01D0C0EF13\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-30T00:00:00\",\n                            \"amount\": 94772,\n                            \"currency\": null,\n                            \"description\": \"SUMINISTROS PARA SOLDAR COMPRESOR DE AIRE PORTATIL 50l 115psi/8ba HUSKY\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d103ac4d-a2e9-46fa-ba34-c069426370ed\",\n                            \"dueDate\": \"2024-12-29T00:00:00\",\n                            \"paymentDate\": \"2024-09-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"87FFD485-3D8C-4FD9-A6F4-5735B657908A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-30T00:00:00\",\n                            \"amount\": 101732,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 56 X 28 X 6 MTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"af51d88e-31c2-445c-9b49-b0cf0b81d060\",\n                            \"dueDate\": \"2024-12-29T00:00:00\",\n                            \"paymentDate\": \"2024-09-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"857692B4-9CA2-4840-A29B-6AEAE3A4E65C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-30T00:00:00\",\n                            \"amount\": 23084,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 45 X 20 \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ae84865f-95f4-404a-b696-240a56cae979\",\n                            \"dueDate\": \"2024-12-29T00:00:00\",\n                            \"paymentDate\": \"2024-11-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"06F492BF-51BB-43D8-8574-37482D474102\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-30T00:00:00\",\n                            \"amount\": 66214.48,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A 5605 A 5593 A 5595 A 5597 A 5599 \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"07708a13-16c4-4b66-8071-cd5b1495cb6a\",\n                            \"dueDate\": \"2024-12-29T00:00:00\",\n                            \"paymentDate\": \"2024-11-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA139D2-78F1-406E-809D-8A9BBA99891B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-30T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4013481-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"81c62a9c-3933-4c54-8721-f94e9074a199\",\n                            \"dueDate\": \"2024-12-29T00:00:00\",\n                            \"paymentDate\": \"2024-09-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199700\",\n                            \"id1\": \"7986770A-05DB-48BA-A28E-57B624806548\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-03T00:00:00\",\n                            \"amount\": 12547.7,\n                            \"currency\": null,\n                            \"description\": \"AN20-02  SILENCIADOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b9504a92-8c51-472e-8d8a-20725f4c8595\",\n                            \"dueDate\": \"2023-10-01T00:00:00\",\n                            \"paymentDate\": \"2023-08-31T00:00:00\",\n                            \"balance\": 4547.7,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199686\",\n                            \"id1\": \"E42864DA-4055-49DF-A904-1CF782053E3D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-04T00:00:00\",\n                            \"amount\": 464.09,\n                            \"currency\": null,\n                            \"description\": \"TORNILLO SOCKET M.M. 5 x 40\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1edb5dde-2885-4d28-a106-9cb58e14eae7\",\n                            \"dueDate\": \"2023-10-02T00:00:00\",\n                            \"paymentDate\": \"2023-07-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199714\",\n                            \"id1\": \"2AFA1F03-48F8-4361-88D2-7CCA2C9B2A36\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-05T00:00:00\",\n                            \"amount\": 1223.22,\n                            \"currency\": null,\n                            \"description\": \"608 ZZ. ROD RIGIDO 1 HILERA BOLAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b81ef53e-64f7-4439-83a3-05a18540df7b\",\n                            \"dueDate\": \"2023-10-03T00:00:00\",\n                            \"paymentDate\": \"2023-07-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"580CA897-77C4-4498-BECA-A1C4993BB659\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-06T00:00:00\",\n                            \"amount\": 0.01,\n                            \"currency\": null,\n                            \"description\": \"N.SIMV85ATTTRIOD SIM 8952050402303800792F\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"072ba096-daff-47be-ac8e-544a53c9b70d\",\n                            \"dueDate\": \"2023-10-04T00:00:00\",\n                            \"paymentDate\": \"2023-07-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"08FF0136-A669-47AD-B642-0D45B30BA8EC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-11T00:00:00\",\n                            \"amount\": 209.4,\n                            \"currency\": null,\n                            \"description\": \"Servicio de Telefonia\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ff4c7427-a568-408f-b1b8-c6e4e4f48005\",\n                            \"dueDate\": \"2023-10-09T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 209.4,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"5393F7C7-D3B0-40DD-A3C8-D52C7AB02149\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-11T00:00:00\",\n                            \"amount\": 929.7,\n                            \"currency\": null,\n                            \"description\": \"Servicio de datos\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"80a0c6ae-ca8a-4644-9cd3-45d0cd0783ff\",\n                            \"dueDate\": \"2023-10-09T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 929.7,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"A7339BCE-E455-4F0F-BD14-259EB172ABF4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-11T00:00:00\",\n                            \"amount\": 160.9,\n                            \"currency\": null,\n                            \"description\": \"Servicio Renta de Equipos\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2a2ca515-816d-4b96-bd5c-110201c162a7\",\n                            \"dueDate\": \"2023-10-09T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 160.9,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": \"0BA42257-942E-40FE-9856-8CE9A958E26F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-11T00:00:00\",\n                            \"amount\": 7823.04,\n                            \"currency\": null,\n                            \"description\": \"LAMINA ROLADO CALIENTE C.8 4 X 10; PEDIDO/POSICION 1002253826/000010; ORDEN COMPRA CLIENTE: TELEFONO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"648f1f27-237c-4dd0-a358-c5a2bad63fec\",\n                            \"dueDate\": \"2023-10-09T00:00:00\",\n                            \"paymentDate\": \"2023-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"BF42761A-0B84-4129-ABEF-4C64D96000F3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-12T00:00:00\",\n                            \"amount\": 811.41,\n                            \"currency\": null,\n                            \"description\": \"EAD EXTENDIDO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9a3f83b6-59f7-4344-8b65-30e9022a9747\",\n                            \"dueDate\": \"2023-10-10T00:00:00\",\n                            \"paymentDate\": \"2023-07-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"48C948AA-AA94-4A57-BAFD-AD2FB3F45D36\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-13T00:00:00\",\n                            \"amount\": 1169.96,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 32 X 20 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ca24d2ed-603d-4ceb-9d39-6c1023318b09\",\n                            \"dueDate\": \"2023-10-11T00:00:00\",\n                            \"paymentDate\": \"2023-07-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"4739D927-9F87-4712-AF72-93C5663C4FDE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-14T00:00:00\",\n                            \"amount\": 360.09,\n                            \"currency\": null,\n                            \"description\": \"1018 SOL 3/4 PLG x 5 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"44e5c78e-a516-407e-b009-69e6fadc191f\",\n                            \"dueDate\": \"2023-10-12T00:00:00\",\n                            \"paymentDate\": \"2023-07-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"4282C2FA-7CC6-45D0-AE9F-C6A4C71567C4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-14T00:00:00\",\n                            \"amount\": 1310.8,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TONER ORIGINAL BROTHER TN660 ALTO REND\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c9b814e7-34c3-447d-839d-0beb90deb8dc\",\n                            \"dueDate\": \"2023-10-12T00:00:00\",\n                            \"paymentDate\": \"2023-07-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"356E4BDD-49C6-4869-A1AF-74A0AE12518B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-19T00:00:00\",\n                            \"amount\": 17272.9,\n                            \"currency\": null,\n                            \"description\": \"1045 RED 4 1/4 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"55ac9e06-3c8b-4fbb-9b71-5b938dc6da43\",\n                            \"dueDate\": \"2023-10-17T00:00:00\",\n                            \"paymentDate\": \"2023-07-31T00:00:00\",\n                            \"balance\": -0.01,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"E3EDDD2D-5EB4-4F66-9B42-2E935F5D4F02\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-21T00:00:00\",\n                            \"amount\": 1067.84,\n                            \"currency\": null,\n                            \"description\": \"1018 CDR 3/4 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d2eeb2c2-65b9-4432-b2a5-bfe79d5315d3\",\n                            \"dueDate\": \"2023-10-19T00:00:00\",\n                            \"paymentDate\": \"2023-07-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"3FF92A41-5510-4581-BFCF-093E79710E60\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-21T00:00:00\",\n                            \"amount\": 316.8,\n                            \"currency\": null,\n                            \"description\": \"1018 SOL 3/4 PLG x 5 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8d9de5ce-80bc-4358-ab27-bffd9b456c21\",\n                            \"dueDate\": \"2023-10-19T00:00:00\",\n                            \"paymentDate\": \"2023-07-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"8D2D8904-FB9E-435C-905A-40A2A871AEF4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-24T00:00:00\",\n                            \"amount\": 737.4,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"393f2fcc-b542-40cd-83c4-4963493380b2\",\n                            \"dueDate\": \"2023-10-22T00:00:00\",\n                            \"paymentDate\": \"2023-07-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"D44B7547-9FE3-47D0-B821-8673636A0B18\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-25T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"617c7fa9-1c8e-4ad1-b1f8-2ca5a1d39de9\",\n                            \"dueDate\": \"2023-10-23T00:00:00\",\n                            \"paymentDate\": \"2023-08-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199715\",\n                            \"id1\": \"5F91EA8C-13BC-4F3A-BB91-31652CFEFC60\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-25T00:00:00\",\n                            \"amount\": 14685.6,\n                            \"currency\": null,\n                            \"description\": \"HOJA CALIENTE 8 4X10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7f6ce88e-fbad-404f-98ea-e556d59a08e1\",\n                            \"dueDate\": \"2023-10-23T00:00:00\",\n                            \"paymentDate\": \"2023-07-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": \"A50CA1D2-5086-485C-B8C9-0F05513F5AFB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-25T00:00:00\",\n                            \"amount\": 336.4,\n                            \"currency\": null,\n                            \"description\": \"INOX CUAD 2 X 2 X 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"449186ef-ef99-4282-a308-5f4cea6681de\",\n                            \"dueDate\": \"2023-10-23T00:00:00\",\n                            \"paymentDate\": \"2023-07-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199716\",\n                            \"id1\": \"C5757739-A7EE-4E9A-B193-780081E6779D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-25T00:00:00\",\n                            \"amount\": 5707.2,\n                            \"currency\": null,\n                            \"description\": \"SUM Y CORTE LASER ACERO Suministro acero al carbon y corte laser de piezas de 1.5\\\" de diametro:50 piezas calibre 2050 piezas calibre 1650 piezas calibre 1450 piezas calibre 1130 piezas calibre 1026 piezas 3/16\\\"26 piezas 1/4\\\"20 piezas 5/16\\\"100 piezas 3/8\\\" $4920.00 pesos\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6930037f-3cd3-476a-b22f-0f5ff7dd7bf2\",\n                            \"dueDate\": \"2023-10-23T00:00:00\",\n                            \"paymentDate\": \"2023-07-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199698\",\n                            \"id1\": \"9D61DF6D-6499-4199-80FA-285B1F989213\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-26T00:00:00\",\n                            \"amount\": 3340.8,\n                            \"currency\": null,\n                            \"description\": \"EXACTODEN TUBO DE 150 grs./CAT.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c27029fb-5662-41fa-b731-c2b7a04e6f73\",\n                            \"dueDate\": \"2023-10-24T00:00:00\",\n                            \"paymentDate\": \"2023-07-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"10E964DF-0C5A-4BE7-87A6-B5BF5ADF3123\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-27T00:00:00\",\n                            \"amount\": 273.02,\n                            \"currency\": null,\n                            \"description\": \"ALUM. BARRA CUA. 6061 T651 50.8 MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"17a7426f-6b76-41d5-b07d-f51c9f212fd2\",\n                            \"dueDate\": \"2023-10-25T00:00:00\",\n                            \"paymentDate\": \"2023-07-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199699\",\n                            \"id1\": \"09749CF2-E97D-40B9-B34A-4546E20B0248\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-27T00:00:00\",\n                            \"amount\": 157.2,\n                            \"currency\": null,\n                            \"description\": \"Flete TRA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d620b511-7e1e-4b22-a44b-f683d394e3bb\",\n                            \"dueDate\": \"2023-10-25T00:00:00\",\n                            \"paymentDate\": \"2024-06-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199717\",\n                            \"id1\": \"7FB82F0C-A3BF-454A-92F7-E276F99A2292\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-27T00:00:00\",\n                            \"amount\": 8220.9,\n                            \"currency\": null,\n                            \"description\": \"FILTRO SEPARADOR MILWAUKEE 40 HP \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"54d42ea2-5620-485c-82bb-b8848326c67b\",\n                            \"dueDate\": \"2023-10-25T00:00:00\",\n                            \"paymentDate\": \"2023-07-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"4BCE058E-C04E-44A5-8042-38E62A28447D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-27T00:00:00\",\n                            \"amount\": 79228,\n                            \"currency\": null,\n                            \"description\": \"PLACA A36 (3/4 ESPESOR DE 4 x 8)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b4767275-2c96-461c-b103-71c484a49013\",\n                            \"dueDate\": \"2023-10-25T00:00:00\",\n                            \"paymentDate\": \"2023-07-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"82EA9C23-CB4C-4770-BACE-9B63AA73850C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-28T00:00:00\",\n                            \"amount\": 12911.5,\n                            \"currency\": null,\n                            \"description\": \"FACTURA DE PAGO DE RECIBO 11833047 11833048 DE LA POLIZA E3152000441-2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aae3019a-9dff-478b-bd1c-811084758845\",\n                            \"dueDate\": \"2023-10-26T00:00:00\",\n                            \"paymentDate\": \"2024-01-16T00:00:00\",\n                            \"balance\": -0.05,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199714\",\n                            \"id1\": \"FAF74B79-AE98-4213-94D6-39A1B850B00D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-29T00:00:00\",\n                            \"amount\": 18422.4,\n                            \"currency\": null,\n                            \"description\": \"2MM 9114 WICRDUL JGO SUPER PRECISION 29114\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4e7b630f-62db-4ce7-a67f-e1fb1597233f\",\n                            \"dueDate\": \"2023-10-27T00:00:00\",\n                            \"paymentDate\": \"2023-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": \"B56AC5EA-17C4-4BD1-95EB-5868F4C4F687\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-29T00:00:00\",\n                            \"amount\": 113100,\n                            \"currency\": null,\n                            \"description\": \"Piezas fundidas mecanizadas en V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1f6e46a3-3353-411d-be6a-aef964a3e2ad\",\n                            \"dueDate\": \"2023-10-27T00:00:00\",\n                            \"paymentDate\": \"2023-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"97118861-693C-457D-B5B3-D4DEDEEF80AD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-29T00:00:00\",\n                            \"amount\": 35009.5,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7640d269-5107-4ca2-a1de-289d985e17cc\",\n                            \"dueDate\": \"2023-10-27T00:00:00\",\n                            \"paymentDate\": \"2023-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"3692396A-445C-4922-B6E2-14A3D2774CFF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-29T00:00:00\",\n                            \"amount\": 50692,\n                            \"currency\": null,\n                            \"description\": \"ACERO 9840 2 3/4 X 65\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"60953b13-d674-48aa-82ec-52ddd5a81fd4\",\n                            \"dueDate\": \"2023-10-27T00:00:00\",\n                            \"paymentDate\": \"2023-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"28B24C8F-6D21-4FAE-800C-A4C211B9AE2A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-29T00:00:00\",\n                            \"amount\": 88972,\n                            \"currency\": null,\n                            \"description\": \"RODILLO DE ACERO INOXIDABLE DE 10 X 4 X 4\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"92456273-76b2-4333-ba5b-07c1637b6d96\",\n                            \"dueDate\": \"2023-10-27T00:00:00\",\n                            \"paymentDate\": \"2023-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA1135B-8864-48EC-8815-60CD21C5F893\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-3001396-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c85847de-c874-4f53-a7b6-8c96dc9d103b\",\n                            \"dueDate\": \"2023-10-29T00:00:00\",\n                            \"paymentDate\": \"2023-07-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"D23AF4D4-6233-4B32-88B7-ADE6A4EED5EF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-01T00:00:00\",\n                            \"amount\": 713.3,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"31e1a53d-57ca-4aee-9935-d15a57c1dfa2\",\n                            \"dueDate\": \"2022-04-01T00:00:00\",\n                            \"paymentDate\": \"2022-01-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"DAC1376F-E490-45E9-8EE8-0BEB07E6C5B8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-01T00:00:00\",\n                            \"amount\": 812,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0750934d-72a1-4037-8869-b1c7716f0d42\",\n                            \"dueDate\": \"2022-04-01T00:00:00\",\n                            \"paymentDate\": \"2022-01-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"35D11A88-4D86-47B2-A0CD-54F0B23B9F35\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-01T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"50ebb4e2-1ce3-49de-9d23-02c288b667f1\",\n                            \"dueDate\": \"2022-04-01T00:00:00\",\n                            \"paymentDate\": \"2022-01-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"623AAC6C-15B8-4879-8DBF-600CDB59DE3B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-01T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e5032314-58e9-4b7f-bd07-73e0b8746535\",\n                            \"dueDate\": \"2022-04-01T00:00:00\",\n                            \"paymentDate\": \"2022-01-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199685\",\n                            \"id1\": \"0A6FBFEF-E1FD-473D-B9A3-98163E9D9C69\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-03T00:00:00\",\n                            \"amount\": 1160,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"65c9c636-8b00-4af5-a377-e05725a309c6\",\n                            \"dueDate\": \"2022-04-03T00:00:00\",\n                            \"paymentDate\": \"2022-01-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"5F75FBAD-43ED-45A4-A4F9-A4EBA59EAE3D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-05T00:00:00\",\n                            \"amount\": 2923.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"30d5f274-534c-460f-aeb7-ea331c8c8004\",\n                            \"dueDate\": \"2022-04-05T00:00:00\",\n                            \"paymentDate\": \"2022-01-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199718\",\n                            \"id1\": \"CE7268F0-BDAA-4122-A302-9AA140C2B0FB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-05T00:00:00\",\n                            \"amount\": 258.01,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c5278642-cea7-4846-a3c9-f1b2665f319a\",\n                            \"dueDate\": \"2022-04-05T00:00:00\",\n                            \"paymentDate\": \"2022-01-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": \"2285A0D5-01CA-41C9-A613-019AAE4AC526\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-07T00:00:00\",\n                            \"amount\": 2291.1,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c0b7f9d1-1d2f-4b4f-b4da-b4b66eb3e199\",\n                            \"dueDate\": \"2022-04-07T00:00:00\",\n                            \"paymentDate\": \"2022-01-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"9682750E-82EA-406A-8307-CE4DD4457152\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-10T00:00:00\",\n                            \"amount\": 831.42,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1c1b152f-295e-4fef-9648-a4b3fcd4487e\",\n                            \"dueDate\": \"2022-04-10T00:00:00\",\n                            \"paymentDate\": \"2022-01-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"B1A50A5C-0127-45F4-8DF7-580094D4FA5A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-11T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"200f6ccd-b272-4b1a-a424-61f089c4242c\",\n                            \"dueDate\": \"2022-04-11T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"2143F52F-3CC5-4513-8982-ACD46A01E32E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-11T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f95de903-de52-4d7f-b0b2-9582e4ddad4d\",\n                            \"dueDate\": \"2022-04-11T00:00:00\",\n                            \"paymentDate\": \"2022-01-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199719\",\n                            \"id1\": \"58230C72-4895-4A9D-B1F4-C40446791F13\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-13T00:00:00\",\n                            \"amount\": 273101,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fc6c7e5a-81d6-45d1-8a1f-938a27f18f91\",\n                            \"dueDate\": \"2022-04-13T00:00:00\",\n                            \"paymentDate\": \"2022-01-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"7AA5CCAE-5D7B-479F-8B77-468366253A54\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-14T00:00:00\",\n                            \"amount\": 4848.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"43f07042-840a-48f9-879c-13afbf959684\",\n                            \"dueDate\": \"2022-04-14T00:00:00\",\n                            \"paymentDate\": \"2022-01-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199685\",\n                            \"id1\": \"FCAB4EA7-13EB-480B-AB30-272378F44FFD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-14T00:00:00\",\n                            \"amount\": 4089,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"10be054d-d9d1-42c8-b4a0-4d75be43c21e\",\n                            \"dueDate\": \"2022-04-14T00:00:00\",\n                            \"paymentDate\": \"2022-01-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"63702D01-7BCF-464D-A09A-74E293185DF3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-15T00:00:00\",\n                            \"amount\": 677.52,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"05e4e6fd-0475-4b6d-a9db-2ff89e386f05\",\n                            \"dueDate\": \"2022-04-15T00:00:00\",\n                            \"paymentDate\": \"2022-03-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 677.52\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"370E8CCA-979D-4332-923D-991D420156D0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-18T00:00:00\",\n                            \"amount\": 374.74,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c2047031-c62d-4c5a-94c1-6397b4da243f\",\n                            \"dueDate\": \"2022-04-18T00:00:00\",\n                            \"paymentDate\": \"2022-01-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"344B1BFF-5182-4EB9-B9A9-1FE124F5E86F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-18T00:00:00\",\n                            \"amount\": 107068,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b8481cba-3546-447a-b2d2-934e2c3cc4e8\",\n                            \"dueDate\": \"2022-04-18T00:00:00\",\n                            \"paymentDate\": \"2022-01-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199715\",\n                            \"id1\": \"1F7B0EEC-F05E-4A9B-AF50-030A3816FD23\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-20T00:00:00\",\n                            \"amount\": 110230,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f207d19f-1637-4bfd-8b6e-e656ae5d1ccb\",\n                            \"dueDate\": \"2022-04-20T00:00:00\",\n                            \"paymentDate\": \"2022-01-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": \"53E7D2F1-BE8D-49EF-880E-2FAF8F53A2BC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-20T00:00:00\",\n                            \"amount\": 9706.88,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b8550b7f-8c1d-48c5-a7eb-ff2476523b3f\",\n                            \"dueDate\": \"2022-04-20T00:00:00\",\n                            \"paymentDate\": \"2022-01-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199720\",\n                            \"id1\": \"366CAE88-E53D-4649-94C5-FD4050FA0C34\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-21T00:00:00\",\n                            \"amount\": 2552,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"67a35f1e-32de-4dfa-85fc-d92eb591b3a9\",\n                            \"dueDate\": \"2022-04-21T00:00:00\",\n                            \"paymentDate\": \"2022-04-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199659\",\n                            \"id1\": \"E1037D4D-7B84-4030-BCCA-A2A24B222FBF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-21T00:00:00\",\n                            \"amount\": 32658.9,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5eb5edc5-fc2e-4c97-ac35-12d6673e3da1\",\n                            \"dueDate\": \"2022-04-21T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 32658.9,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"42A3C02C-016F-4E88-BA30-669D8E8CB98F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-23T00:00:00\",\n                            \"amount\": 35748.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1f1531ad-ffe9-4864-825e-a8e6cb33ad46\",\n                            \"dueDate\": \"2022-04-23T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 35748.2,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"4CD690BA-BCBF-4CC2-8363-8532147B98E6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-24T00:00:00\",\n                            \"amount\": 3248,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a1b60981-a60d-4a22-b26d-4163e9fa5d2f\",\n                            \"dueDate\": \"2022-04-24T00:00:00\",\n                            \"paymentDate\": \"2022-02-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"C6941F52-6F28-4542-A556-821DA8F84146\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-26T00:00:00\",\n                            \"amount\": 85260,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"40f150a2-f4e5-4137-b08a-433bed1cb1cf\",\n                            \"dueDate\": \"2022-04-26T00:00:00\",\n                            \"paymentDate\": \"2022-01-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199721\",\n                            \"id1\": \"BE3A407E-89FA-4DAF-BB53-44EC5CA44478\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-27T00:00:00\",\n                            \"amount\": 56976.12,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"03e14712-9dd8-43af-b7c1-b980b2306de1\",\n                            \"dueDate\": \"2022-04-27T00:00:00\",\n                            \"paymentDate\": \"2022-04-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199722\",\n                            \"id1\": \"2E522A8E-27F4-467A-B172-002828EA3E39\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-28T00:00:00\",\n                            \"amount\": 148132,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5561a60b-3d2e-417a-935f-07e9eacd17d9\",\n                            \"dueDate\": \"2022-04-28T00:00:00\",\n                            \"paymentDate\": \"2022-01-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199723\",\n                            \"id1\": \"3965D16C-A6C0-439E-B744-9D20694F9321\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-28T00:00:00\",\n                            \"amount\": 274688,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"50776277-d9e9-45aa-abf8-1eafddcf05eb\",\n                            \"dueDate\": \"2022-04-28T00:00:00\",\n                            \"paymentDate\": \"2022-01-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"51ADE2BB-A0AD-4AE7-B410-5A34983A9711\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-31T00:00:00\",\n                            \"amount\": 277890,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"19ae01c7-ca48-4494-add6-50fc19a4004f\",\n                            \"dueDate\": \"2022-05-01T00:00:00\",\n                            \"paymentDate\": \"2022-01-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199662\",\n                            \"id1\": \"C8772091-EED3-4639-9657-6BB000216CF9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-31T00:00:00\",\n                            \"amount\": 50170,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5f6a5991-60e2-4084-988d-684485f01b1e\",\n                            \"dueDate\": \"2022-05-01T00:00:00\",\n                            \"paymentDate\": \"2022-01-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"2DA916C8-DA84-438A-9B52-FB18F718122A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-08T00:00:00\",\n                            \"amount\": 2262.78,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8e2042c9-6da3-4695-a352-3c23bf88e5a4\",\n                            \"dueDate\": \"2024-03-07T00:00:00\",\n                            \"paymentDate\": \"2023-12-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"AE0F2E53-CF6A-40A3-8F48-35834C7922D0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-11T00:00:00\",\n                            \"amount\": 1194.8,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TONER ORIGINAL BROTHER TN660 ALTO RENDIMIENTO PARA 2600 IMPRESIONES.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"79dd4f1b-cbdb-4409-a538-b9a6684a347f\",\n                            \"dueDate\": \"2024-03-10T00:00:00\",\n                            \"paymentDate\": \"2023-12-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"F5CC02EE-A355-4A0C-A718-FA11310CC950\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-11T00:00:00\",\n                            \"amount\": 96396,\n                            \"currency\": null,\n                            \"description\": \"ENSAMBLE DE FUNDICION DE PIEZAS MAQUINADAS POR GRAVEDAD\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"479014dd-f50d-4c42-8790-d159f09aa1c8\",\n                            \"dueDate\": \"2024-03-10T00:00:00\",\n                            \"paymentDate\": \"2023-12-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"B2D418BE-6612-4E3A-AB08-4679F33FEBCE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-14T00:00:00\",\n                            \"amount\": 6541.95,\n                            \"currency\": null,\n                            \"description\": \"CHIV2506 CARRETE DE HILO DE .25 MM 6 KG23153141 - Carrete de hilo de laton de .25 mm 6 kg.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"82ea9f62-f12f-4599-ba8a-2f70fbd50d55\",\n                            \"dueDate\": \"2024-03-13T00:00:00\",\n                            \"paymentDate\": \"2024-03-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"791B73CA-16C1-4B59-979B-004276185187\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-14T00:00:00\",\n                            \"amount\": 12972.3,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 90 MM x 50 MM LC T1518\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"64c3c1b5-520c-4c01-b12e-4d6248b33fa0\",\n                            \"dueDate\": \"2024-03-13T00:00:00\",\n                            \"paymentDate\": \"2024-01-24T00:00:00\",\n                            \"balance\": -0.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"869A47E0-F4B1-4CC7-B3B4-AD69BF915215\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-18T00:00:00\",\n                            \"amount\": 2821.12,\n                            \"currency\": null,\n                            \"description\": \"ACEITE P/ BANCADAS INDYCOM 134-B\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c7686e71-3a16-4241-a62a-6e16e9469682\",\n                            \"dueDate\": \"2024-03-17T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 2821.12,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"C058802D-715D-4784-8256-DF04BD851720\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-21T00:00:00\",\n                            \"amount\": 33340.15,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia A 5418 A 5422 A 5419 A 5423 \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3b4eca1a-1cec-49a9-9bc5-414b2e7d6fd6\",\n                            \"dueDate\": \"2024-03-20T00:00:00\",\n                            \"paymentDate\": \"2024-04-10T00:00:00\",\n                            \"balance\": 12851.28,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"0BF2B055-D6E9-4D0A-8B37-15D9B45B832F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-24T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ed685d54-e6db-4c81-8f85-a6da88c4b1b2\",\n                            \"dueDate\": \"2024-03-23T00:00:00\",\n                            \"paymentDate\": \"2024-01-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"44652451-9A27-4A50-BDC2-FEBDF1238735\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-28T00:00:00\",\n                            \"amount\": 73892,\n                            \"currency\": null,\n                            \"description\": \"NUCLEO DE TIERRA FISICA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d1647ce6-60d9-4573-b54a-3e8d1946d9d3\",\n                            \"dueDate\": \"2024-03-27T00:00:00\",\n                            \"paymentDate\": \"2023-12-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"03010C7E-FE41-4929-A52F-E2341896D2A0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-29T00:00:00\",\n                            \"amount\": 134212,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8e5cdd87-a132-44e2-a6ee-c2bd57607c94\",\n                            \"dueDate\": \"2024-03-28T00:00:00\",\n                            \"paymentDate\": \"2023-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": \"B9D16297-5F2E-4813-BC96-6BA96E311673\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-29T00:00:00\",\n                            \"amount\": 88972,\n                            \"currency\": null,\n                            \"description\": \"Piezas fundidas mecanizadas en V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a10aaee5-7f0e-46d4-a3b2-fe60ab69fc04\",\n                            \"dueDate\": \"2024-03-28T00:00:00\",\n                            \"paymentDate\": \"2023-12-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA19CFE-0C88-4223-852F-7F72C56B8EE2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-31T00:00:00\",\n                            \"amount\": 745,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-3018022-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"949e5be3-d961-4bb4-9658-8942f18c6a34\",\n                            \"dueDate\": \"2024-03-30T00:00:00\",\n                            \"paymentDate\": \"2023-12-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA1ABD6-735B-4DC9-8069-5B777C1F7299\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-3002654-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"41f5c964-6050-4156-b612-362fc2d2b047\",\n                            \"dueDate\": \"2024-03-30T00:00:00\",\n                            \"paymentDate\": \"2023-12-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"8C1D7A75-765C-470A-9EC0-3ED37DCC9DDD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-01T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2ee042aa-9dc7-48cb-9b61-b747dbc4de92\",\n                            \"dueDate\": \"2022-06-30T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"CD31D9EC-1BA5-4216-ABF3-D46B46547A5D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-01T00:00:00\",\n                            \"amount\": 777.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ddc3b342-9315-4db7-9a65-4f06b189357d\",\n                            \"dueDate\": \"2022-06-30T00:00:00\",\n                            \"paymentDate\": \"2022-04-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"7F185103-11CF-44DD-B7C8-0AAD1337A52E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-01T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3a2f5a64-441f-460f-b5ba-74ae68196377\",\n                            \"dueDate\": \"2022-06-30T00:00:00\",\n                            \"paymentDate\": \"2022-04-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"A274FD32-5B78-46F5-8A3B-6E3FA5C11AB0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-01T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"36917461-5488-4c2b-bd48-872db68db2fb\",\n                            \"dueDate\": \"2022-06-30T00:00:00\",\n                            \"paymentDate\": \"2022-04-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"F758E9B6-24B6-4F26-A5B1-57D3D4ADDF5F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-06T00:00:00\",\n                            \"amount\": 54636,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f43127b1-ea79-4cec-a81d-260bee301a7c\",\n                            \"dueDate\": \"2022-07-05T00:00:00\",\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": \"D99AF1FA-9BE9-4C15-9877-128B3A242245\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-06T00:00:00\",\n                            \"amount\": 2633.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ba08e584-b422-4486-ad11-c9c5cec68a9b\",\n                            \"dueDate\": \"2022-07-05T00:00:00\",\n                            \"paymentDate\": \"2022-04-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"52F20AE3-CF84-443D-93D4-BF604AA75E53\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-07T00:00:00\",\n                            \"amount\": 39156.75,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"760c4d75-6546-4fa5-adf5-40d23871a677\",\n                            \"dueDate\": \"2022-07-06T00:00:00\",\n                            \"paymentDate\": \"2022-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199709\",\n                            \"id1\": \"899337C0-55A1-4944-8A37-008C4E1A04EF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-08T00:00:00\",\n                            \"amount\": 97092,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"586fb928-64cf-4625-b3b5-0888be7902d5\",\n                            \"dueDate\": \"2022-07-07T00:00:00\",\n                            \"paymentDate\": \"2022-04-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": \"DA58DDE0-B6AD-4B11-A79E-85D15F26E255\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-08T00:00:00\",\n                            \"amount\": 8908.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dde6c419-e194-4960-8976-6b72b7e0db8a\",\n                            \"dueDate\": \"2022-07-07T00:00:00\",\n                            \"paymentDate\": \"2022-04-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199662\",\n                            \"id1\": \"0BB648FA-D34A-45F0-83E7-022A02EBF720\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-21T00:00:00\",\n                            \"amount\": 47908,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"37577b33-f8de-4eaf-9cbf-e33edf080fb2\",\n                            \"dueDate\": \"2022-07-20T00:00:00\",\n                            \"paymentDate\": \"2022-04-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"AB542226-4D04-43BE-BF10-A42F3FA3F52E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-21T00:00:00\",\n                            \"amount\": 17253.7,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7d74fe72-e42c-49fd-a5ee-7044ec2108b5\",\n                            \"dueDate\": \"2022-07-20T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 17253.7,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": \"1E372FBC-D10D-4655-A410-AE211EB0D381\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-25T00:00:00\",\n                            \"amount\": 1939.52,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f4f0530c-33a1-4da4-ac1d-c9b3387646ec\",\n                            \"dueDate\": \"2022-07-24T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 1939.52,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199715\",\n                            \"id1\": \"97FE3BE8-34F6-4A6C-8CF3-03257E1DFB74\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-25T00:00:00\",\n                            \"amount\": 83706.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c8b6d064-bcc1-47ea-a240-4e96d058e92e\",\n                            \"dueDate\": \"2022-07-24T00:00:00\",\n                            \"paymentDate\": \"2022-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"DA9D4E61-EBB4-46B9-816B-6AABC0098672\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-26T00:00:00\",\n                            \"amount\": 3445.64,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d3109b17-2135-4bfc-8365-e5ad51d60c68\",\n                            \"dueDate\": \"2022-07-25T00:00:00\",\n                            \"paymentDate\": \"2022-05-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199655\",\n                            \"id1\": \"120D0E35-E1E9-45EE-9F2B-00A587EA5C03\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-26T00:00:00\",\n                            \"amount\": 128992,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c27f3341-fee2-4047-9a99-3a64011aeedb\",\n                            \"dueDate\": \"2022-07-25T00:00:00\",\n                            \"paymentDate\": \"2022-04-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199715\",\n                            \"id1\": \"7B8227E3-5BA9-4CFE-A660-A5620B0AAC9C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-27T00:00:00\",\n                            \"amount\": 39301.7,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"80a35901-4fed-4f55-8ea1-f74bcdfdcb94\",\n                            \"dueDate\": \"2022-07-26T00:00:00\",\n                            \"paymentDate\": \"2022-04-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199655\",\n                            \"id1\": \"4DFC9406-FFA7-4737-AF8C-00A72EEAC131\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-27T00:00:00\",\n                            \"amount\": 82940,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c682c364-4890-49a1-a2c8-7ff3ca888ba8\",\n                            \"dueDate\": \"2022-07-26T00:00:00\",\n                            \"paymentDate\": \"2022-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199689\",\n                            \"id1\": \"AF1BEF1F-84C2-42FE-A5E2-3E89786935F6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-28T00:00:00\",\n                            \"amount\": 157412,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"92ba50ff-b946-43c9-ae2b-a27dfe055f65\",\n                            \"dueDate\": \"2022-07-27T00:00:00\",\n                            \"paymentDate\": \"2022-04-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199705\",\n                            \"id1\": \"1E5F20C7-35E4-4112-8A4F-CFEEFC6BE37D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-28T00:00:00\",\n                            \"amount\": 4953.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c826a2cf-df70-46cc-b50d-162b2f91d8d2\",\n                            \"dueDate\": \"2022-07-27T00:00:00\",\n                            \"paymentDate\": \"2022-05-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"C989565E-EFBC-4F60-8034-1F1B9CB54749\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-28T00:00:00\",\n                            \"amount\": 66236,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"197c474c-03d7-498d-bdac-6aa78a42acbb\",\n                            \"dueDate\": \"2022-07-27T00:00:00\",\n                            \"paymentDate\": \"2022-04-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"1EDA43A6-78ED-4322-A400-26F3ADFA8C87\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-29T00:00:00\",\n                            \"amount\": 134212,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b98a2bfa-538f-417d-af7b-85bf0e95ac32\",\n                            \"dueDate\": \"2022-07-28T00:00:00\",\n                            \"paymentDate\": \"2022-04-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199709\",\n                            \"id1\": \"13AB40D5-65C8-48DB-A671-00A9D51AFB25\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-29T00:00:00\",\n                            \"amount\": 195692,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"86beeac0-5ad2-40e6-9786-13cf6ca332e5\",\n                            \"dueDate\": \"2022-07-28T00:00:00\",\n                            \"paymentDate\": \"2022-04-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"34DF51E5-543E-4DBF-B15F-62A1D08A87AD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-30T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0f07e54d-c846-4772-86e3-2ed074c0d0b0\",\n                            \"dueDate\": \"2022-07-29T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"02DB5596-1CC1-4595-B835-7FB5AA721BE0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-30T00:00:00\",\n                            \"amount\": 1148.24,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"83eacbcf-b690-464d-be36-97c4f1c49c78\",\n                            \"dueDate\": \"2022-07-29T00:00:00\",\n                            \"paymentDate\": \"2022-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"31D0C35E-9FC2-4919-BF70-D3C3246C95EC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-01T00:00:00\",\n                            \"amount\": 794.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7945d864-433f-4a1e-8b6b-b45202254884\",\n                            \"dueDate\": \"2023-05-30T00:00:00\",\n                            \"paymentDate\": \"2023-03-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"B576ED46-C765-45BD-907D-171F01A4459F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-01T00:00:00\",\n                            \"amount\": 1261.08,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"20b0f804-3a7e-450d-912d-b08a814e6087\",\n                            \"dueDate\": \"2023-05-30T00:00:00\",\n                            \"paymentDate\": \"2023-03-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"A8BEE957-CAF0-4C38-8FBA-99D708B1A3E5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-01T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a5a5c3f0-9c5d-4e23-82a3-28ad6ca11d7a\",\n                            \"dueDate\": \"2023-05-30T00:00:00\",\n                            \"paymentDate\": \"2023-03-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"9C27B57E-EC01-4EA2-BCA6-45C2D2A10891\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-01T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5d08ac44-4c37-4b82-9fe2-206fac19b74d\",\n                            \"dueDate\": \"2023-05-30T00:00:00\",\n                            \"paymentDate\": \"2023-03-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"C1FCC8B2-4223-4F2B-8A5A-EB6AFF52597A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-03T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"835ab8c6-1a35-496b-8f4d-d4e9ab0de528\",\n                            \"dueDate\": \"2023-06-01T00:00:00\",\n                            \"paymentDate\": \"2023-03-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": \"58B23D6A-1CAE-426C-89A2-01C020104A4D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-07T00:00:00\",\n                            \"amount\": 1368.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"018f68a9-0112-4fc8-b0ac-a4c84618b7c4\",\n                            \"dueDate\": \"2023-06-05T00:00:00\",\n                            \"paymentDate\": \"2023-03-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"5A36BAB6-03AD-463D-ABA2-CB510F854F75\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-09T00:00:00\",\n                            \"amount\": 1310.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"30563404-4a46-463f-8fc7-999f239e01ee\",\n                            \"dueDate\": \"2023-06-07T00:00:00\",\n                            \"paymentDate\": \"2023-03-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"422E8393-AB43-4DAC-93B6-59D91592B56E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-09T00:00:00\",\n                            \"amount\": 320.13,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"90353ff0-b03a-439b-b5f5-9aaa35d961a3\",\n                            \"dueDate\": \"2023-06-07T00:00:00\",\n                            \"paymentDate\": \"2023-03-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"333F3B00-A320-4CA1-AE0E-8C12F9764884\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-10T00:00:00\",\n                            \"amount\": 1463.49,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dbee3d0b-685b-4a74-afb3-3d316b57000c\",\n                            \"dueDate\": \"2023-06-08T00:00:00\",\n                            \"paymentDate\": \"2023-03-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"614A638A-B4D1-4CBC-91F0-75D6F777CA87\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-13T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7460cc38-7300-4040-a345-ce3ae034aec2\",\n                            \"dueDate\": \"2023-06-11T00:00:00\",\n                            \"paymentDate\": \"2023-03-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": \"FD91088E-B3DC-45C2-88D5-03A3DAE450AC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-16T00:00:00\",\n                            \"amount\": 4106.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"52afc5fd-25d5-40f3-80cc-6f345f44ec7f\",\n                            \"dueDate\": \"2023-06-14T00:00:00\",\n                            \"paymentDate\": \"2023-03-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"5D759876-3A60-4EED-9346-F1D377174E01\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-16T00:00:00\",\n                            \"amount\": 419.41,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"136d25fa-cb94-4f1a-b3da-615acf9d5fa0\",\n                            \"dueDate\": \"2023-06-14T00:00:00\",\n                            \"paymentDate\": \"2023-03-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"95A06D13-ADC7-45B6-8833-28A334BCBE65\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1c754401-abae-458e-a409-00cad90e15c1\",\n                            \"dueDate\": \"2023-06-17T00:00:00\",\n                            \"paymentDate\": \"2023-03-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"03EC7FCE-C0A7-4C6A-9F5F-FE028DFEE95F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-25T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"97bd01ca-b45c-4b06-a244-9cb78c0b73ab\",\n                            \"dueDate\": \"2023-06-23T00:00:00\",\n                            \"paymentDate\": \"2023-04-13T00:00:00\",\n                            \"balance\": -0.01,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": \"6AE66D7F-C464-4D38-BF5C-0BBBD7D23873\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-28T00:00:00\",\n                            \"amount\": 96860,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e1d52a49-fcb2-47b7-9c47-67038945584f\",\n                            \"dueDate\": \"2023-06-26T00:00:00\",\n                            \"paymentDate\": \"2023-03-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199725\",\n                            \"id1\": \"579F20F9-4C20-43DE-B25D-3F699ADA6B97\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-29T00:00:00\",\n                            \"amount\": 136532,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b1b565dc-3302-4ed2-9c24-9ebd5c3efa32\",\n                            \"dueDate\": \"2023-06-27T00:00:00\",\n                            \"paymentDate\": \"2023-03-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"C1C3D608-9394-481A-88B2-4DB90633B8D0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-29T00:00:00\",\n                            \"amount\": 75400,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"af9b0dbb-c1a5-4f99-ac9c-570dcbf1513e\",\n                            \"dueDate\": \"2023-06-27T00:00:00\",\n                            \"paymentDate\": \"2023-03-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"EE8ED6A3-0E53-4B9C-9D02-319D0BF2C759\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-29T00:00:00\",\n                            \"amount\": 84100,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"117261b5-a4ba-4476-bd30-1f868dce8668\",\n                            \"dueDate\": \"2023-06-27T00:00:00\",\n                            \"paymentDate\": \"2023-03-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"1566F837-648F-476D-9337-3869423AADFE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-29T00:00:00\",\n                            \"amount\": 1178.07,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5a25ccd7-080c-475a-9718-e5f74c1a302b\",\n                            \"dueDate\": \"2023-06-27T00:00:00\",\n                            \"paymentDate\": \"2023-03-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"878D75E5-EE49-449E-900F-9F058C1B32B7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-30T00:00:00\",\n                            \"amount\": 43140.7,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c4676828-226a-430e-b7a9-9bd60f2630b9\",\n                            \"dueDate\": \"2023-06-28T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 43140.7,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199725\",\n                            \"id1\": \"17C0D607-B247-4A58-BC63-01BA976AD5D2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-30T00:00:00\",\n                            \"amount\": 104052,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2e77315f-9244-48d6-b7ca-fb98cb51aa04\",\n                            \"dueDate\": \"2023-06-28T00:00:00\",\n                            \"paymentDate\": \"2023-03-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199726\",\n                            \"id1\": \"574F9235-8F6A-4B84-BD17-AE33B5AFD954\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-30T00:00:00\",\n                            \"amount\": 70528,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"425697e7-71c4-4eaf-bf0c-0777e30078a5\",\n                            \"dueDate\": \"2023-06-28T00:00:00\",\n                            \"paymentDate\": \"2023-03-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": \"B70CE33F-ED70-4F74-8B0B-B07511B41F20\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-31T00:00:00\",\n                            \"amount\": 14431.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ac7f15c0-b919-46d4-a634-05cd01c37431\",\n                            \"dueDate\": \"2023-06-29T00:00:00\",\n                            \"paymentDate\": \"2023-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"8BC2FA9A-6061-475B-8D0D-7E7887E954A4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-06T00:00:00\",\n                            \"amount\": 6694.11,\n                            \"currency\": null,\n                            \"description\": \"CHIV2506 CARRETE DE HILO DE .25 MM 6 KG23153141 - Carrete de hilo de laton de .25 mm 6 kg.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2f9a4f3c-b281-40c4-8cc7-3ada717432f0\",\n                            \"dueDate\": \"2023-12-05T00:00:00\",\n                            \"paymentDate\": \"2023-10-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199664\",\n                            \"id1\": \"7E5BB07A-18DE-43F8-9238-3549E4907142\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-06T00:00:00\",\n                            \"amount\": 274.57,\n                            \"currency\": null,\n                            \"description\": \"Marco doble C-20\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5590934f-1cb9-418d-88f9-0c72f912b216\",\n                            \"dueDate\": \"2023-12-05T00:00:00\",\n                            \"paymentDate\": \"2023-09-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"7C7034B5-191F-4776-867F-E16FAADFCAE8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-06T00:00:00\",\n                            \"amount\": 106.09,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia 459447 \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"799fe71d-7b02-4880-a7ae-157170b4180d\",\n                            \"dueDate\": \"2023-12-05T00:00:00\",\n                            \"paymentDate\": \"2024-01-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"CEBCF0DA-42B3-4DA2-BD15-C85B87E02562\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-08T00:00:00\",\n                            \"amount\": 5715.39,\n                            \"currency\": null,\n                            \"description\": \"CFIV1220 FILTRO MITSUBISHI/ACCUTEX VN-4023153102 - Filtro Mitsubishi/Accutex de 12\\\"X20\\\" (300Ø x 59Ø x 500 mm) Conexion rapida 5 micrones. VN-40\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"561053a2-87a2-47cd-9b90-959ff0bdeb3f\",\n                            \"dueDate\": \"2023-12-07T00:00:00\",\n                            \"paymentDate\": \"2023-10-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199664\",\n                            \"id1\": \"C688367D-C362-40D9-B80E-903A5F8EF5DA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-12T00:00:00\",\n                            \"amount\": 2155.42,\n                            \"currency\": null,\n                            \"description\": \"Caramelo 1/2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bda057e0-7296-4e33-89eb-399d1cd9c803\",\n                            \"dueDate\": \"2023-12-11T00:00:00\",\n                            \"paymentDate\": \"2023-09-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199664\",\n                            \"id1\": \"045F6BED-CDB1-43C1-8DD4-42D0341800B7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-13T00:00:00\",\n                            \"amount\": 262.62,\n                            \"currency\": null,\n                            \"description\": \"Solera 1/4 x 1\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3260bf70-e0ef-4df2-b39c-3e2c97fd5b92\",\n                            \"dueDate\": \"2023-12-12T00:00:00\",\n                            \"paymentDate\": \"2023-09-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"6E83F504-876C-4808-B9C1-897DD96B1BBA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-13T00:00:00\",\n                            \"amount\": 7761.44,\n                            \"currency\": null,\n                            \"description\": \"8620 RED 3 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a9dacdd4-cb99-4311-888a-423d6bbd07b6\",\n                            \"dueDate\": \"2023-12-12T00:00:00\",\n                            \"paymentDate\": \"2023-10-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199676\",\n                            \"id1\": \"FCC598E6-5285-11EE-BBC4-03AE9290E6F9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-13T00:00:00\",\n                            \"amount\": 2528.8,\n                            \"currency\": null,\n                            \"description\": \"12L14 HEX 57.15 MM(2 1/4)EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0a282765-adfa-44cf-9a1c-5c625643e391\",\n                            \"dueDate\": \"2023-12-12T00:00:00\",\n                            \"paymentDate\": \"2023-09-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199711\",\n                            \"id1\": \"05789B24-571F-4023-A0C5-B846256AAB95\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-13T00:00:00\",\n                            \"amount\": 2291,\n                            \"currency\": null,\n                            \"description\": \"MANTENIMIENTO PARA EXTINTOR DE POLVO QUIMICO SECO DE 4.5  Kg. TIPO A.B.C.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ed8819e4-8cf9-443f-89ae-44bb3c090c73\",\n                            \"dueDate\": \"2023-12-12T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 2291,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"263FB159-0508-4A00-ACBE-C6203F498BE1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-14T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": \"Soluble refrigerante 19 lts Soluble S-500CFP (Aceite soluble en agua) Hangsterfers [Fecha documento aduanero: (23  24  3573  3017597) 07/07/2023]\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8fb28a39-eedb-4a18-abd6-aa0b2dec3f2c\",\n                            \"dueDate\": \"2023-12-13T00:00:00\",\n                            \"paymentDate\": \"2023-09-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"A4A9C87F-426F-4CAA-B1AB-E1A00B2D12D4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-14T00:00:00\",\n                            \"amount\": 2454.7,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"80aecfd1-431e-48df-bfc2-714244eb75ea\",\n                            \"dueDate\": \"2023-12-13T00:00:00\",\n                            \"paymentDate\": \"2023-09-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"DE04A196-7688-4956-A517-0D951C8377DE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-18T00:00:00\",\n                            \"amount\": 1944.58,\n                            \"currency\": null,\n                            \"description\": \"D-2 PLC 1/2 PLG LC R\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"621aa40c-6e4c-4b44-a570-c6b227999caa\",\n                            \"dueDate\": \"2023-12-17T00:00:00\",\n                            \"paymentDate\": \"2023-10-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"234E7CBB-E81A-4C46-A3DE-2E3AE6EAC5C7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-19T00:00:00\",\n                            \"amount\": 250.63,\n                            \"currency\": null,\n                            \"description\": \"D-2 RED 7/8 PLG PM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2875e177-fd30-4ada-b661-31ee49e10b75\",\n                            \"dueDate\": \"2023-12-18T00:00:00\",\n                            \"paymentDate\": \"2023-11-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": \"9C2A1934-7C54-4412-ADDD-BB3848B76AB6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-22T00:00:00\",\n                            \"amount\": 1649.59,\n                            \"currency\": null,\n                            \"description\": \"RUEDA TIPO 1 AZUL (ACERO TEMPLADO) 7X1/2X1-1/4 3SB80K7VP4\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e9a3138a-df7b-4519-9fad-383220e337ec\",\n                            \"dueDate\": \"2023-12-21T00:00:00\",\n                            \"paymentDate\": \"2023-09-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"13D85C09-2780-4B89-B270-787DF96B3F99\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-25T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4496c0c4-0907-44ff-b1ab-cabcf58425b1\",\n                            \"dueDate\": \"2023-12-24T00:00:00\",\n                            \"paymentDate\": \"2023-10-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"79F6478B-A099-426A-AF87-9F3D5541086B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-26T00:00:00\",\n                            \"amount\": 1030.44,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"46ec6b32-3d1f-4625-bc4e-ffdd9d5286cb\",\n                            \"dueDate\": \"2023-12-25T00:00:00\",\n                            \"paymentDate\": \"2023-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"52CE9073-78CB-4342-A5C3-6E6B5A6E512D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-26T00:00:00\",\n                            \"amount\": 2239.07,\n                            \"currency\": null,\n                            \"description\": \"Clean All 19 lts Clean All [Fecha documento aduanero: (23  24  3573  3017597) 07/07/2023]\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d703a4d7-0e47-401e-84c8-38a7441a7109\",\n                            \"dueDate\": \"2023-12-25T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 2239.07,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"63A182A4-4602-4108-AB12-DDA06017BFB7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-26T00:00:00\",\n                            \"amount\": 84100.1,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2424992e-f04d-4f2d-bf48-44ca5a5a2377\",\n                            \"dueDate\": \"2023-12-25T00:00:00\",\n                            \"paymentDate\": \"2023-09-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"483FD2AF-88CC-4D77-B6A5-01E1D979915F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-27T00:00:00\",\n                            \"amount\": 39783.3,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3986941c-bbf9-4a88-b80b-18514d7d1df4\",\n                            \"dueDate\": \"2023-12-26T00:00:00\",\n                            \"paymentDate\": \"2023-09-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"98F7CE62-0D4E-420F-9248-1760EFD3C8D7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-28T00:00:00\",\n                            \"amount\": 1355.97,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 32 X 20 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8e7c5293-1394-44aa-b67f-363f0df0ba6d\",\n                            \"dueDate\": \"2023-12-27T00:00:00\",\n                            \"paymentDate\": \"2023-09-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": \"433E6B4E-BF24-E046-B858-11D9401B91A6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-29T00:00:00\",\n                            \"amount\": 5037.88,\n                            \"currency\": null,\n                            \"description\": \"CHUCK 8\\\"  3 MORDAZAS UNIVERSAL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8f9e2249-f5de-4b4a-ba89-02ba2af4c857\",\n                            \"dueDate\": \"2023-12-28T00:00:00\",\n                            \"paymentDate\": \"2023-09-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"B024EE0C-554C-4B55-B87D-0EE923AEAC4D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-30T00:00:00\",\n                            \"amount\": 79692,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"76a00306-5a69-4f2a-9388-dd8fedd44e55\",\n                            \"dueDate\": \"2023-12-29T00:00:00\",\n                            \"paymentDate\": \"2023-09-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA16ABE-46B8-4055-841B-7369C1B673F3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-30T00:00:00\",\n                            \"amount\": 745,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-3010699-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fde28fb6-7d01-464a-b6b3-974db5c123ad\",\n                            \"dueDate\": \"2023-12-29T00:00:00\",\n                            \"paymentDate\": \"2023-09-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA1D909-33AF-46E4-A8F8-D1FA41EA86F5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-30T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-3001994-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"66a6f50f-546d-424f-8e5c-395e7c568364\",\n                            \"dueDate\": \"2023-12-29T00:00:00\",\n                            \"paymentDate\": \"2023-09-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"ECAD36DC-6FB1-48C0-B713-DA56FA2A54AC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-04T00:00:00\",\n                            \"amount\": 3183.61,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 80 X 50 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"016c7f7a-19f7-45c4-bfbd-b45c684414f4\",\n                            \"dueDate\": \"2023-11-02T00:00:00\",\n                            \"paymentDate\": \"2023-08-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"19658B57-A113-47A1-B7AF-604B48532295\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-07T00:00:00\",\n                            \"amount\": 3071.27,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 63 X 32 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0dc92c33-25a0-4c53-86ec-2928fc081200\",\n                            \"dueDate\": \"2023-11-05T00:00:00\",\n                            \"paymentDate\": \"2023-08-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"4B2E455E-D7E0-48B3-9B3C-E80B18E8D5A1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-10T00:00:00\",\n                            \"amount\": 1843.18,\n                            \"currency\": null,\n                            \"description\": \"D-2 PLC 1/2 PLG LC R\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3b528526-a1f9-4c38-bf07-8fb4d0f0ab13\",\n                            \"dueDate\": \"2023-11-08T00:00:00\",\n                            \"paymentDate\": \"2023-08-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"C6A23703-0AEA-421A-B34C-9D1A0B8E6D22\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-11T00:00:00\",\n                            \"amount\": 309.4,\n                            \"currency\": null,\n                            \"description\": \"Servicio de Telefonia\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e6b7c2af-7037-4219-a5bb-1f7487d86997\",\n                            \"dueDate\": \"2023-11-09T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 309.4,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"E77FFD5C-89DD-4520-99DA-6404B036F6A1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-11T00:00:00\",\n                            \"amount\": 929.7,\n                            \"currency\": null,\n                            \"description\": \"Servicio de datos\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"57932cd1-e83a-4be9-a860-7613751ac673\",\n                            \"dueDate\": \"2023-11-09T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 929.7,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"A3308E0A-C637-4B72-93AD-798235766B60\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-11T00:00:00\",\n                            \"amount\": 160.9,\n                            \"currency\": null,\n                            \"description\": \"Servicio Renta de Equipos\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c203277f-1c5a-4271-8c54-73b7ec322355\",\n                            \"dueDate\": \"2023-11-09T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 160.9,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"27707F6D-F8DB-44DA-9017-CDA0E98A8C89\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-11T00:00:00\",\n                            \"amount\": 2445.65,\n                            \"currency\": null,\n                            \"description\": \"INOX T-304 SOL 3/4 PLG x 2 PLG LC\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0b84e5fe-bedf-46e4-bc13-52c317f01836\",\n                            \"dueDate\": \"2023-11-09T00:00:00\",\n                            \"paymentDate\": \"2023-09-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199676\",\n                            \"id1\": \"9D8F2F5C-3AF1-11EE-B3C4-3B5BDC2A3643\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-14T00:00:00\",\n                            \"amount\": 1948.8,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 70MM X 35MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"897e882e-913a-496b-bd41-289bd43c9917\",\n                            \"dueDate\": \"2023-11-12T00:00:00\",\n                            \"paymentDate\": \"2023-08-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": \"522148E8-3864-4CB2-9948-BB22017B9E35\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-16T00:00:00\",\n                            \"amount\": 139.2,\n                            \"currency\": null,\n                            \"description\": \"SOLDADURA INOXIDABLE DE  3/32”\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7e21d172-5532-4c42-a0bb-a0d04faaf9df\",\n                            \"dueDate\": \"2023-11-14T00:00:00\",\n                            \"paymentDate\": \"2023-08-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": \"B2E1E6F1-A044-446E-82A4-2B8E69F8346E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-17T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"SOL DE ALUM DE 1/2 X 5 X 10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cd994da2-0271-426d-87cc-4dba55fc829a\",\n                            \"dueDate\": \"2023-11-15T00:00:00\",\n                            \"paymentDate\": \"2023-08-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199717\",\n                            \"id1\": \"83D0CFD0-14AB-4F6C-B021-C34DE7C5ACA5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-17T00:00:00\",\n                            \"amount\": 6101.53,\n                            \"currency\": null,\n                            \"description\": \"VALVULA DE ADMISION AIV-40B-G \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"895b5edc-125c-40b4-b660-db681ec995f2\",\n                            \"dueDate\": \"2023-11-15T00:00:00\",\n                            \"paymentDate\": \"2023-08-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"9E807A37-618C-4FE8-A9F0-3809EE84B289\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-18T00:00:00\",\n                            \"amount\": 348,\n                            \"currency\": null,\n                            \"description\": \"BALA G25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6a6b9115-5ebe-492c-be87-60e560a57515\",\n                            \"dueDate\": \"2023-11-16T00:00:00\",\n                            \"paymentDate\": \"2023-08-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"0B161E03-4D4C-48CE-8E48-7CA8993DA9BC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-18T00:00:00\",\n                            \"amount\": 139.2,\n                            \"currency\": null,\n                            \"description\": \"RETEN MILIMETRICO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"97d8cc9b-3577-443f-86b7-1c394215a58b\",\n                            \"dueDate\": \"2023-11-16T00:00:00\",\n                            \"paymentDate\": \"2023-08-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"F6002D2F-3C96-4CC3-8B5D-861640813304\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-20T00:00:00\",\n                            \"amount\": 10969.2,\n                            \"currency\": null,\n                            \"description\": \"PRIMA. RECIBO:78700432\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"02b8c7dc-1a53-4230-a21b-5a7f6b9f859b\",\n                            \"dueDate\": \"2023-11-18T00:00:00\",\n                            \"paymentDate\": \"2023-08-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"A5193046-2AEB-4247-BC04-C63A52B67BA7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-23T00:00:00\",\n                            \"amount\": 6389.79,\n                            \"currency\": null,\n                            \"description\": \"CHIV2506 CARRETE DE HILO DE .25 MM 6 KG23153141 - Carrete de hilo de laton de .25 mm 6 kg.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"90bc618e-68a0-4c91-b77f-57a8c248eeaa\",\n                            \"dueDate\": \"2023-11-21T00:00:00\",\n                            \"paymentDate\": \"2023-10-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"4167F6E7-B7C6-4558-B1E2-3A79836AA7BE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-23T00:00:00\",\n                            \"amount\": 1006.78,\n                            \"currency\": null,\n                            \"description\": \"NYLOMAQ B BARRA CUA. 50.8MM X 610MM DE LGO.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7688d34e-6bbc-41b1-9b98-b45051508cce\",\n                            \"dueDate\": \"2023-11-21T00:00:00\",\n                            \"paymentDate\": \"2023-08-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"A0E001B0-50D0-405C-88CE-DC20BF9E0280\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-23T00:00:00\",\n                            \"amount\": 216.75,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0c908ce1-d8d2-4958-8930-0d4df88b6478\",\n                            \"dueDate\": \"2023-11-21T00:00:00\",\n                            \"paymentDate\": \"2023-08-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"014D2B17-B96E-4773-89A2-7D43B8DEDA48\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-24T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c6d0a32d-1975-4fe4-bf70-eaf3782d97b6\",\n                            \"dueDate\": \"2023-11-22T00:00:00\",\n                            \"paymentDate\": \"2023-09-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"A0C7331B-AC68-4FCC-9AF4-D08DE3E0F14D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-25T00:00:00\",\n                            \"amount\": 1441.3,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4f45f5b8-68f3-4e57-8afe-ef2df5b51449\",\n                            \"dueDate\": \"2023-11-23T00:00:00\",\n                            \"paymentDate\": \"2023-08-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"82F52F12-3214-4964-BFE3-FA0329FC32CE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-26T00:00:00\",\n                            \"amount\": 17455,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"23a95910-f677-4ea7-b8f3-e3f9ee734218\",\n                            \"dueDate\": \"2023-11-24T00:00:00\",\n                            \"paymentDate\": \"2023-08-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": \"5C675B9D-6D53-4512-88A2-4232792FA717\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-28T00:00:00\",\n                            \"amount\": 754,\n                            \"currency\": null,\n                            \"description\": \"Asesoria en sistemas\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d61c5f44-3d16-4fb1-9364-0f5f08c3943f\",\n                            \"dueDate\": \"2023-11-26T00:00:00\",\n                            \"paymentDate\": \"2023-08-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"218F13AB-8FD9-4EBE-A7D2-F6004E09B3F1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-28T00:00:00\",\n                            \"amount\": 5142.54,\n                            \"currency\": null,\n                            \"description\": \"4140 RED 1 1/2 PLG LC T *\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"78c2562b-583f-43f7-8e91-2e651a903417\",\n                            \"dueDate\": \"2023-11-26T00:00:00\",\n                            \"paymentDate\": \"2023-10-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"B67D0A7A-1285-4650-8F66-FB0E197D152B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-29T00:00:00\",\n                            \"amount\": 706.45,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e11b8e14-3219-45f4-a85c-a7d1594242cf\",\n                            \"dueDate\": \"2023-11-27T00:00:00\",\n                            \"paymentDate\": \"2023-08-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"6DF7D945-F6AA-47C9-9AA0-EDDE3BFE1245\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 6565.91,\n                            \"currency\": null,\n                            \"description\": \"FACTURA DE PAGO DE RECIBO 11981837 DE LA POLIZA E3152000487-1\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dac3d3e9-9877-406d-b2aa-86e71c718c12\",\n                            \"dueDate\": \"2023-11-28T00:00:00\",\n                            \"paymentDate\": \"2023-08-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": \"889B8EC4-A827-49D2-88D1-A1545040AA75\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 92.8,\n                            \"currency\": null,\n                            \"description\": \"SOLDADURA INOXIDABLE DE  3/32”\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"24562b13-5b27-4652-a761-73263d538f4d\",\n                            \"dueDate\": \"2023-11-28T00:00:00\",\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"08779511-183F-490C-B24B-87C554B31820\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 97092,\n                            \"currency\": null,\n                            \"description\": \"ACEITE PARA BANCADA SINTETICO MOD ML25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"37702b6d-5cf0-4f32-aec5-5ad26bd0d1b3\",\n                            \"dueDate\": \"2023-11-28T00:00:00\",\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"5E326925-DA9C-40E3-9BC2-273B54082150\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 75052,\n                            \"currency\": null,\n                            \"description\": \"LAMINA DE ACERO INOXIDABLE 4 X 10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"25d6629e-f5de-468c-9ec8-173ec6192ba6\",\n                            \"dueDate\": \"2023-11-28T00:00:00\",\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"29D90C5B-E770-43CC-9AF5-785F93D1C869\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 80152.2,\n                            \"currency\": null,\n                            \"description\": \"CORTADOR DE CERAMICA M-GLO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aff38817-117b-4b4d-bd2d-1b05bbc35343\",\n                            \"dueDate\": \"2023-11-28T00:00:00\",\n                            \"paymentDate\": \"2023-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199635\",\n                            \"id1\": \"62704CAB-4445-4158-833D-274F4FE9B105\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-31T00:00:00\",\n                            \"amount\": 12299.01,\n                            \"currency\": null,\n                            \"description\": \"BALINIT A Cuchillas Rectangulares Acero M2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6ca82152-c3b4-457b-996d-de1aa135ff40\",\n                            \"dueDate\": \"2023-11-29T00:00:00\",\n                            \"paymentDate\": \"2023-08-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"E9876C75-0D05-4EFE-A13A-D1A8876668A3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-31T00:00:00\",\n                            \"amount\": 2821.12,\n                            \"currency\": null,\n                            \"description\": \"ACEITE HIDRAULICO INDYCOM 32-H\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e9c3d6f8-b2a4-4823-8123-2558da5f3388\",\n                            \"dueDate\": \"2023-11-29T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 2821.12,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"D297B064-501D-4669-8F4F-D18CFD190180\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-31T00:00:00\",\n                            \"amount\": 78648,\n                            \"currency\": null,\n                            \"description\": \"GATO DE TORNILLO AJUSTABLE 1-1/2 L\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6415aa13-5f98-4a6a-b120-1f7f3258d8c2\",\n                            \"dueDate\": \"2023-11-29T00:00:00\",\n                            \"paymentDate\": \"2023-08-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA17660-3678-4C28-B4EA-1D11778ABAA9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-3001709-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3a81d46d-e80a-48c4-a322-7124b360e43b\",\n                            \"dueDate\": \"2023-11-29T00:00:00\",\n                            \"paymentDate\": \"2023-08-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"99336953-8D0F-4136-B728-654A8EBE27B7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-05T00:00:00\",\n                            \"amount\": 4959,\n                            \"currency\": null,\n                            \"description\": \"ACEITE SINTETICO P/COMPRESOR INDYCOM 46-CP\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"299d53dc-9b52-4c80-a83d-210bc21df78e\",\n                            \"dueDate\": \"2023-09-03T00:00:00\",\n                            \"paymentDate\": \"2023-06-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"331C5DD5-22E8-44CE-8FDF-1658BDF7C7C8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-07T00:00:00\",\n                            \"amount\": 6604.41,\n                            \"currency\": null,\n                            \"description\": \"CHIV2506 CARRETE DE HILO DE .25 MM 6 KG23153141 - Carrete de hilo de laton de .25 mm 6 kg.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8efcd3a5-310e-4871-bc98-5b11fafbde72\",\n                            \"dueDate\": \"2023-09-05T00:00:00\",\n                            \"paymentDate\": \"2023-07-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"B6E6B76D-4DDE-484D-AD82-6095F3AE7F9D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-11T00:00:00\",\n                            \"amount\": 160.9,\n                            \"currency\": null,\n                            \"description\": \"Servicio Renta de Equipos\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2031b439-5fbd-4ca0-9057-76eff89adc21\",\n                            \"dueDate\": \"2023-09-09T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 160.9,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"D9DCB70C-C211-45D2-81DE-A768BFCA3836\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-11T00:00:00\",\n                            \"amount\": 929.7,\n                            \"currency\": null,\n                            \"description\": \"Servicio de datos\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7336e015-786f-489e-93ff-b06bb4773198\",\n                            \"dueDate\": \"2023-09-09T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 929.7,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"FD0B0F70-739E-4DB0-94A9-D27FE7C00635\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-11T00:00:00\",\n                            \"amount\": 209.4,\n                            \"currency\": null,\n                            \"description\": \"Servicio de Telefonia\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"eb15a218-a822-4d6c-ac94-db8e511c0dad\",\n                            \"dueDate\": \"2023-09-09T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 209.4,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"D2950F3D-0357-4CFE-85C8-639AF46D9FC6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-13T00:00:00\",\n                            \"amount\": 73660,\n                            \"currency\": null,\n                            \"description\": \"AMORTIGUADOR DE POLIURETANO 380 X 150MM DE ESPESOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4c2ac91f-1397-40fe-b5af-80eb3d356fa1\",\n                            \"dueDate\": \"2023-09-11T00:00:00\",\n                            \"paymentDate\": \"2023-06-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": \"5A4A94EB-49D9-4D20-BFAD-E747B7382831\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-19T00:00:00\",\n                            \"amount\": 824.79,\n                            \"currency\": null,\n                            \"description\": \"RUEDA TIPO 1 AZUL (ACERO TEMPLADO) 7X1/2X1-1/4 3SB60L7VP4\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"82b5a2c6-df15-4f22-9334-a5622ed5c807\",\n                            \"dueDate\": \"2023-09-17T00:00:00\",\n                            \"paymentDate\": \"2023-06-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": \"BF3456A6-1761-4464-A8BF-B268381EA83B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-19T00:00:00\",\n                            \"amount\": 1844.4,\n                            \"currency\": null,\n                            \"description\": \"AC. 1045 E.F. RED. 4 1/4\\\" X 14\\\" LGO. \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6876a6d5-d7ac-4d8f-9b74-c327c94d670b\",\n                            \"dueDate\": \"2023-09-17T00:00:00\",\n                            \"paymentDate\": \"2023-07-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199727\",\n                            \"id1\": \"C9EF7A3C-367A-43F1-8BFB-BC738D5669CE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-21T00:00:00\",\n                            \"amount\": 1710.75,\n                            \"currency\": null,\n                            \"description\": \"PLACA DE AC INOX T304 1/2 CORTE A ME\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"40d2c268-22f4-459a-9ebe-1654134c5ceb\",\n                            \"dueDate\": \"2023-09-19T00:00:00\",\n                            \"paymentDate\": \"2023-06-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199715\",\n                            \"id1\": \"1E79146B-99F7-4961-8BF7-6B6FCD4F6A97\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-22T00:00:00\",\n                            \"amount\": 16514.7,\n                            \"currency\": null,\n                            \"description\": \"HOJA R.C. DECAPADO CAL 8 4X10 4 PZAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f3e84b49-52fa-4933-b628-0e5d78db1f1b\",\n                            \"dueDate\": \"2023-09-20T00:00:00\",\n                            \"paymentDate\": \"2023-06-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"3BDBFBA8-F6D5-4323-BF88-220DFF63CB8B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-23T00:00:00\",\n                            \"amount\": 810.79,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"49d70404-957e-4df6-bdb6-768385915183\",\n                            \"dueDate\": \"2023-09-21T00:00:00\",\n                            \"paymentDate\": \"2023-06-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"C2DF5734-D06B-4D69-8E85-AB7CC257C50E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-25T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"12c0945e-6630-4ced-ba3a-c856f390c3d8\",\n                            \"dueDate\": \"2023-09-23T00:00:00\",\n                            \"paymentDate\": \"2023-07-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"2240A86B-403D-4FA6-A90D-53C935094B2F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-27T00:00:00\",\n                            \"amount\": 1621.1,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TINTA HP 667XL TRICOLOR ORIGINAL PARA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0c3b2d32-48c5-44d9-9496-94f4136e0f31\",\n                            \"dueDate\": \"2023-09-25T00:00:00\",\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"1C8D612B-B2F3-4A62-A29E-BE329ABCA36A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-27T00:00:00\",\n                            \"amount\": 13877.8,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"894811e4-2faa-4d45-a547-3124b8ed50f8\",\n                            \"dueDate\": \"2023-09-25T00:00:00\",\n                            \"paymentDate\": \"2023-06-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"0D9C9DC3-7E12-4D82-94CD-DB59A7A3F91E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-28T00:00:00\",\n                            \"amount\": 2003.27,\n                            \"currency\": null,\n                            \"description\": \"1018 SOL 3/4 PLG x 5 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2f778b02-b518-4563-bc95-25f74892e0cf\",\n                            \"dueDate\": \"2023-09-26T00:00:00\",\n                            \"paymentDate\": \"2023-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"773AD7B4-AF94-4C7E-B4B6-30FB78F64791\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-29T00:00:00\",\n                            \"amount\": 1465.52,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"64429280-1e59-4849-b883-ac37455fa121\",\n                            \"dueDate\": \"2023-09-27T00:00:00\",\n                            \"paymentDate\": \"2023-06-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199728\",\n                            \"id1\": \"95F88791-0412-4B0C-B0BF-702C66DEBE76\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-29T00:00:00\",\n                            \"amount\": 834.24,\n                            \"currency\": null,\n                            \"description\": \"BARRA CROMADA 3/4 1045 C.D. 75K PSI\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9045c0d6-e4ab-4341-ba5b-68b39202f99b\",\n                            \"dueDate\": \"2023-09-27T00:00:00\",\n                            \"paymentDate\": \"2023-06-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"299757ED-271D-4E84-A334-AE48890FDB64\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-30T00:00:00\",\n                            \"amount\": 97092.1,\n                            \"currency\": null,\n                            \"description\": \"GATO DE TORNILLO AJUSTABLE 1-1/2 L\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6d840b80-9299-4655-8ec6-ad1d7cbec459\",\n                            \"dueDate\": \"2023-09-28T00:00:00\",\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"EC02FC02-F986-42C1-B851-AE94BEFF09E4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-30T00:00:00\",\n                            \"amount\": 64148,\n                            \"currency\": null,\n                            \"description\": \"ENSAMBLE DE FUNDICION PARA PIEZAS MAQUINADAS POR GRAVEDAD PERMANENTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"69766baa-f8ee-472e-9d7e-a698dd0f8985\",\n                            \"dueDate\": \"2023-09-28T00:00:00\",\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA1C892-D9C1-4397-8FD6-9B3F18F74941\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-30T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-3001077-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4546a646-8e77-47af-890a-46c66de450ed\",\n                            \"dueDate\": \"2023-09-28T00:00:00\",\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"F4463883-AC68-4506-9DB3-AC4EEAB1C855\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-04T00:00:00\",\n                            \"amount\": 838.82,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f6ab0893-9329-40d9-9f4d-fdcff67c815c\",\n                            \"dueDate\": \"2023-07-03T00:00:00\",\n                            \"paymentDate\": \"2023-04-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199729\",\n                            \"id1\": \"53EE8266-BFB0-4E4A-9D2C-AAD37A4B2DF0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-05T00:00:00\",\n                            \"amount\": 5829,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0e8eaf80-1a02-4563-9ffb-50ebef6398d0\",\n                            \"dueDate\": \"2023-07-04T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 5829,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"2A480C88-9F98-4AE7-8C0D-4EFAE97488DD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-11T00:00:00\",\n                            \"amount\": 108.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4407b923-39ef-4b8c-9173-67592bcfc1ea\",\n                            \"dueDate\": \"2023-07-10T00:00:00\",\n                            \"paymentDate\": \"2023-04-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": \"909679E5-6C74-4437-A306-173D1901AA33\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-14T00:00:00\",\n                            \"amount\": 1772.48,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1ad59da6-1e76-49c3-82c5-01b04313a602\",\n                            \"dueDate\": \"2023-07-13T00:00:00\",\n                            \"paymentDate\": \"2023-04-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199700\",\n                            \"id1\": \"B2D37C6C-8022-4464-BEFB-0EA5A051362F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-24T00:00:00\",\n                            \"amount\": 765.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"435f5049-b2d3-4dc2-a091-bdfb1b968bea\",\n                            \"dueDate\": \"2023-07-23T00:00:00\",\n                            \"paymentDate\": \"2023-05-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"DD020ACE-F352-44A1-A242-800DBEA4F524\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-24T00:00:00\",\n                            \"amount\": 84854,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d7ff6c79-377c-465a-bba1-a087f96f7a11\",\n                            \"dueDate\": \"2023-07-23T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 84854,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"9F3476E1-B1E5-47A2-80F6-87655FCBC7F5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-25T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5b8cabe8-7c81-4578-a4e3-826d91a0635e\",\n                            \"dueDate\": \"2023-07-24T00:00:00\",\n                            \"paymentDate\": \"2023-05-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199702\",\n                            \"id1\": \"94BDB85A-91C8-3C48-95B9-68D45DA3D952\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-25T00:00:00\",\n                            \"amount\": 7411.47,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ea0a46cc-e635-4a6d-ba2a-55255e2e0078\",\n                            \"dueDate\": \"2023-07-24T00:00:00\",\n                            \"paymentDate\": \"2023-04-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"1D91B128-F93C-446D-9FBE-07DE088B16AB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-26T00:00:00\",\n                            \"amount\": 389.41,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7a632cd4-3f45-4ce4-a090-678222210f38\",\n                            \"dueDate\": \"2023-07-25T00:00:00\",\n                            \"paymentDate\": \"2023-04-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"58277F96-2EAA-4D10-8300-3AE3C0AEC277\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-27T00:00:00\",\n                            \"amount\": 87812,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"366995ba-5cb0-44db-8db9-7aa8a0ed79b2\",\n                            \"dueDate\": \"2023-07-26T00:00:00\",\n                            \"paymentDate\": \"2023-04-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"6D3A7952-BA65-4100-A0AF-53DE9992537D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-28T00:00:00\",\n                            \"amount\": 17688.1,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b74f69f7-a886-46b0-a73a-9f7dedd8a146\",\n                            \"dueDate\": \"2023-07-27T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 17688.1,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"CC4264CA-52E1-43C4-9B68-3F3C7E6EBF7C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-28T00:00:00\",\n                            \"amount\": 50460,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3a274347-59e5-4874-a000-e27ec471c7b5\",\n                            \"dueDate\": \"2023-07-27T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 50460,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"8E3A0103-87D5-4BF6-8AA3-D1FE212C847D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-28T00:00:00\",\n                            \"amount\": 56260,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a65b1978-67b4-44eb-91a1-fc6ee649d557\",\n                            \"dueDate\": \"2023-07-27T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 56260,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"41F44419-405C-46E5-9540-8394EF85DEAC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-28T00:00:00\",\n                            \"amount\": 55100,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5ed6f47a-2378-4c8e-86c6-9ba621271358\",\n                            \"dueDate\": \"2023-07-27T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 55100,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"B2E0C250-7DDA-4943-8ACD-7035902B3AEC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-28T00:00:00\",\n                            \"amount\": 63916,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e5b26501-6e1e-48f3-8424-76cb10e521b3\",\n                            \"dueDate\": \"2023-07-27T00:00:00\",\n                            \"paymentDate\": \"2023-04-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"80176CDB-3775-4466-847D-D401071D04CA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-28T00:00:00\",\n                            \"amount\": 85260,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bbfcff83-e9be-480e-afdf-a8c818ec11d9\",\n                            \"dueDate\": \"2023-07-27T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 85260,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA13390-EC6A-4C90-83B1-9C8E1C7FB2F9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-30T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"19f2fd43-bb66-4d05-b126-5bc9d48f785e\",\n                            \"dueDate\": \"2023-07-29T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 336,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"A0DDD7C5-F1F5-483B-9A40-BBACEF702137\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-01T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5fa27083-91c8-4eef-904c-bcd9b34b8b7a\",\n                            \"dueDate\": \"2025-05-02T00:00:00\",\n                            \"paymentDate\": \"2025-02-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"1103DB08-BBBB-4925-A362-40943268516B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-04T00:00:00\",\n                            \"amount\": 493.64,\n                            \"currency\": null,\n                            \"description\": \"EAD EXTENDIDO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8969c802-a5b2-4575-b29c-00b8963dfa18\",\n                            \"dueDate\": \"2025-05-05T00:00:00\",\n                            \"paymentDate\": \"2025-02-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"C7EDA86E-2DB7-4257-A93E-30E355A7F0C4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-04T00:00:00\",\n                            \"amount\": 367.78,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"466c1bd2-4db0-4479-a67e-eabad6e47d0b\",\n                            \"dueDate\": \"2025-05-05T00:00:00\",\n                            \"paymentDate\": \"2025-02-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"752046FA-45CE-44E0-A0FD-66D384C5E449\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-04T00:00:00\",\n                            \"amount\": 71169.5,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f949986e-84dd-433c-ac4b-220029d9c380\",\n                            \"dueDate\": \"2025-05-05T00:00:00\",\n                            \"paymentDate\": \"2025-04-11T00:00:00\",\n                            \"balance\": 0.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"24B5F976-9E45-4C98-AF56-2F717C96BF59\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-07T00:00:00\",\n                            \"amount\": 42121.9,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cfe93b3d-52f6-4828-93e0-3b2f6bd7fe11\",\n                            \"dueDate\": \"2025-05-08T00:00:00\",\n                            \"paymentDate\": \"2025-04-23T00:00:00\",\n                            \"balance\": -0.02,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"6CF05347-A848-4172-91A6-0927CA66094E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-10T00:00:00\",\n                            \"amount\": 1921.4,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d6143d7d-ae38-44bb-9a2c-c00862da71f4\",\n                            \"dueDate\": \"2025-05-11T00:00:00\",\n                            \"paymentDate\": \"2025-03-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"4AC7F092-40D0-42E0-937A-D5923389C74A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-11T00:00:00\",\n                            \"amount\": 9538.43,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A - 5678\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f4a995ec-b4e2-4edd-93df-2812d80ac280\",\n                            \"dueDate\": \"2025-05-12T00:00:00\",\n                            \"paymentDate\": \"2025-04-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"EA5D1316-830D-416E-9A93-9FF2805B6841\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-13T00:00:00\",\n                            \"amount\": 70104.6,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fdf0d2f7-9a60-4405-824c-7ed7e2dc3de0\",\n                            \"dueDate\": \"2025-05-14T00:00:00\",\n                            \"paymentDate\": \"2025-04-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"E5DE56F0-2461-449E-8BA4-7E51B553E3CC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-13T00:00:00\",\n                            \"amount\": 92452,\n                            \"currency\": null,\n                            \"description\": \"NXT-CLAMP PRO 4/A\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"87f7a77f-a3a6-4881-a8db-1a53b1f7e02e\",\n                            \"dueDate\": \"2025-05-14T00:00:00\",\n                            \"paymentDate\": \"2025-02-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"21C4F406-F055-5DEC-BCAC-37B7CAFB03F1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-17T00:00:00\",\n                            \"amount\": 10208,\n                            \"currency\": null,\n                            \"description\": \"BUJES GRANDES\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3b0b79bd-a7b0-4f6b-9419-cdac708d93db\",\n                            \"dueDate\": \"2025-05-18T00:00:00\",\n                            \"paymentDate\": \"2025-03-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199680\",\n                            \"id1\": \"B0D6D6CF-8597-4F4B-9E77-A59A0EB4CD38\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-18T00:00:00\",\n                            \"amount\": 1025.71,\n                            \"currency\": null,\n                            \"description\": \"BANDA HI POWER SECCION B\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"957b0dc6-f8a3-4097-aefb-7a7fe480b720\",\n                            \"dueDate\": \"2025-05-19T00:00:00\",\n                            \"paymentDate\": \"2025-02-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"E1B5F9CF-14F8-4E6C-A03C-36E676F2F997\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-18T00:00:00\",\n                            \"amount\": 49753.6,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 56 X 28\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8488f061-56f6-49f6-be93-4f21d8c5501a\",\n                            \"dueDate\": \"2025-05-19T00:00:00\",\n                            \"paymentDate\": \"2025-05-07T00:00:00\",\n                            \"balance\": 0.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"EDD84298-20AF-4798-B3A2-073F4B3A24E6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-20T00:00:00\",\n                            \"amount\": 25793.8,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d3f5e2ca-38da-40fa-9957-7f790f725f81\",\n                            \"dueDate\": \"2025-05-21T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 25793.8,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"435FEB1E-8AAB-4965-9F5A-682341793966\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-24T00:00:00\",\n                            \"amount\": 24551.4,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 56 X 28\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2f1eeaa1-c5f8-418f-b241-67f9844b5717\",\n                            \"dueDate\": \"2025-05-25T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 24551.4,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"9FF9BA24-61C2-409E-917E-A5370C1EE0F4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-25T00:00:00\",\n                            \"amount\": 2774.11,\n                            \"currency\": null,\n                            \"description\": \"1018 RED 2 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"934a9da8-82fc-4f66-99cc-037ebe6be65b\",\n                            \"dueDate\": \"2025-05-26T00:00:00\",\n                            \"paymentDate\": \"2025-04-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"98944F0B-3EC6-4C79-8E15-FE3CE1E05772\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-25T00:00:00\",\n                            \"amount\": 11688.2,\n                            \"currency\": null,\n                            \"description\": \"BUJES GRANDEZ\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"20da67b8-bad9-4d24-af17-cfca1ad12e42\",\n                            \"dueDate\": \"2025-05-26T00:00:00\",\n                            \"paymentDate\": \"2025-03-10T00:00:00\",\n                            \"balance\": 0.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"06FB5149-3C90-4C67-B50D-5E642FB6BD06\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-25T00:00:00\",\n                            \"amount\": 137692,\n                            \"currency\": null,\n                            \"description\": \"ENSAMBLE DE FUNDICION DE PIEZAS MAQUINADAS POR GRAVEDAD\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1094c814-88de-41ab-bc5a-27f9fdda8757\",\n                            \"dueDate\": \"2025-05-26T00:00:00\",\n                            \"paymentDate\": \"2025-02-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"5E5744C3-8B0C-44C7-B3CC-6255347DE82E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-25T00:00:00\",\n                            \"amount\": 69252,\n                            \"currency\": null,\n                            \"description\": \"SOLUBLE REFRIGERANTE 5700 MN CUBETA 19\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ed437197-7490-4f01-9778-0fc14c185651\",\n                            \"dueDate\": \"2025-05-26T00:00:00\",\n                            \"paymentDate\": \"2025-02-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"C23AAA97-B00E-4FCA-B7C6-180571983FCF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-25T00:00:00\",\n                            \"amount\": 3204.98,\n                            \"currency\": null,\n                            \"description\": \"ATT Armalo Negocios $399\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4bfc7a57-3fc3-44d6-a341-be01543cbee1\",\n                            \"dueDate\": \"2025-05-26T00:00:00\",\n                            \"paymentDate\": \"2025-03-16T00:00:00\",\n                            \"balance\": -1829.04,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"2B31E004-5D25-5B7D-9DF4-23406C39928F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-27T00:00:00\",\n                            \"amount\": 2227.2,\n                            \"currency\": null,\n                            \"description\": \"CUBOS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"88fe1110-d9f2-4071-9419-5c8cb8d4bd9a\",\n                            \"dueDate\": \"2025-05-28T00:00:00\",\n                            \"paymentDate\": \"2025-03-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"5B00D714-5E15-4CA7-BC6C-6B05D4B27D09\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-27T00:00:00\",\n                            \"amount\": 94308,\n                            \"currency\": null,\n                            \"description\": \"SOLERA ACERO 1018\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3312b054-e78b-4def-b7e7-35a76697fff7\",\n                            \"dueDate\": \"2025-05-28T00:00:00\",\n                            \"paymentDate\": \"2025-02-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"1B835CAE-FEEE-4293-A77B-AB963D195AB4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-28T00:00:00\",\n                            \"amount\": 102428,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2cc7830c-af3e-414c-bf75-0ea37ff2d1e7\",\n                            \"dueDate\": \"2025-05-29T00:00:00\",\n                            \"paymentDate\": \"2025-02-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"FD191B56-3609-4762-B163-ACCFCC090F6E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-28T00:00:00\",\n                            \"amount\": 14386.71,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A - 5683 A - 5682\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4caaa9b2-54e5-4e66-9027-5ed74703b76e\",\n                            \"dueDate\": \"2025-05-29T00:00:00\",\n                            \"paymentDate\": \"2025-04-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA1201C-FD87-452F-9E8D-85D6E23C5153\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-28T00:00:00\",\n                            \"amount\": 782,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-5001015-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f8814a86-0bb1-4d59-a9c6-68777439c8b6\",\n                            \"dueDate\": \"2025-05-29T00:00:00\",\n                            \"paymentDate\": \"2025-02-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"CE3ACF71-E0F6-4AF2-99D8-3F14B9F40950\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-01T00:00:00\",\n                            \"amount\": 922.32,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3ffbbcd7-d90c-42e0-bade-b7a103d1a43f\",\n                            \"dueDate\": \"2023-03-01T00:00:00\",\n                            \"paymentDate\": \"2022-12-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"4DADC510-7D05-4577-A9CB-5EFEBC2EDD56\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-01T00:00:00\",\n                            \"amount\": 1332.36,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0d4acd7f-e64f-4af9-b08d-f4f09595ad8d\",\n                            \"dueDate\": \"2023-03-01T00:00:00\",\n                            \"paymentDate\": \"2022-12-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"1AD3A5D1-4835-485A-BD7B-8545E3FC1A18\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-01T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9658b76b-17dc-4254-8c10-738f161a2a34\",\n                            \"dueDate\": \"2023-03-01T00:00:00\",\n                            \"paymentDate\": \"2022-12-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"EBB403E2-6378-46CD-9022-CD05C78FF1B9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-01T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"69594848-ab25-492f-86de-28e003eb2c2e\",\n                            \"dueDate\": \"2023-03-01T00:00:00\",\n                            \"paymentDate\": \"2022-12-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"871EEC15-7018-4DB5-A511-D1DC87C1C349\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-02T00:00:00\",\n                            \"amount\": 1310.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"701712f3-5d6e-4ae8-aea2-52e9a952da86\",\n                            \"dueDate\": \"2023-03-02T00:00:00\",\n                            \"paymentDate\": \"2022-12-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199664\",\n                            \"id1\": \"468D174D-0FAA-4907-BA51-931C6D406FD5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-02T00:00:00\",\n                            \"amount\": 639.17,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6bed8f1d-9632-40e8-bb69-10ab81e279dc\",\n                            \"dueDate\": \"2023-03-02T00:00:00\",\n                            \"paymentDate\": \"2022-12-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199664\",\n                            \"id1\": \"4F1F88F9-AC20-4595-AB6C-0738D09928B1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-02T00:00:00\",\n                            \"amount\": 2512.56,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9542a8f5-76a4-4b27-9184-a033485440dc\",\n                            \"dueDate\": \"2023-03-02T00:00:00\",\n                            \"paymentDate\": \"2022-12-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"937DAA06-703D-4A87-B067-42D2C237FFD2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-04T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9a6c26a3-0a41-4501-b3fb-f723f6d3af8c\",\n                            \"dueDate\": \"2023-03-04T00:00:00\",\n                            \"paymentDate\": \"2022-12-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"DDAE9101-8727-44DE-B9A4-4D31DCB29D51\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-08T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"117716b1-b5c4-451a-96b1-9de2be6be045\",\n                            \"dueDate\": \"2023-03-08T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"8C4A1F1E-3025-40B1-88D1-519F77E3CF56\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-08T00:00:00\",\n                            \"amount\": 6713.31,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"be73797a-7621-41ee-97db-5a159d9db80f\",\n                            \"dueDate\": \"2023-03-08T00:00:00\",\n                            \"paymentDate\": \"2023-01-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"4559A120-2348-4B7D-B7CC-054EC0E7BD68\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-08T00:00:00\",\n                            \"amount\": 1953.24,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a64ecede-cf4d-4b28-99fa-7cb1f3da4c48\",\n                            \"dueDate\": \"2023-03-08T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 1953.24,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"5B75DF76-EC52-4932-ADF8-8B304FEFEEE9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-08T00:00:00\",\n                            \"amount\": 235.82,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"64ca4869-a604-40cf-82a5-c8a997934fb2\",\n                            \"dueDate\": \"2023-03-08T00:00:00\",\n                            \"paymentDate\": \"2022-12-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"11DB2DAF-1CEE-4892-9E5E-A9DE01B53311\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-08T00:00:00\",\n                            \"amount\": 5569.81,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0cfe5da3-f30a-4f35-a107-ac44515d97ab\",\n                            \"dueDate\": \"2023-03-08T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 5569.81,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"7C8A1DDD-BC92-4681-B3B5-8084799A84D7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-08T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e723632a-fa21-4f0f-a075-840646dea050\",\n                            \"dueDate\": \"2023-03-08T00:00:00\",\n                            \"paymentDate\": \"2022-12-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": \"DFF6C42F-263C-466A-8544-E219A757BE1E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-08T00:00:00\",\n                            \"amount\": 1447.68,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4de54bb9-e1bf-49f4-a3cf-d636b9f45fde\",\n                            \"dueDate\": \"2023-03-08T00:00:00\",\n                            \"paymentDate\": \"2022-12-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": \"FBFE6092-A4AD-4FE0-A09B-E142A58F2BF6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-08T00:00:00\",\n                            \"amount\": 1447.68,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b4de4bc4-a448-471f-b698-5212e888d2c4\",\n                            \"dueDate\": \"2023-03-08T00:00:00\",\n                            \"paymentDate\": \"2022-12-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": \"5CC60939-D0A5-447D-A41A-37D82DA58A13\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-15T00:00:00\",\n                            \"amount\": 1160,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"311fb7c8-4b2f-4f0f-994a-fca79be48e14\",\n                            \"dueDate\": \"2023-03-15T00:00:00\",\n                            \"paymentDate\": \"2022-12-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"A3DA1EC9-A1BA-4168-80B3-8317E68EC441\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"904a3ec8-d90a-4cab-b50c-0d52643d4269\",\n                            \"dueDate\": \"2023-03-19T00:00:00\",\n                            \"paymentDate\": \"2022-12-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": \"09DD4737-3DB0-4862-87B2-F67268EAEA11\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-19T00:00:00\",\n                            \"amount\": 528.96,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"90c57b63-4169-402d-9ba8-7e72a720f2df\",\n                            \"dueDate\": \"2023-03-19T00:00:00\",\n                            \"paymentDate\": \"2022-12-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"B651AD66-75D4-47DD-9D24-3DE460E863A8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-20T00:00:00\",\n                            \"amount\": 4801.12,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e46c1f49-7f9b-4d92-9f48-2a377d06ec6e\",\n                            \"dueDate\": \"2023-03-20T00:00:00\",\n                            \"paymentDate\": \"2022-12-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"CDFC9E5F-27B7-4187-B7B9-012529D483A8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-24T00:00:00\",\n                            \"amount\": 3346,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9d596107-64a3-4f4e-bd76-5db34e76b095\",\n                            \"dueDate\": \"2023-03-24T00:00:00\",\n                            \"paymentDate\": \"2023-01-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"62F44F4F-B507-4B77-BD86-69B18A42168E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-26T00:00:00\",\n                            \"amount\": 217679,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8f06f56b-afed-4ebd-9a65-a711c9de8b46\",\n                            \"dueDate\": \"2023-03-26T00:00:00\",\n                            \"paymentDate\": \"2022-12-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"CED3ACFC-3FF7-466B-BB63-982D28E27E6A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-26T00:00:00\",\n                            \"amount\": 91292,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2789c620-88c1-4f88-906a-69a169028834\",\n                            \"dueDate\": \"2023-03-26T00:00:00\",\n                            \"paymentDate\": \"2022-12-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199725\",\n                            \"id1\": \"7E139C51-F66D-4FF4-A5EF-2E985CE53915\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-26T00:00:00\",\n                            \"amount\": 114492,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a2a75d16-99bc-466f-9899-a2772461fe70\",\n                            \"dueDate\": \"2023-03-26T00:00:00\",\n                            \"paymentDate\": \"2022-12-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"6F3C1EEF-5CD8-462B-93A5-40CE053B90F6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 18519.1,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dfabeed4-ff6c-49f0-bb55-3827936ccee1\",\n                            \"dueDate\": \"2023-03-29T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 18519.1,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"6CC99D04-2722-4C14-BA48-881B96EDEA13\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 114260,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2f7a9cc7-a2ec-4c6f-af71-7ef251dbc2d8\",\n                            \"dueDate\": \"2023-03-29T00:00:00\",\n                            \"paymentDate\": \"2022-12-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"FB1CF772-3D6E-4F87-A5F7-5CE1CE823B59\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 207060,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"016d422f-07bf-412a-855d-c57e9292437b\",\n                            \"dueDate\": \"2023-03-29T00:00:00\",\n                            \"paymentDate\": \"2022-12-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"B8F93096-E3F6-4457-BBCD-147D47F9B84F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-31T00:00:00\",\n                            \"amount\": 2474.58,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"99990abd-69ac-45c4-8c02-88ec473ea2cc\",\n                            \"dueDate\": \"2023-03-31T00:00:00\",\n                            \"paymentDate\": \"2022-12-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"D37C9AB3-C297-4264-961C-C2CC8F80A948\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-31T00:00:00\",\n                            \"amount\": 907.52,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cf7599e1-d4c0-4b41-8085-554ffb8a1c36\",\n                            \"dueDate\": \"2023-03-31T00:00:00\",\n                            \"paymentDate\": \"2022-12-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"8F605DE3-3984-4631-9657-65659273A2F1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-01T00:00:00\",\n                            \"amount\": 18181.1,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c8d12405-e4a6-4262-9b6a-a3c2d36c809d\",\n                            \"dueDate\": \"2024-03-31T00:00:00\",\n                            \"paymentDate\": \"2024-01-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"8434744A-5389-45AD-A444-56B8D28AEDF8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-07T00:00:00\",\n                            \"amount\": 5901.7,\n                            \"currency\": null,\n                            \"description\": \"PRIMA. RECIBO:88079624\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"092278a4-5b35-4610-833d-6b9601331cb5\",\n                            \"dueDate\": \"2024-04-06T00:00:00\",\n                            \"paymentDate\": \"2024-01-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"0E268C5C-8B65-4A94-8AF3-348493FDA352\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-08T00:00:00\",\n                            \"amount\": 1403.57,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"952653d3-e59d-4770-8eeb-98d4a3cb6c9f\",\n                            \"dueDate\": \"2024-04-07T00:00:00\",\n                            \"paymentDate\": \"2024-01-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"880F212B-070B-4C8B-813A-3414167E7184\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-08T00:00:00\",\n                            \"amount\": 7281.65,\n                            \"currency\": null,\n                            \"description\": \"4140 RED 2 3/4 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"615c683c-9dfd-4f52-95f6-fc329ac4ecfc\",\n                            \"dueDate\": \"2024-04-07T00:00:00\",\n                            \"paymentDate\": \"2024-03-04T00:00:00\",\n                            \"balance\": 0.01,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"902C308C-F17B-41C1-93EA-34E67A2E24E6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-09T00:00:00\",\n                            \"amount\": 2234.52,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b5764d4a-427d-4deb-a184-d3a65d50b4c0\",\n                            \"dueDate\": \"2024-04-08T00:00:00\",\n                            \"paymentDate\": \"2024-02-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"7D1B50D6-B1A2-46E9-807D-8CA97D02EF2C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-11T00:00:00\",\n                            \"amount\": 993.4,\n                            \"currency\": null,\n                            \"description\": \"1018 CDR 3/4 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2be25fba-2800-45cf-96b5-a2f9a3a43cb3\",\n                            \"dueDate\": \"2024-04-10T00:00:00\",\n                            \"paymentDate\": \"2024-03-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"38FB4CFD-D7C6-4953-9CAB-94C37FBB43DA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-16T00:00:00\",\n                            \"amount\": 1001.15,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2bbba608-2225-4d9f-bf76-e0e50ab715c0\",\n                            \"dueDate\": \"2024-04-15T00:00:00\",\n                            \"paymentDate\": \"2024-01-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": \"31586BAD-D0BD-4464-A9F1-C5799C3E7736\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-16T00:00:00\",\n                            \"amount\": 214.6,\n                            \"currency\": null,\n                            \"description\": \"ALUM 3/16 X 6.25 X 16\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f1ee3f94-4bc4-48c5-ab9b-d40667ac4b00\",\n                            \"dueDate\": \"2024-04-15T00:00:00\",\n                            \"paymentDate\": \"2024-01-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"85CF5DEB-A282-44A2-8810-2413B382FDDF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-19T00:00:00\",\n                            \"amount\": 10655.74,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A 5429 y A 5424\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f71ec47e-9acf-494d-bb95-e196a56da2f9\",\n                            \"dueDate\": \"2024-04-18T00:00:00\",\n                            \"paymentDate\": \"2024-04-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"7DECC79F-4045-4A39-B71D-AE5CFC182D65\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-25T00:00:00\",\n                            \"amount\": 1927.92,\n                            \"currency\": null,\n                            \"description\": \"ACEITE P/ BANCADAS INDYCOM 134-B\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2cb891f9-86a8-4d2f-a6b6-fb0e0c1120ad\",\n                            \"dueDate\": \"2024-04-24T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 1927.92,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"F7B8F57A-AF07-4B37-9DEF-5EA22DCCB6E8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-25T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6e92d5bf-f92d-4194-9167-91bc4b4ee81b\",\n                            \"dueDate\": \"2024-04-24T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 3345.99,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"BD2B46CF-6E27-4CA7-B59B-03693AF332E6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-25T00:00:00\",\n                            \"amount\": 71340,\n                            \"currency\": null,\n                            \"description\": \"BROCA RECTA DE CARBONO 3/8\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ec7d50fe-8ace-4eef-9d10-65511e5edae8\",\n                            \"dueDate\": \"2024-04-24T00:00:00\",\n                            \"paymentDate\": \"2024-01-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"CDE99C43-54BE-4804-B4F9-FC9D5C2FDB2C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-25T00:00:00\",\n                            \"amount\": 83172,\n                            \"currency\": null,\n                            \"description\": \"BROCA RECTA METRICA 1/2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f1d6aa70-dd94-4a8f-ad23-a7b5309d6cef\",\n                            \"dueDate\": \"2024-04-24T00:00:00\",\n                            \"paymentDate\": \"2024-01-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": \"5944E485-77D5-46E2-9610-19D50413005A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-26T00:00:00\",\n                            \"amount\": 11692.8,\n                            \"currency\": null,\n                            \"description\": \"LAMINA ROLADO CALIENTE C.8 4 X 10; PEDIDO/POSICION 1002360656/000010; ORDEN COMPRA CLIENTE: CORREO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5b2a891b-d503-45a2-ab19-5678d22d3804\",\n                            \"dueDate\": \"2024-04-25T00:00:00\",\n                            \"paymentDate\": \"2024-01-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"07BBF9D1-DD60-4537-AA5A-5FFACB4F0D9C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-29T00:00:00\",\n                            \"amount\": 42861.3,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b108c4a5-9a68-4a97-af54-b7b1558581ff\",\n                            \"dueDate\": \"2024-04-28T00:00:00\",\n                            \"paymentDate\": \"2024-01-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199672\",\n                            \"id1\": \"845A0BDA-939B-4D5B-8109-842F18116512\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-30T00:00:00\",\n                            \"amount\": 5220,\n                            \"currency\": null,\n                            \"description\": \"EBONOL 946\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2fe2a5c4-169b-4528-9c78-da57a21f046b\",\n                            \"dueDate\": \"2024-04-29T00:00:00\",\n                            \"paymentDate\": \"2024-01-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": \"B29C1D2A-6A76-4B4A-9CE1-4323934859B6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-31T00:00:00\",\n                            \"amount\": 11087.3,\n                            \"currency\": null,\n                            \"description\": \"Renovacion CONTPAQi Contabilidad  1 Usuario939CB488090B6D7D\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b83aa517-8ff1-455f-af23-074d88ebe1b3\",\n                            \"dueDate\": \"2024-04-30T00:00:00\",\n                            \"paymentDate\": \"2024-01-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"7B6F19D1-D354-425E-A309-BD259525AD92\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-31T00:00:00\",\n                            \"amount\": 1747.75,\n                            \"currency\": null,\n                            \"description\": \"1018 CDR 3/4 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a7dff48c-5ca0-46f6-b63a-2337b2ad61bf\",\n                            \"dueDate\": \"2024-04-30T00:00:00\",\n                            \"paymentDate\": \"2024-03-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"99E39996-3769-49D2-B520-8FABD5BD17A3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-31T00:00:00\",\n                            \"amount\": 8432.61,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia OC: 461588  A5429\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"278cd152-1975-4e31-a88b-a591a528729d\",\n                            \"dueDate\": \"2024-04-30T00:00:00\",\n                            \"paymentDate\": \"2024-03-08T00:00:00\",\n                            \"balance\": 9430.9,\n                            \"credited\": 8226.63\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": \"A2CA38DB-191B-40E4-93A6-E1F65BF24ABE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-31T00:00:00\",\n                            \"amount\": 83288,\n                            \"currency\": null,\n                            \"description\": \"Fuentes de energia Motor Magnetico DC 1/3Hp 1750 rpm voltaje nominal 90 v\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7447fa38-1031-456d-8988-656608409e54\",\n                            \"dueDate\": \"2024-04-30T00:00:00\",\n                            \"paymentDate\": \"2024-01-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA11F41-1B12-47C5-8B2D-E18F78346F8B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-31T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-3018685-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"842663ec-a645-4373-94ea-53184d206a2e\",\n                            \"dueDate\": \"2024-04-30T00:00:00\",\n                            \"paymentDate\": \"2024-01-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"81C7B286-5AF9-4E9B-9F2B-E9BF7A286DCC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-01T00:00:00\",\n                            \"amount\": 342.2,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4a0cff15-71ad-464e-a34d-cb7f780b011a\",\n                            \"dueDate\": \"2025-05-30T00:00:00\",\n                            \"paymentDate\": \"2025-03-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"2882C425-74D2-4748-B6F0-24DA4CE67AFA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-04T00:00:00\",\n                            \"amount\": 1914.86,\n                            \"currency\": null,\n                            \"description\": \"1018 SOL 3/4 PLG x 2 1/2 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6239dfeb-d953-4ee8-a87a-3aaf9556493f\",\n                            \"dueDate\": \"2025-06-02T00:00:00\",\n                            \"paymentDate\": \"2025-04-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"EC2F1105-9C76-465B-BA36-56F3A3D988F8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-05T00:00:00\",\n                            \"amount\": 2004.4,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7b734471-68ab-451f-b126-640a0eb92415\",\n                            \"dueDate\": \"2025-06-03T00:00:00\",\n                            \"paymentDate\": \"2025-04-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"D2958A37-7E0F-464D-BE35-91CBFDB2EDE6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-05T00:00:00\",\n                            \"amount\": 41944.4,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 80 X 50\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4a9eea27-e7c6-4c9a-8717-0d8b5921beb7\",\n                            \"dueDate\": \"2025-06-03T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 41944.4,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"FAD221F1-8D33-4076-8213-451D45C005A1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-06T00:00:00\",\n                            \"amount\": 220.93,\n                            \"currency\": null,\n                            \"description\": \"1018 SOL 1/2 PLG x 1 1/2 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d3c66726-981e-4bd7-a1a4-cdc20fca0483\",\n                            \"dueDate\": \"2025-06-04T00:00:00\",\n                            \"paymentDate\": \"2025-04-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199730\",\n                            \"id1\": \"0AA9FA8B-E5D8-457B-BE11-C14793ADF875\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-06T00:00:00\",\n                            \"amount\": 4165.46,\n                            \"currency\": null,\n                            \"description\": \"SPROCKET MARTIN 40B36\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"820b3ea7-ffc7-4704-9ab3-96f5612c94b3\",\n                            \"dueDate\": \"2025-06-04T00:00:00\",\n                            \"paymentDate\": \"2025-03-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"C22C199C-6D66-49BC-8BAC-555BC792A723\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-07T00:00:00\",\n                            \"amount\": 64580.49,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A - 5689 A - 5694 A - 5700 A - 5690 A - 5691 A - 5695 A - 5696 A - 5697\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d081b3c7-5571-4416-a8a0-c8a37e4801b4\",\n                            \"dueDate\": \"2025-06-05T00:00:00\",\n                            \"paymentDate\": \"2025-04-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199676\",\n                            \"id1\": \"5A1DD0F5-FF73-11EF-A953-F1360CEB8AB1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-12T00:00:00\",\n                            \"amount\": 928,\n                            \"currency\": null,\n                            \"description\": \"1018 RED 38.10 MM(1 1/2)EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e9abdefb-cfd9-44e8-a156-f454389bf16a\",\n                            \"dueDate\": \"2025-06-10T00:00:00\",\n                            \"paymentDate\": \"2025-03-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"40BD74BA-982A-4EF7-9588-39A36676E70E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-12T00:00:00\",\n                            \"amount\": 21610,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3de775fd-c49d-4f8b-bfca-3a7ed3b5ee53\",\n                            \"dueDate\": \"2025-06-10T00:00:00\",\n                            \"paymentDate\": \"2025-03-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"1AEB54AC-AF44-4438-AC4A-056F2B8B74C7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-12T00:00:00\",\n                            \"amount\": 8650.58,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia :A - 5685 A - 5687\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b5ac3256-92e4-40af-900d-95c3bd97c2c6\",\n                            \"dueDate\": \"2025-06-10T00:00:00\",\n                            \"paymentDate\": \"2025-04-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"BD62AE28-DC7E-49CC-88B7-D97D3E703739\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-13T00:00:00\",\n                            \"amount\": 6166.07,\n                            \"currency\": null,\n                            \"description\": \"COBRE CROMO ZIRCONIO SOLERA C-II 19.1 X 101.6MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"27011f1a-106d-43bb-94d5-7705c898d42a\",\n                            \"dueDate\": \"2025-06-11T00:00:00\",\n                            \"paymentDate\": \"2025-03-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199636\",\n                            \"id1\": \"39E66D11-0538-46EE-8B8A-040EA67D073D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-18T00:00:00\",\n                            \"amount\": 690,\n                            \"currency\": null,\n                            \"description\": \"PTR 1-1/2\\\" x 1-1/2\\\" C14 (C-150)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"400b2f1a-0364-47bb-9ec4-0289f42c7ff0\",\n                            \"dueDate\": \"2025-06-16T00:00:00\",\n                            \"paymentDate\": \"2025-03-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199677\",\n                            \"id1\": \"055E9548-EA86-4BE1-86F9-216E750B29C1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-19T00:00:00\",\n                            \"amount\": 114492,\n                            \"currency\": null,\n                            \"description\": \"Soluble Refigerante 209 Lts soluble 605D Lote F14674423\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1defc30e-1c5d-4536-9d07-0419589e2278\",\n                            \"dueDate\": \"2025-06-17T00:00:00\",\n                            \"paymentDate\": \"2025-03-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199636\",\n                            \"id1\": \"A0BA1AFC-A03B-4024-ADDC-FB3EFA5032F1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-19T00:00:00\",\n                            \"amount\": 317,\n                            \"currency\": null,\n                            \"description\": \"PTR 1-1/4\\\" x 1-1/4\\\" C14 (C-125)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ad8f093f-dd31-45f7-b21c-8f78a0a412dc\",\n                            \"dueDate\": \"2025-06-17T00:00:00\",\n                            \"paymentDate\": \"2025-03-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": \"05AC65E7-3460-45A8-805E-0044B9303AC5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-20T00:00:00\",\n                            \"amount\": 5034.4,\n                            \"currency\": null,\n                            \"description\": \"Renovacion CONTPAQi Comercial Start 1 Usuario9661579D7E5D33E4\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a779cb68-57de-4be6-a396-49b251641396\",\n                            \"dueDate\": \"2025-06-18T00:00:00\",\n                            \"paymentDate\": \"2025-03-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"0D28AF00-B311-4FD6-8E56-4AA275593721\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-21T00:00:00\",\n                            \"amount\": 5535.42,\n                            \"currency\": null,\n                            \"description\": \"4140 RED 2 1/2 PLG LC T *\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"acbe1a28-20be-40d1-9328-83136da9dbc1\",\n                            \"dueDate\": \"2025-06-19T00:00:00\",\n                            \"paymentDate\": \"2025-04-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199675\",\n                            \"id1\": \"B8B3417B-33B3-4495-B42D-533C9BDCA7DE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-24T00:00:00\",\n                            \"amount\": 10000,\n                            \"currency\": null,\n                            \"description\": \"ANTICIPO POR FABRICACION DE TARJA ACERO INOXIDABLE C20 T304\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"43f9dee7-9438-4823-bc74-49395bf6d412\",\n                            \"dueDate\": \"2025-06-22T00:00:00\",\n                            \"paymentDate\": \"2025-03-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"9559D947-5CC4-43F4-9D74-2132905E35D3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-25T00:00:00\",\n                            \"amount\": 94308,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45X25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fdd813d9-f929-40e4-bfa9-6dbdb97117c1\",\n                            \"dueDate\": \"2025-06-23T00:00:00\",\n                            \"paymentDate\": \"2025-03-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"A8586E80-3B9C-4ED5-B336-874746097F32\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-25T00:00:00\",\n                            \"amount\": 92452,\n                            \"currency\": null,\n                            \"description\": \"SOLERA REDONDO D2 ACERO 1018\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c4b9e147-4a29-41d6-87c8-7605d6ac2254\",\n                            \"dueDate\": \"2025-06-23T00:00:00\",\n                            \"paymentDate\": \"2025-03-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"07475B95-6E71-4C1F-9C29-22DAF97C13E4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-26T00:00:00\",\n                            \"amount\": 3204.98,\n                            \"currency\": null,\n                            \"description\": \"ATT Armalo Negocios $399\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c646cb55-47b1-40f7-8c65-732e23f269a0\",\n                            \"dueDate\": \"2025-06-24T00:00:00\",\n                            \"paymentDate\": \"2025-04-15T00:00:00\",\n                            \"balance\": -1828.06,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"E09C3BA3-B0A3-5268-BAE6-0FAA6E8D9381\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-27T00:00:00\",\n                            \"amount\": 9194.16,\n                            \"currency\": null,\n                            \"description\": \"BUJES GRANDES\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b589e211-522b-418d-8098-5b7eda60c2f6\",\n                            \"dueDate\": \"2025-06-25T00:00:00\",\n                            \"paymentDate\": \"2025-04-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"F0DA0877-9B14-423E-B986-A7281BBD842D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-28T00:00:00\",\n                            \"amount\": 104168,\n                            \"currency\": null,\n                            \"description\": \"LAMINA DE ACERO INOXIDABLE 4X10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"86b33208-20d5-4209-b393-33cd5644d393\",\n                            \"dueDate\": \"2025-06-26T00:00:00\",\n                            \"paymentDate\": \"2025-03-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"8D263ABA-F6E3-49C4-9C97-2D85C273FA85\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-31T00:00:00\",\n                            \"amount\": 50692,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45X25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e4e6273a-cb0b-4760-b7e5-deb0219c2706\",\n                            \"dueDate\": \"2025-06-29T00:00:00\",\n                            \"paymentDate\": \"2025-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199707\",\n                            \"id1\": \"FEB1FA4B-91C9-4102-96C8-DABF130CAC47\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-31T00:00:00\",\n                            \"amount\": 79692,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6895098c-0edd-43f9-ba17-6c035bdbf88c\",\n                            \"dueDate\": \"2025-06-29T00:00:00\",\n                            \"paymentDate\": \"2025-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"C867F2A4-2484-41EF-AC8F-B0DC7F3808A2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-31T00:00:00\",\n                            \"amount\": 54752,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cfa801a0-b5ca-4957-af73-6734ff54ffc6\",\n                            \"dueDate\": \"2025-06-29T00:00:00\",\n                            \"paymentDate\": \"2025-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"7552640E-AF6C-4F3E-B626-68F0058ED211\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-31T00:00:00\",\n                            \"amount\": 6076.05,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia :A - 5707\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ae98c8da-690c-4e7a-813a-363cf4d44dfc\",\n                            \"dueDate\": \"2025-06-29T00:00:00\",\n                            \"paymentDate\": \"2025-04-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"1BD14C0B-5464-4DD1-95FF-ABDD30950E49\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-31T00:00:00\",\n                            \"amount\": 94656,\n                            \"currency\": null,\n                            \"description\": \"PLACA A36 (3/4 ESPESOR DE 4 x 8)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a85ca49e-4501-4688-9cfb-1475112a4e77\",\n                            \"dueDate\": \"2025-06-29T00:00:00\",\n                            \"paymentDate\": \"2025-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA1ACA7-EA2C-4116-8C96-690DA07BC75F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-31T00:00:00\",\n                            \"amount\": 782,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-5003017-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1d41f891-2ab8-4d85-9bea-8dc87e06974f\",\n                            \"dueDate\": \"2025-06-29T00:00:00\",\n                            \"paymentDate\": \"2025-03-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199660\",\n                            \"id1\": \"6E2770E9-C3E8-4539-B6D0-406565FBCC60\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-02T00:00:00\",\n                            \"amount\": 663.71,\n                            \"currency\": null,\n                            \"description\": \"TORNILLO HOMBRO GUIA STD. 1/2 X 2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9ee5e697-630c-4475-b9c8-1908e6a14376\",\n                            \"dueDate\": \"2024-07-31T00:00:00\",\n                            \"paymentDate\": \"2024-05-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"4BF048C2-6E13-44A1-BB88-701757F21E45\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-03T00:00:00\",\n                            \"amount\": 139.2,\n                            \"currency\": null,\n                            \"description\": \"RODAMIENTO RIGIDO DE BOLA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7069ca4a-995e-4817-a074-d105ea49b529\",\n                            \"dueDate\": \"2024-08-01T00:00:00\",\n                            \"paymentDate\": \"2024-05-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"F3436E3E-1111-49D3-8F24-7F2ED2A18788\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-03T00:00:00\",\n                            \"amount\": 5862.64,\n                            \"currency\": null,\n                            \"description\": \"ACEITE SINTETICO P/COMPRESOR INDYCOM 46-CP\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d5aebefa-1a7f-487d-b3cf-879bd29f4008\",\n                            \"dueDate\": \"2024-08-01T00:00:00\",\n                            \"paymentDate\": \"2024-05-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"9B52033E-C593-41A8-B4BB-C634752A9EC4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-03T00:00:00\",\n                            \"amount\": 2610,\n                            \"currency\": null,\n                            \"description\": \"BALA DE ACERO AL CROMO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6944cc9a-d55c-4468-a67e-9c86d034dbf6\",\n                            \"dueDate\": \"2024-08-01T00:00:00\",\n                            \"paymentDate\": \"2024-05-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"C824524A-6434-471C-99B5-46AD080AEC5D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-08T00:00:00\",\n                            \"amount\": 1302.69,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"58644ebe-3d90-4332-8c33-b66f0292e9fd\",\n                            \"dueDate\": \"2024-08-06T00:00:00\",\n                            \"paymentDate\": \"2024-06-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"18B7DCE0-A1DC-40C0-8694-716B6FED4D83\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-08T00:00:00\",\n                            \"amount\": 250.56,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TINTA LC203BK NEGRO REMANUFACTURADO GE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b7e9eb5e-c659-4ec7-80de-9612b525788d\",\n                            \"dueDate\": \"2024-08-06T00:00:00\",\n                            \"paymentDate\": \"2024-05-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199660\",\n                            \"id1\": \"2032A069-9925-4039-8503-8830BAAE68B6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-09T00:00:00\",\n                            \"amount\": 846.8,\n                            \"currency\": null,\n                            \"description\": \"TUERCA HEXAGONAL MM. 8 X 1.25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1fff9570-7114-4ffc-8562-590737a170f7\",\n                            \"dueDate\": \"2024-08-07T00:00:00\",\n                            \"paymentDate\": \"2024-05-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"FFED41FF-D1A9-425F-B269-782ECBB033DC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-10T00:00:00\",\n                            \"amount\": 1856,\n                            \"currency\": null,\n                            \"description\": \"JUEGO DE RODAMIENTOS DE PRECISION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"22bec934-52c4-4063-ac94-e64da920a91d\",\n                            \"dueDate\": \"2024-08-08T00:00:00\",\n                            \"paymentDate\": \"2024-05-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"2073834C-23A5-473E-8CF3-16D930081B10\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-13T00:00:00\",\n                            \"amount\": 607.52,\n                            \"currency\": null,\n                            \"description\": \"9840 RED 2 1/2 PLG LC T *\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cad91035-39e9-438c-b0d8-c0b89eb62255\",\n                            \"dueDate\": \"2024-08-11T00:00:00\",\n                            \"paymentDate\": \"2024-06-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"55F73842-6D6F-4B3C-A0EC-2C118BC0A450\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-13T00:00:00\",\n                            \"amount\": 19244.8,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"839074d3-0f5c-4362-aff8-53980188d479\",\n                            \"dueDate\": \"2024-08-11T00:00:00\",\n                            \"paymentDate\": \"2024-05-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"D01BEACB-F9AD-4D80-A6B7-7877C69300B4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-14T00:00:00\",\n                            \"amount\": 35348.99,\n                            \"currency\": null,\n                            \"description\": \"B.H. 45 X 25 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"429d96f3-ae72-4202-9320-041557a3e3fb\",\n                            \"dueDate\": \"2024-08-12T00:00:00\",\n                            \"paymentDate\": \"2024-05-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"00E93591-D78B-42DA-94EF-A5686F45E293\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-14T00:00:00\",\n                            \"amount\": 16744.28,\n                            \"currency\": null,\n                            \"description\": \"B.H. 56 X 28 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"03c3a724-c613-43c8-91f6-434896b770fd\",\n                            \"dueDate\": \"2024-08-12T00:00:00\",\n                            \"paymentDate\": \"2024-05-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199694\",\n                            \"id1\": \"F36A6294-7D67-44B7-B7A3-CA218EB36C59\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-14T00:00:00\",\n                            \"amount\": 17278.1,\n                            \"currency\": null,\n                            \"description\": \"LAM. R.C. CAL. 8 (.165\\\") 4 X 10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ee1bf2c6-6769-45ee-a1d1-9c1073a295e8\",\n                            \"dueDate\": \"2024-08-12T00:00:00\",\n                            \"paymentDate\": \"2024-05-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"3A122820-F901-49A9-99DB-494BA86A5A75\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-16T00:00:00\",\n                            \"amount\": 918.17,\n                            \"currency\": null,\n                            \"description\": \"EAD EXTENDIDO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f2cfbac8-f1d6-4e17-94c7-6969d4ad073c\",\n                            \"dueDate\": \"2024-08-14T00:00:00\",\n                            \"paymentDate\": \"2024-05-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"F64FEBA6-89A8-425B-92F2-BBE325811D96\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-20T00:00:00\",\n                            \"amount\": 252.01,\n                            \"currency\": null,\n                            \"description\": \"4140 RED 7/8 PLG LC\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8b38561f-68f7-4192-bbca-c3e9304a6a57\",\n                            \"dueDate\": \"2024-08-18T00:00:00\",\n                            \"paymentDate\": \"2024-06-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"30274D3A-4674-4B6C-878C-1CBA84CFDCF5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-23T00:00:00\",\n                            \"amount\": 62060,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"11ac895b-6257-4d01-92a5-e79e60ca27ce\",\n                            \"dueDate\": \"2024-08-21T00:00:00\",\n                            \"paymentDate\": \"2024-05-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"21E805FB-78A1-4C1E-AECF-E980ADE46CFB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-25T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8ad1fe39-aa35-43b1-8a52-fed9157de404\",\n                            \"dueDate\": \"2024-08-23T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 3345.99,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"A8520E24-5BF8-438D-8631-21CF72ACC259\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-28T00:00:00\",\n                            \"amount\": 62060,\n                            \"currency\": null,\n                            \"description\": \"PLACA A36 (3/4 ESPESOR DE 4 x 8)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5cf73817-9a94-4f84-95df-513b8dbfb7ca\",\n                            \"dueDate\": \"2024-08-26T00:00:00\",\n                            \"paymentDate\": \"2024-05-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"7D655E39-EA05-4607-905C-808623AA87C6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-29T00:00:00\",\n                            \"amount\": 2668,\n                            \"currency\": null,\n                            \"description\": \"JUEGO DE RODAMIENTOS DE PRECISION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cecf78ed-f2e9-44c6-bf00-6bfdf5503459\",\n                            \"dueDate\": \"2024-08-27T00:00:00\",\n                            \"paymentDate\": \"2024-05-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"405BB4FC-FF98-436C-BF50-425AF228825A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-29T00:00:00\",\n                            \"amount\": 5804.84,\n                            \"currency\": null,\n                            \"description\": \"B.H. 32 X 16 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f9bcb165-b620-4f6e-8cdd-c675b5b17501\",\n                            \"dueDate\": \"2024-08-27T00:00:00\",\n                            \"paymentDate\": \"2024-05-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"95229E50-CAEC-46ED-B0E0-6596EDA4FE31\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-30T00:00:00\",\n                            \"amount\": 28420,\n                            \"currency\": null,\n                            \"description\": \"CUADRADO 2 DE ACERO AL CARBON\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"39ec7c97-1f1e-4e31-8b95-8e58952ddd3a\",\n                            \"dueDate\": \"2024-08-28T00:00:00\",\n                            \"paymentDate\": \"2024-05-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"08A58962-F93F-4119-9C5A-93DD0D0883AE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-31T00:00:00\",\n                            \"amount\": 17748,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 45 X 25 X 6 METROS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"225cbf40-3468-4753-b995-1606daf32dbc\",\n                            \"dueDate\": \"2024-08-29T00:00:00\",\n                            \"paymentDate\": \"2024-05-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"061D309E-2697-4F60-8F52-BCFE9D610B59\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-31T00:00:00\",\n                            \"amount\": 139.2,\n                            \"currency\": null,\n                            \"description\": \"BALERO DE BOLAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"099a6564-52e9-49e2-9db3-fbd770190e49\",\n                            \"dueDate\": \"2024-08-29T00:00:00\",\n                            \"paymentDate\": \"2024-05-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": \"B631A44D-19E9-4430-A2E4-99BFE5C0FF63\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-31T00:00:00\",\n                            \"amount\": 75400,\n                            \"currency\": null,\n                            \"description\": \"Fuentes de energia Motor Magnetico DC 1/3Hp 1750 rpm voltaje nominal 90 v\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4ff20ede-7c5d-416a-a112-6d42662bf2c7\",\n                            \"dueDate\": \"2024-08-29T00:00:00\",\n                            \"paymentDate\": \"2024-05-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": \"CD731F13-5A1B-46A3-AA01-AF5767670EDD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-31T00:00:00\",\n                            \"amount\": 87812,\n                            \"currency\": null,\n                            \"description\": \"Equipo de izaje y accesorios Placa A36 (3/4 espesor de 4 x 8)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"187245b3-9369-405e-b401-77cde220c677\",\n                            \"dueDate\": \"2024-08-29T00:00:00\",\n                            \"paymentDate\": \"2024-05-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA10555-483E-493D-8719-34C6C31B33C8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-31T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4007142-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3a96afdf-f56d-4583-9b24-678b26ba2915\",\n                            \"dueDate\": \"2024-08-29T00:00:00\",\n                            \"paymentDate\": \"2024-05-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"B02EE6EC-32B1-4710-ABE3-28746E53E107\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9d5f428b-7ab6-4704-b68a-463e695f1f48\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"8A93845E-AADB-4248-8CCA-F079824B469D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 1032.79,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3b2b89a9-102d-46fe-966d-006fcec9c88f\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"paymentDate\": \"2022-06-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"9103C191-D252-44E9-9855-92F4D7B05BC7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 849,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aa11bd52-d5c2-4dd2-8f0e-6d5571c5d54c\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"paymentDate\": \"2022-06-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"7E59EB82-5E75-489D-8730-379A5A56EBC1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"214a3dd3-e11c-42a2-aa97-d20b517f7014\",\n                            \"dueDate\": \"2022-08-30T00:00:00\",\n                            \"paymentDate\": \"2022-06-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"2A1574F0-89EA-4C10-8F97-28F92B3123B8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-02T00:00:00\",\n                            \"amount\": 1334,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"326383ee-fa60-482d-9244-b27f1c3b9dfa\",\n                            \"dueDate\": \"2022-08-31T00:00:00\",\n                            \"paymentDate\": \"2022-06-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199731\",\n                            \"id1\": \"F20796A8-E8F6-4A81-9902-E2223E7D0539\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-07T00:00:00\",\n                            \"amount\": 1921.34,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ed31595a-eea7-402c-94b7-78ee29021990\",\n                            \"dueDate\": \"2022-09-05T00:00:00\",\n                            \"paymentDate\": \"2022-06-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199731\",\n                            \"id1\": \"C01C824F-BEE1-4DDA-963A-BF041518CC3A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-07T00:00:00\",\n                            \"amount\": 1911.65,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4a45f514-f029-4a0d-98e6-dd8333a0f101\",\n                            \"dueDate\": \"2022-09-05T00:00:00\",\n                            \"paymentDate\": \"2022-06-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"4EC560F2-6A76-4D81-A996-AA70923409A2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-07T00:00:00\",\n                            \"amount\": 1310.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2115539e-7275-4644-8f19-5349400943fe\",\n                            \"dueDate\": \"2022-09-05T00:00:00\",\n                            \"paymentDate\": \"2022-06-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"384A1B02-5060-45CD-869E-500649582140\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-07T00:00:00\",\n                            \"amount\": 11812.9,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"69b57cd7-7068-4239-b8c8-3bbee6b2d77c\",\n                            \"dueDate\": \"2022-09-05T00:00:00\",\n                            \"paymentDate\": \"2022-12-30T00:00:00\",\n                            \"balance\": -264.6,\n                            \"credited\": 264.61\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"2BFC45A1-FA02-4055-B83A-9CF833CE6EA0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-08T00:00:00\",\n                            \"amount\": 111.64,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e8c3e986-1a9e-45a9-8ec5-d0fc9e5e3ff5\",\n                            \"dueDate\": \"2022-09-06T00:00:00\",\n                            \"paymentDate\": \"2022-06-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"BBE91102-EC7A-46BF-9D4A-CF0E403F3D34\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-08T00:00:00\",\n                            \"amount\": 55.82,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"447990c1-8850-4b4c-8291-1c2757d328b9\",\n                            \"dueDate\": \"2022-09-06T00:00:00\",\n                            \"paymentDate\": \"2022-06-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"FA110BF1-A725-4EC6-85B0-C77C720DD617\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-08T00:00:00\",\n                            \"amount\": 55.82,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"867b7d4a-e7ea-43b0-b508-181985646406\",\n                            \"dueDate\": \"2022-09-06T00:00:00\",\n                            \"paymentDate\": \"2022-06-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"7D4E4AF7-591B-4E4A-A73A-10A482094EB7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-09T00:00:00\",\n                            \"amount\": 1010.83,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5b1f88a2-5abf-4525-9ccd-d7e917b44a12\",\n                            \"dueDate\": \"2022-09-07T00:00:00\",\n                            \"paymentDate\": \"2022-06-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"F7BE68B4-5C85-4A44-8236-86FA45260DE4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-13T00:00:00\",\n                            \"amount\": 80069,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a458e540-6fef-4a53-9f15-901e2b5b46de\",\n                            \"dueDate\": \"2022-09-11T00:00:00\",\n                            \"paymentDate\": \"2022-06-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199732\",\n                            \"id1\": \"088DFB58-8BA7-43B7-93D7-9E6C3EDAE6CE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-15T00:00:00\",\n                            \"amount\": 244.9,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"16d4cb8a-ed51-4c90-bc65-22438f4ff60a\",\n                            \"dueDate\": \"2022-09-13T00:00:00\",\n                            \"paymentDate\": \"2022-06-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199685\",\n                            \"id1\": \"F99CF760-A717-45D1-AB29-22ADDE0113C8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-15T00:00:00\",\n                            \"amount\": 3306,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4be12c8c-7ce3-4e7d-a0f5-783b4c36a04d\",\n                            \"dueDate\": \"2022-09-13T00:00:00\",\n                            \"paymentDate\": \"2022-06-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": \"60A4719A-14D4-4405-9079-AA3F8BF5B042\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-16T00:00:00\",\n                            \"amount\": 1113.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a37c3580-e6d1-40bc-810f-236292ba75fc\",\n                            \"dueDate\": \"2022-09-14T00:00:00\",\n                            \"paymentDate\": \"2022-06-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"014FA798-8410-468A-AD9D-72DDA0B8DA79\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1dcb18d0-4e89-496a-8279-f3a792dfd53c\",\n                            \"dueDate\": \"2022-09-17T00:00:00\",\n                            \"paymentDate\": \"2022-06-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199733\",\n                            \"id1\": \"342D9266-1BB0-4D95-B018-344796877ED4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-23T00:00:00\",\n                            \"amount\": 970.24,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b0817cbd-61a8-41cd-be88-ae473bc141c7\",\n                            \"dueDate\": \"2022-09-21T00:00:00\",\n                            \"paymentDate\": \"2022-06-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"4ED8D7E4-35EB-4F8D-B042-4F760177958D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-23T00:00:00\",\n                            \"amount\": 55448,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"61a8f5f8-0963-4672-9345-a3f21ca2a59c\",\n                            \"dueDate\": \"2022-09-21T00:00:00\",\n                            \"paymentDate\": \"2022-06-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"A483D698-D926-40AC-AA1B-B9FC7F1BFBBD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-23T00:00:00\",\n                            \"amount\": 79460,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"20dca72b-6ec0-4cbd-b189-4574b48a1000\",\n                            \"dueDate\": \"2022-09-21T00:00:00\",\n                            \"paymentDate\": \"2022-06-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199662\",\n                            \"id1\": \"C856DE26-B82B-4BEA-816F-E44CE88614A6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-23T00:00:00\",\n                            \"amount\": 56376,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"00c08304-da2e-49cb-b84c-a2655ed0010c\",\n                            \"dueDate\": \"2022-09-21T00:00:00\",\n                            \"paymentDate\": \"2022-06-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199689\",\n                            \"id1\": \"27C29EFB-5FA2-4DD8-964E-C706F1321537\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-24T00:00:00\",\n                            \"amount\": 166692,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"94ed2b01-566f-4844-86be-49a5dfee4ca5\",\n                            \"dueDate\": \"2022-09-22T00:00:00\",\n                            \"paymentDate\": \"2022-06-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"3A050193-7E58-467F-8BF2-17CB8456B868\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-24T00:00:00\",\n                            \"amount\": 17222.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b84de38f-9559-4897-a62c-49c5d2ed572d\",\n                            \"dueDate\": \"2022-09-22T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 17222.8,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"3769A784-CC69-4976-957B-F2EF56A3BAA8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-24T00:00:00\",\n                            \"amount\": 1027.12,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fa35e450-f744-42ee-a458-4be91de9d6b9\",\n                            \"dueDate\": \"2022-09-22T00:00:00\",\n                            \"paymentDate\": \"2022-06-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"8A506A29-39A7-4012-9157-620ADAD6D952\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-24T00:00:00\",\n                            \"amount\": 3217.03,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f01e5d0a-dc35-4498-9cad-d9619905064a\",\n                            \"dueDate\": \"2022-09-22T00:00:00\",\n                            \"paymentDate\": \"2022-07-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"54C70B79-BC18-46B1-800E-72AE2446F6D3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-28T00:00:00\",\n                            \"amount\": 11158.5,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3f77d063-a972-4bda-8e3e-4b4e32927dc7\",\n                            \"dueDate\": \"2022-09-26T00:00:00\",\n                            \"paymentDate\": \"2022-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"49E5E85C-17E5-43D3-AAA0-FE635A5F0289\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-28T00:00:00\",\n                            \"amount\": 7760.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6c620f12-b6f4-4f2f-9c93-cfe4fbd043c5\",\n                            \"dueDate\": \"2022-09-26T00:00:00\",\n                            \"paymentDate\": \"2022-08-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"F4EA5590-4006-48C3-8A5E-CB0930876BD4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-28T00:00:00\",\n                            \"amount\": 2862.97,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7db787c7-eed4-4de7-85e4-01871ade9763\",\n                            \"dueDate\": \"2022-09-26T00:00:00\",\n                            \"paymentDate\": \"2022-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199714\",\n                            \"id1\": \"00E4808B-6205-4E89-9B5F-81CF848F30FB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-28T00:00:00\",\n                            \"amount\": 1142.85,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"486abf04-534e-42f0-a38e-ebb93dda597a\",\n                            \"dueDate\": \"2022-09-26T00:00:00\",\n                            \"paymentDate\": \"2022-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199734\",\n                            \"id1\": \"61AF5791-A58E-439D-ADB5-466B94788BA2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-28T00:00:00\",\n                            \"amount\": 6188.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"680e5299-db2c-4d44-9633-52a723d6f852\",\n                            \"dueDate\": \"2022-09-26T00:00:00\",\n                            \"paymentDate\": \"2022-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199689\",\n                            \"id1\": \"2399D5DD-F78E-47B6-87FB-97F4106EB844\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-30T00:00:00\",\n                            \"amount\": 114492,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4a524642-0cfb-4f1a-86e2-1764865d2bcb\",\n                            \"dueDate\": \"2022-09-28T00:00:00\",\n                            \"paymentDate\": \"2022-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"B96D6BB8-A5C9-4801-9E57-26F5F42838F8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-30T00:00:00\",\n                            \"amount\": 1064.43,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"221c2932-7f45-4d80-8696-47f047046d26\",\n                            \"dueDate\": \"2022-09-28T00:00:00\",\n                            \"paymentDate\": \"2022-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199684\",\n                            \"id1\": \"EA6524AD-4FBE-4CE0-843A-ECDB3A82EAD8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-30T00:00:00\",\n                            \"amount\": 5626,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"edbbcae7-bd5e-4af3-be4f-6ab0441d0af9\",\n                            \"dueDate\": \"2022-09-28T00:00:00\",\n                            \"paymentDate\": \"2022-07-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"4A175B25-EAF3-4406-9678-295D3039FCA9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-30T00:00:00\",\n                            \"amount\": 387.71,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b789ee20-c0e1-442d-a8ba-1914ebf8117e\",\n                            \"dueDate\": \"2022-09-28T00:00:00\",\n                            \"paymentDate\": \"2022-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199735\",\n                            \"id1\": \"5D90699D-829C-7F4A-BF4A-1FE62348B5C2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-30T00:00:00\",\n                            \"amount\": 121916,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a0c6577b-8eb6-44d5-86fe-54ccd0f11123\",\n                            \"dueDate\": \"2022-09-28T00:00:00\",\n                            \"paymentDate\": \"2022-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"16DD4826-9D79-4636-83BF-87863FA8F9B8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-02T00:00:00\",\n                            \"amount\": 6672.78,\n                            \"currency\": null,\n                            \"description\": \"CHIV2506 CARRETE DE HILO DE .25 MM 6 KG23153141 - Carrete de hilo de laton de .25 mm 6 kg.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fbcc49c7-8f84-4549-8fe2-3d760aa9bb02\",\n                            \"dueDate\": \"2023-07-31T00:00:00\",\n                            \"paymentDate\": \"2023-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199736\",\n                            \"id1\": \"D5BE3A71-E6FE-44B6-B78A-E10142A76E98\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-03T00:00:00\",\n                            \"amount\": 4640,\n                            \"currency\": null,\n                            \"description\": \"REPARAR  PINTAR Y CAMBIAR CAJA DE COMBINACION A CAJA FUERTE CASPER\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fc762f6a-ee62-47dd-bb08-ce64f29a2f34\",\n                            \"dueDate\": \"2023-08-01T00:00:00\",\n                            \"paymentDate\": \"2023-05-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"17425BEA-1F3D-44F3-8CD3-6E2F714839AA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-04T00:00:00\",\n                            \"amount\": 1494.64,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7f04242d-98f7-4ee1-ae93-fc9fd5c12ffd\",\n                            \"dueDate\": \"2023-08-02T00:00:00\",\n                            \"paymentDate\": \"2023-05-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": \"246D872C-1129-4851-B6B1-1DB079E33187\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-05T00:00:00\",\n                            \"amount\": 23623.2,\n                            \"currency\": null,\n                            \"description\": \"LAMINA ROLADO CALIENTE C.8 4 X 10; PEDIDO/POSICION 1002218592/000010; ORDEN COMPRA CLIENTE: CORREO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f6b96a6a-471a-4cc8-ac87-1a463ef895c1\",\n                            \"dueDate\": \"2023-08-03T00:00:00\",\n                            \"paymentDate\": \"2023-05-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"4861C631-8B91-455B-9166-9FAA7512C275\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-10T00:00:00\",\n                            \"amount\": 1055.62,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 32 MM x 20 MM EF T1026\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c8802abc-c251-4dbb-9b64-f7ef434daf4e\",\n                            \"dueDate\": \"2023-08-08T00:00:00\",\n                            \"paymentDate\": \"2023-05-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"094D39ED-115A-4159-B981-16924E37BE2D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-11T00:00:00\",\n                            \"amount\": 929.7,\n                            \"currency\": null,\n                            \"description\": \"Servicio de datos\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4b7d8a9d-0c49-4b58-b743-12e61514190c\",\n                            \"dueDate\": \"2023-08-09T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 929.7,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"F6A83C9C-69C0-422E-9ABF-A8F7F387D92B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-11T00:00:00\",\n                            \"amount\": 160.9,\n                            \"currency\": null,\n                            \"description\": \"Servicio Renta de Equipos\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"abaed8a1-2ba0-4165-a271-9892561d2ca5\",\n                            \"dueDate\": \"2023-08-09T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 160.9,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"B67E6F5A-F4F2-4DCD-8883-AEDB7284AF78\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-11T00:00:00\",\n                            \"amount\": 209.4,\n                            \"currency\": null,\n                            \"description\": \"Servicio de Telefonia\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7615c127-439a-41fe-8c50-416af50f928b\",\n                            \"dueDate\": \"2023-08-09T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 209.4,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"0395046B-B4CE-43F4-A54B-472CB1C1A152\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-16T00:00:00\",\n                            \"amount\": 1002.26,\n                            \"currency\": null,\n                            \"description\": \"D-2 PLC 1/2 PLG LC R\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6dac1588-8946-4891-ad58-43b9f657c30d\",\n                            \"dueDate\": \"2023-08-14T00:00:00\",\n                            \"paymentDate\": \"2023-05-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": \"FF71EC34-C8A5-47F4-BF64-F4837B15187E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-16T00:00:00\",\n                            \"amount\": 580,\n                            \"currency\": null,\n                            \"description\": \"SOL INOX 1/4 X 1.5 X 11\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"559ecf5e-9a89-4b14-8198-2994cf39ba5a\",\n                            \"dueDate\": \"2023-08-14T00:00:00\",\n                            \"paymentDate\": \"2023-05-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"AC3B5743-7727-494C-8D76-13BF22E024CD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-23T00:00:00\",\n                            \"amount\": 5629.25,\n                            \"currency\": null,\n                            \"description\": \"CFIV1220 FILTRO MITSUBISHI/ACCUTEX23153102 - Filtro Mitsubishi/Accutex de 12\\\"X20\\\" (300Ø x 59Ø x 500 mm) Conexion rapida 5 micrones. VN-40\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7f3d59bf-1972-4286-9644-e2874e4f8a63\",\n                            \"dueDate\": \"2023-08-21T00:00:00\",\n                            \"paymentDate\": \"2023-07-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"B3D50A40-C09C-4AD7-9B81-8B55FA548524\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-24T00:00:00\",\n                            \"amount\": 419.41,\n                            \"currency\": null,\n                            \"description\": \"EAD EXTENDIDO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b8891412-b7fc-4527-803a-eeb64c1d4e20\",\n                            \"dueDate\": \"2023-08-22T00:00:00\",\n                            \"paymentDate\": \"2023-05-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"1E1ED141-926E-4E8F-ABDA-43515EAF2745\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-25T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ad5024c8-2edd-4ef3-bcca-442f49b0e28f\",\n                            \"dueDate\": \"2023-08-23T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 3345.99,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"503120CD-4849-4DBE-AC02-530A1370AE91\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-26T00:00:00\",\n                            \"amount\": 30550,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"13bacad2-556c-4ae3-8699-b08aa699f36b\",\n                            \"dueDate\": \"2023-08-24T00:00:00\",\n                            \"paymentDate\": \"2023-05-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"FEC11F10-5B8A-4964-BFFA-586BFFD1327B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-26T00:00:00\",\n                            \"amount\": 94772,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7b0960c1-c8c7-4646-946b-a0b0e9b710a3\",\n                            \"dueDate\": \"2023-08-24T00:00:00\",\n                            \"paymentDate\": \"2023-05-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"B458C38E-D446-4715-BD50-E71F4F3E7C38\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-26T00:00:00\",\n                            \"amount\": 89900,\n                            \"currency\": null,\n                            \"description\": \"FUNDICION DE MOLDE DE FIERRO VACIADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0f071b0c-9031-4a03-b72a-b7261df2a490\",\n                            \"dueDate\": \"2023-08-24T00:00:00\",\n                            \"paymentDate\": \"2023-05-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": \"4A02A780-1A71-44C6-889A-B15ED7821675\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-30T00:00:00\",\n                            \"amount\": 24000.4,\n                            \"currency\": null,\n                            \"description\": \"AC. 1045 E.F. RED. 4 1/4\\\" X 120\\\" LGO. \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"894e0ff0-dee1-478a-be91-100e5e997889\",\n                            \"dueDate\": \"2023-08-28T00:00:00\",\n                            \"paymentDate\": \"2023-07-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"45C7DF7D-8D02-444F-A789-B497E38A371F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-30T00:00:00\",\n                            \"amount\": 84912.1,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6bb402a5-b72f-453d-804c-798e8b68a2bb\",\n                            \"dueDate\": \"2023-08-28T00:00:00\",\n                            \"paymentDate\": \"2023-05-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"644166BB-1678-46B0-889F-FFFB1DB68AD0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-01T00:00:00\",\n                            \"amount\": 933.95,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"30b5011d-b140-486a-b0e1-6b340e5e0ee2\",\n                            \"dueDate\": \"2023-01-30T00:00:00\",\n                            \"paymentDate\": \"2022-11-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"BB35EE3B-7844-4B07-A32C-F6FBBD36D5A1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-01T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c5605551-d07c-4a59-a797-ef06ab8a1357\",\n                            \"dueDate\": \"2023-01-30T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"37845D1A-EA81-41EB-8DD9-A147BF5F0D8C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-01T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a5997fc1-b1ab-446d-b515-b93faed9e5c5\",\n                            \"dueDate\": \"2023-01-30T00:00:00\",\n                            \"paymentDate\": \"2022-11-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"A8C4D9EA-BAAB-4CBB-820D-54C8CD2CD742\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-01T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c5440362-4c9b-430b-8389-6e0c1c04d8da\",\n                            \"dueDate\": \"2023-01-30T00:00:00\",\n                            \"paymentDate\": \"2022-11-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": \"00589F30-0DAF-465A-9EA8-555305F36264\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-01T00:00:00\",\n                            \"amount\": 2474.38,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"23599b87-e4ed-45e4-b5c8-f7df84224c6b\",\n                            \"dueDate\": \"2023-01-30T00:00:00\",\n                            \"paymentDate\": \"2022-11-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"60F93448-D628-4565-A851-8995218187CA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-03T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5bed5e2d-41d0-4ad4-ad76-14bc77f543b1\",\n                            \"dueDate\": \"2023-02-01T00:00:00\",\n                            \"paymentDate\": \"2022-11-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"4F46A1DB-B27C-40C2-B7D3-203BF4B86A43\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-03T00:00:00\",\n                            \"amount\": 264.61,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"46bea7b3-f230-4393-be4f-025531971f0f\",\n                            \"dueDate\": \"2023-02-01T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 264.61,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199714\",\n                            \"id1\": \"6144D07B-4BCE-462B-9576-4BB92D1756B2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 534.76,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e8fd0269-841a-4407-8807-18f613189359\",\n                            \"dueDate\": \"2023-02-05T00:00:00\",\n                            \"paymentDate\": \"2022-11-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"413EE0CF-9242-4D45-A052-C334112F4CEE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-10T00:00:00\",\n                            \"amount\": 494.32,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"78e4ee16-6a70-498b-9777-f92221e24285\",\n                            \"dueDate\": \"2023-02-08T00:00:00\",\n                            \"paymentDate\": \"2022-11-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"E046ED96-96C7-408F-AB72-ED002130C780\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-14T00:00:00\",\n                            \"amount\": 10909.9,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"27bf78ac-d658-401c-b926-1cb8c5af7672\",\n                            \"dueDate\": \"2023-02-12T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 10909.9,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"37B99C50-67DB-4A0B-B945-08AD857EE47E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-14T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f6efa250-b9e4-40db-a5e2-4da095cd74d8\",\n                            \"dueDate\": \"2023-02-12T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"3D9EEF67-758F-4956-8A9D-35C57D5FE31C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-17T00:00:00\",\n                            \"amount\": 1104.07,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a2cc89b7-71f0-4595-b481-3b6c4f1d5610\",\n                            \"dueDate\": \"2023-02-15T00:00:00\",\n                            \"paymentDate\": \"2022-11-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"8D410E9A-8210-4738-9362-CC0F61364537\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-18T00:00:00\",\n                            \"amount\": 1658.13,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b11888b7-5cb6-459d-ac0d-1599b52db778\",\n                            \"dueDate\": \"2023-02-16T00:00:00\",\n                            \"paymentDate\": \"2022-11-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"E3E45F60-0419-4DF4-9CD7-514C5846C1EE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"338eafa1-7454-455e-b215-accfd81cc127\",\n                            \"dueDate\": \"2023-02-17T00:00:00\",\n                            \"paymentDate\": \"2022-11-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"79B47F45-891B-4B82-94B5-3543B3AA454C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-23T00:00:00\",\n                            \"amount\": 1432.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"664eae2c-5f48-446a-8dc3-3e4707573a87\",\n                            \"dueDate\": \"2023-02-21T00:00:00\",\n                            \"paymentDate\": \"2022-11-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199737\",\n                            \"id1\": \"C16BF3E1-12C4-47A9-B9D4-BD7CF412D73C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-24T00:00:00\",\n                            \"amount\": 1200,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"da820c65-8788-4b31-9103-805f6d0536c6\",\n                            \"dueDate\": \"2023-02-22T00:00:00\",\n                            \"paymentDate\": \"2022-11-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"32481E0B-8E0E-4709-893A-A3D77E95ACA3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-25T00:00:00\",\n                            \"amount\": 4513.38,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4b100170-149f-40f5-bed5-775844e76ff3\",\n                            \"dueDate\": \"2023-02-23T00:00:00\",\n                            \"paymentDate\": \"2022-12-15T00:00:00\",\n                            \"balance\": 1167.94,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"457A743E-BEAB-4C29-9734-801F90782E6E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-27T00:00:00\",\n                            \"amount\": 39608.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b788b18f-94ba-4799-9786-7f60232eaaa4\",\n                            \"dueDate\": \"2023-02-25T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 39608.2,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199689\",\n                            \"id1\": \"D3F63ECB-6B07-42A5-8032-23B6C805F14E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-28T00:00:00\",\n                            \"amount\": 137344,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4a5766ba-b092-49c8-8b4b-126621ecfcc7\",\n                            \"dueDate\": \"2023-02-26T00:00:00\",\n                            \"paymentDate\": \"2022-11-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"000EAB39-7185-438C-895C-4DE3DD53B693\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-30T00:00:00\",\n                            \"amount\": 126556,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e76b52ef-baa3-44be-b18c-739806610637\",\n                            \"dueDate\": \"2023-02-28T00:00:00\",\n                            \"paymentDate\": \"2022-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"5B8FFEF4-1894-46D5-B03C-FAD3E39F8D8E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-30T00:00:00\",\n                            \"amount\": 134212,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e56fce5a-6e14-4e8f-b81e-28f2971f13bc\",\n                            \"dueDate\": \"2023-02-28T00:00:00\",\n                            \"paymentDate\": \"2022-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"ECCD00C9-2911-4271-9319-2A16BACD4618\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-30T00:00:00\",\n                            \"amount\": 134212,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a2cb31d4-815d-4ec8-a9e6-92f7fce981ab\",\n                            \"dueDate\": \"2023-02-28T00:00:00\",\n                            \"paymentDate\": \"2022-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199637\",\n                            \"id1\": \"B5D0D0AA-9D1C-44AE-8D76-ACB520D604EB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-30T00:00:00\",\n                            \"amount\": 21871.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"18ee4860-17e8-4734-9054-85a356170e41\",\n                            \"dueDate\": \"2023-02-28T00:00:00\",\n                            \"paymentDate\": \"2022-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"6ADC36AF-83F7-454B-B8F9-B218E1997F38\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-30T00:00:00\",\n                            \"amount\": 659.98,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4e8b6e82-b87a-4b14-b020-98deebec2c30\",\n                            \"dueDate\": \"2023-02-28T00:00:00\",\n                            \"paymentDate\": \"2022-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": \"6EA798E6-05CD-4FF1-A965-2E9C066AD8CB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-30T00:00:00\",\n                            \"amount\": 211700,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"95611de1-403f-4391-abf6-c00ff4148a78\",\n                            \"dueDate\": \"2023-02-28T00:00:00\",\n                            \"paymentDate\": \"2022-11-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA12A98-D655-4914-9A39-660F940BC7A6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-30T00:00:00\",\n                            \"amount\": 278,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5e60c6ca-b3b7-4a96-bf59-97df784b00a1\",\n                            \"dueDate\": \"2023-02-28T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 278,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"D7E596DA-96C4-4671-B3D4-4F4CFB3BDDDC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-01T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2a9adaf0-9d72-42ec-b835-f18d3f474503\",\n                            \"dueDate\": \"2024-09-29T00:00:00\",\n                            \"paymentDate\": \"2024-07-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"F60BE12B-CDDB-413A-83C0-A07C49FCECC4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-02T00:00:00\",\n                            \"amount\": 19244.8,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"13e98467-db94-45d6-b5d7-056e71e9313a\",\n                            \"dueDate\": \"2024-09-30T00:00:00\",\n                            \"paymentDate\": \"2024-07-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"9E651D0B-06F2-496A-A906-9BD667CC34CA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-03T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fd13cc3e-5cce-4b71-8e83-095cae95a50d\",\n                            \"dueDate\": \"2024-10-01T00:00:00\",\n                            \"paymentDate\": \"2024-07-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"B40A432A-C477-48FA-AE01-F1D108AB99AC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-05T00:00:00\",\n                            \"amount\": 5263.7,\n                            \"currency\": null,\n                            \"description\": \"PRIMA. RECIBO:88079625\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"de0e1c81-b49c-4f2d-b6da-7879b8f054ae\",\n                            \"dueDate\": \"2024-10-03T00:00:00\",\n                            \"paymentDate\": \"2024-07-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"0F985401-C4B6-40C4-8CC9-C90122123160\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-05T00:00:00\",\n                            \"amount\": 1396.14,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8360bed1-708a-4b19-a3b9-27ca4e652896\",\n                            \"dueDate\": \"2024-10-03T00:00:00\",\n                            \"paymentDate\": \"2024-07-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": \"577CD61A-CB5C-44AB-A0C7-B07A22BEF4C5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-11T00:00:00\",\n                            \"amount\": 232,\n                            \"currency\": null,\n                            \"description\": \"BANDA LIJA TZAX-60 4X36\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ac4a8f45-7517-418c-8a2a-33fe1ba01fb5\",\n                            \"dueDate\": \"2024-10-09T00:00:00\",\n                            \"paymentDate\": \"2024-07-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"0485712B-DAF4-440E-ABC8-B72865D3FB1A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-16T00:00:00\",\n                            \"amount\": 26680,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 56 X 28 X 6.40 MTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"42c78fac-5900-41fb-b50e-fd0573d7aca0\",\n                            \"dueDate\": \"2024-10-14T00:00:00\",\n                            \"paymentDate\": \"2024-08-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"3800C3C0-E8D5-4753-99FC-8EFD7C979A83\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-18T00:00:00\",\n                            \"amount\": 71050,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 56 X 28 X 6.40 MTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b9ed85ba-dd33-4e9c-8467-f976139bd00c\",\n                            \"dueDate\": \"2024-10-16T00:00:00\",\n                            \"paymentDate\": \"2024-08-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"FC13E1B4-3CF5-4141-B081-8103FF321211\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-19T00:00:00\",\n                            \"amount\": 544.02,\n                            \"currency\": null,\n                            \"description\": \"4140 RED 7/8 PLG LC\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ad6b3269-a038-4375-84fd-c1053d018941\",\n                            \"dueDate\": \"2024-10-17T00:00:00\",\n                            \"paymentDate\": \"2024-07-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"7F48A1CD-48BE-4188-BFDE-14EB03FFDDBE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-20T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d32e58be-a50b-4f7a-881f-ee726bc776d5\",\n                            \"dueDate\": \"2024-10-18T00:00:00\",\n                            \"paymentDate\": \"2024-07-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"8F407CFD-5B51-47F7-A040-C54B8690DE71\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-20T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5d35fd5c-890d-4f4e-819f-d039af7b583c\",\n                            \"dueDate\": \"2024-10-18T00:00:00\",\n                            \"paymentDate\": \"2024-07-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"C91D0049-5EBA-4AEF-9E2E-1517816EF7CB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-20T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"48eb71ab-dbc1-48b3-8c1f-2597bfd2affe\",\n                            \"dueDate\": \"2024-10-18T00:00:00\",\n                            \"paymentDate\": \"2024-07-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"A4A3520B-1962-4D6E-A429-631BA8B6BC90\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-25T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c4a76359-dd11-4a85-ae9b-2851a04696a7\",\n                            \"dueDate\": \"2024-10-23T00:00:00\",\n                            \"paymentDate\": \"2024-08-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"FCBFCCE0-0402-41C5-9CF9-F3E05D59B0EE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-26T00:00:00\",\n                            \"amount\": 45784,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e451998a-292c-467d-91d2-a0ca2f9bd4f4\",\n                            \"dueDate\": \"2024-10-24T00:00:00\",\n                            \"paymentDate\": \"2024-07-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"795D3F0B-2700-4874-B672-24BD83CA1238\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-26T00:00:00\",\n                            \"amount\": 38454,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 45 X 25 X 6.04 MTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"10fb23a7-1531-4f32-86a8-24989f40b089\",\n                            \"dueDate\": \"2024-10-24T00:00:00\",\n                            \"paymentDate\": \"2024-09-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"19F7B010-AF82-4ACB-81EE-D8BF79C268A1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-29T00:00:00\",\n                            \"amount\": 77836,\n                            \"currency\": null,\n                            \"description\": \"PASTA DE DIAMANTE JP- 125 - 20 - GRS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"84f645d1-e9db-45cc-8972-106969765737\",\n                            \"dueDate\": \"2024-10-27T00:00:00\",\n                            \"paymentDate\": \"2024-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"5F322E88-0C85-473C-AA10-026734ED48EC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-30T00:00:00\",\n                            \"amount\": 8135.61,\n                            \"currency\": null,\n                            \"description\": \"PRIMA. RECIBO:100016090\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5f1e6a6e-0c56-4092-8a0b-45aeefbc2456\",\n                            \"dueDate\": \"2024-10-28T00:00:00\",\n                            \"paymentDate\": \"2024-07-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"4E257589-423C-492E-8E22-77504F063935\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-30T00:00:00\",\n                            \"amount\": 4524,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 32 X 16 X 4.90 METROS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9038662b-a839-4f2d-b933-380308442e46\",\n                            \"dueDate\": \"2024-10-28T00:00:00\",\n                            \"paymentDate\": \"2024-09-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": \"A91BC06B-510C-4C8E-981F-F3A7436D7925\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-30T00:00:00\",\n                            \"amount\": 84332,\n                            \"currency\": null,\n                            \"description\": \"Componentes y Suministros de Manufactura PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a0b80454-9e20-4563-b21d-b0e0ab729c23\",\n                            \"dueDate\": \"2024-10-28T00:00:00\",\n                            \"paymentDate\": \"2024-07-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": \"147C9278-C578-49DE-89FC-93697634ADC8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-30T00:00:00\",\n                            \"amount\": 85492,\n                            \"currency\": null,\n                            \"description\": \"Componentes y Suministros de Manufactura MOTOR MAGNETICO DC 1/3Hp 1750 RPM VOLTAJE NOMINAL 90 V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5ec2c533-ae9a-4f18-98d3-31d5f956b7e7\",\n                            \"dueDate\": \"2024-10-28T00:00:00\",\n                            \"paymentDate\": \"2024-07-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"8F1F4154-8958-44EB-91CD-B6F9F2107C0E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-31T00:00:00\",\n                            \"amount\": 2821.12,\n                            \"currency\": null,\n                            \"description\": \"ACEITE P/ BANCADAS INDYCOM 134-B\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"64956f4a-d1d1-491d-9b9d-91368bb361cd\",\n                            \"dueDate\": \"2024-10-29T00:00:00\",\n                            \"paymentDate\": \"2024-07-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"FEBCEC02-8D78-4509-8FA9-49CC4016A43D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-31T00:00:00\",\n                            \"amount\": 7157.32,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A 5560 A 5562 A 5559 A 5561\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b6b2edec-a68e-4eb4-8c5d-2fd5a488ea57\",\n                            \"dueDate\": \"2024-10-29T00:00:00\",\n                            \"paymentDate\": \"2024-09-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"79B0F485-C2FE-4C45-ADC7-12FFE78C8DB4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-31T00:00:00\",\n                            \"amount\": 106372,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 46 X 25 X 6 MTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8244dfdf-7c24-49f7-92de-f0aad0de6b29\",\n                            \"dueDate\": \"2024-10-29T00:00:00\",\n                            \"paymentDate\": \"2024-07-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA18FAE-4D33-48EB-9DE9-35F2290E3BB7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-31T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4010479-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a9759bfb-1702-4403-9dc3-e6dea1ea45ec\",\n                            \"dueDate\": \"2024-10-29T00:00:00\",\n                            \"paymentDate\": \"2024-07-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA10AE6-C2C6-42A6-AC23-5405A97198A4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4001308-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2bd6f5ac-4ed9-406a-9c04-0fab7323425a\",\n                            \"dueDate\": \"2024-10-29T00:00:00\",\n                            \"paymentDate\": \"2024-07-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA169B3-A142-4BDA-BDE3-948A5A45839E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4001401-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5cf4bda6-6504-4725-b980-157b08551061\",\n                            \"dueDate\": \"2024-10-29T00:00:00\",\n                            \"paymentDate\": \"2024-07-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"623E7936-4AAF-4BA1-AD5D-AA23E529B6E0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-01T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"714023d6-4825-4277-abc1-eaade3f5013a\",\n                            \"dueDate\": \"2023-04-01T00:00:00\",\n                            \"paymentDate\": \"2023-01-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"A01FB70C-F7CB-4F3D-A369-97AF6F40C5B9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-01T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"97a3e8eb-de86-4bb6-8ae9-eeda1f4ec488\",\n                            \"dueDate\": \"2023-04-01T00:00:00\",\n                            \"paymentDate\": \"2023-01-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"5E5DDF4E-9515-4675-AE0F-186993D7051D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-02T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"66197bb9-052f-47c6-8171-fe47f92b6af1\",\n                            \"dueDate\": \"2023-04-02T00:00:00\",\n                            \"paymentDate\": \"2023-01-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"E4752BDB-9612-4596-82E9-9EC089FEB11A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-06T00:00:00\",\n                            \"amount\": 7369.31,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8df3fb97-800e-498f-ad6d-fa32b505525b\",\n                            \"dueDate\": \"2023-04-06T00:00:00\",\n                            \"paymentDate\": \"2023-05-09T00:00:00\",\n                            \"balance\": 2496.73,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"5D0781A9-0349-444B-A0FC-5156760839B5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-06T00:00:00\",\n                            \"amount\": 1333.06,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"03e3710a-a144-464e-bd37-7aa02f83626b\",\n                            \"dueDate\": \"2023-04-06T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 1333.06,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"37E6E3F7-64F0-4236-8051-250249322BDB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-10T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"96974748-8baf-47b5-8591-de89ea625779\",\n                            \"dueDate\": \"2023-04-10T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"FB29FD82-EBF8-4A9E-B701-D7E8E00CE3B8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-10T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b07c6650-2dc1-44a0-8d4e-987f022308fc\",\n                            \"dueDate\": \"2023-04-10T00:00:00\",\n                            \"paymentDate\": \"2023-01-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": \"EBC0B2B1-7A9E-4A35-A118-D3BA4D6D24CB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-11T00:00:00\",\n                            \"amount\": 959.11,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"40986365-bc8b-4615-8f10-03658a0fce14\",\n                            \"dueDate\": \"2023-04-11T00:00:00\",\n                            \"paymentDate\": \"2023-01-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"7D848897-6F94-4E51-8A34-E4AE39BFEC8D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-12T00:00:00\",\n                            \"amount\": 606.71,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2f25cc38-af39-4db8-a024-67b98a925e5d\",\n                            \"dueDate\": \"2023-04-12T00:00:00\",\n                            \"paymentDate\": \"2023-01-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": \"C2E34043-A48D-4630-8307-7A89ADBF215E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-12T00:00:00\",\n                            \"amount\": 382.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9be83e17-46b7-46fb-b4ed-28e234e0c55d\",\n                            \"dueDate\": \"2023-04-12T00:00:00\",\n                            \"paymentDate\": \"2023-01-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"50594DC3-CB72-45DD-B375-49E3E61527F7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1bcd0954-aca8-46d6-87da-258598864fa3\",\n                            \"dueDate\": \"2023-04-19T00:00:00\",\n                            \"paymentDate\": \"2023-01-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199664\",\n                            \"id1\": \"A3856AE8-4253-48B4-86F6-7EAFB9856ACF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-20T00:00:00\",\n                            \"amount\": 372.08,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f2305dbb-3d18-4993-8c3f-776a55d5536b\",\n                            \"dueDate\": \"2023-04-20T00:00:00\",\n                            \"paymentDate\": \"2023-01-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"9317A183-47A6-4BEA-ABB9-61579F881B2C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-20T00:00:00\",\n                            \"amount\": 1760,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"39125073-4dc1-41d4-86d6-3dcae55a9015\",\n                            \"dueDate\": \"2023-04-20T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 1760,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199726\",\n                            \"id1\": \"B461099A-95E3-4EBE-B988-10DF3128A6D6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-24T00:00:00\",\n                            \"amount\": 134444,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c250d9c0-69c4-4767-a7da-005bd6541c69\",\n                            \"dueDate\": \"2023-04-24T00:00:00\",\n                            \"paymentDate\": \"2023-01-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199725\",\n                            \"id1\": \"43323FF8-0393-446A-83D1-3446292FD200\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-24T00:00:00\",\n                            \"amount\": 99412,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"85f26789-cf30-4ee3-8531-14af48296253\",\n                            \"dueDate\": \"2023-04-24T00:00:00\",\n                            \"paymentDate\": \"2023-01-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"53488658-5EA9-4047-A015-9D51D43AC2A9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-25T00:00:00\",\n                            \"amount\": 39034.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5b5ae3c2-fd61-4104-96c2-a2a1c5c0e22a\",\n                            \"dueDate\": \"2023-04-25T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 39034.4,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199738\",\n                            \"id1\": \"B398B5F4-5AFB-464F-97B0-26FDC0D5354B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-26T00:00:00\",\n                            \"amount\": 17980,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c8b732f7-db28-4e3d-b11d-01a1c5f1c18f\",\n                            \"dueDate\": \"2023-04-26T00:00:00\",\n                            \"paymentDate\": \"2023-01-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"EE1CA4D3-07CA-4C43-AF3B-0CDCD2A953AB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-26T00:00:00\",\n                            \"amount\": 3801.65,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d855e9f4-7500-4cd7-b0b3-1462e94ee852\",\n                            \"dueDate\": \"2023-04-26T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 3801.65,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"A987F4B6-8FA0-49A1-9CFC-C29EB3C3795F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-28T00:00:00\",\n                            \"amount\": 3346,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7c9190c1-c511-4bf9-bd42-0c03b5edeaf2\",\n                            \"dueDate\": \"2023-04-28T00:00:00\",\n                            \"paymentDate\": \"2023-02-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"0D70ACBD-E7F0-4210-A901-A840FA27242E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-30T00:00:00\",\n                            \"amount\": 79692,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f3964342-7849-42ea-8d99-ab63082a09b3\",\n                            \"dueDate\": \"2023-04-30T00:00:00\",\n                            \"paymentDate\": \"2023-01-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199668\",\n                            \"id1\": \"E496CC90-81CD-47A2-AA35-E4A17B87FB33\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-01T00:00:00\",\n                            \"amount\": 4083.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"13d961ba-9e20-4f78-82e4-c59463b828d5\",\n                            \"dueDate\": \"2022-10-30T00:00:00\",\n                            \"paymentDate\": \"2022-08-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"701AAC3B-625B-4233-8F1C-D3E0CCED3DF5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-01T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"03e1ca37-ce26-41f6-9463-ca935cd2bdcd\",\n                            \"dueDate\": \"2022-10-30T00:00:00\",\n                            \"paymentDate\": \"2022-08-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"7E4C13FB-726C-41B5-83DD-940D58E9A566\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-01T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d6d59624-95c1-4916-a810-f8da8ca00882\",\n                            \"dueDate\": \"2022-10-30T00:00:00\",\n                            \"paymentDate\": \"2022-08-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"8C970ADC-5F1E-40CC-9B87-5176E5641CF7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-03T00:00:00\",\n                            \"amount\": 1944.95,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"22bf0b30-d818-4a11-ae76-e2687f79c408\",\n                            \"dueDate\": \"2022-11-01T00:00:00\",\n                            \"paymentDate\": \"2022-08-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"6AD75264-A495-436E-9391-5B8AA997FBBD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-03T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c0958b16-d7bc-4fc2-875d-ee49c8a88bc7\",\n                            \"dueDate\": \"2022-11-01T00:00:00\",\n                            \"paymentDate\": \"2022-08-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199685\",\n                            \"id1\": \"5C414823-13A7-4221-A713-864E4BF42A40\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-10T00:00:00\",\n                            \"amount\": 3712,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"eb0cc281-1de8-4d0e-b8a4-d25047029f80\",\n                            \"dueDate\": \"2022-11-08T00:00:00\",\n                            \"paymentDate\": \"2022-09-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"92D7BC29-9A74-4866-8CDF-C751151A7B1A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-17T00:00:00\",\n                            \"amount\": 766.71,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bd43835e-e05c-4e32-bc26-d44ccfe96bfb\",\n                            \"dueDate\": \"2022-11-15T00:00:00\",\n                            \"paymentDate\": \"2022-08-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"8A72BD06-F329-4D7D-B35E-E13C962E2B33\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-17T00:00:00\",\n                            \"amount\": 94540,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"612e7d8d-6d92-4521-854b-7a733b596e51\",\n                            \"dueDate\": \"2022-11-15T00:00:00\",\n                            \"paymentDate\": \"2022-08-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"C13A4D5D-0BE3-4277-A83E-437F714DF643\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-17T00:00:00\",\n                            \"amount\": 58580,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"49ddc8d4-9b37-4545-82ec-6b6ab19d3811\",\n                            \"dueDate\": \"2022-11-15T00:00:00\",\n                            \"paymentDate\": \"2022-08-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199696\",\n                            \"id1\": \"90747C90-6916-441C-86E6-597224428B22\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-18T00:00:00\",\n                            \"amount\": 2349,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a540777b-4fc4-4920-906b-2759d5837196\",\n                            \"dueDate\": \"2022-11-16T00:00:00\",\n                            \"paymentDate\": \"2022-08-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"F9D25069-A0B4-4208-A5F4-CB7389BD5483\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"dde3349d-3723-4283-8b6c-b5f65ffde58d\",\n                            \"dueDate\": \"2022-11-17T00:00:00\",\n                            \"paymentDate\": \"2022-08-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": \"CE350CD4-3615-44C9-8C61-14015C30D5F9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-19T00:00:00\",\n                            \"amount\": 754,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c579539c-f551-422b-9c2a-5e1452dd6ddd\",\n                            \"dueDate\": \"2022-11-17T00:00:00\",\n                            \"paymentDate\": \"2022-08-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199693\",\n                            \"id1\": \"CEF036BF-62A9-4EDD-AF8B-854DD5C3A68A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-24T00:00:00\",\n                            \"amount\": 1524.68,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ba471be4-0cb8-4985-980e-06c54dc3f6f9\",\n                            \"dueDate\": \"2022-11-22T00:00:00\",\n                            \"paymentDate\": \"2022-08-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199689\",\n                            \"id1\": \"06716598-970E-4330-9E61-1B287DA722DA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-24T00:00:00\",\n                            \"amount\": 114028,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"de71fc2a-efcd-4eb0-8229-0e721c2b5ab1\",\n                            \"dueDate\": \"2022-11-22T00:00:00\",\n                            \"paymentDate\": \"2022-08-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199637\",\n                            \"id1\": \"8A0F763D-2ABA-4C39-B26E-8077A8C5AC40\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-24T00:00:00\",\n                            \"amount\": 9020.16,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"fed3f9ac-5375-4040-bbdc-cf139f341940\",\n                            \"dueDate\": \"2022-11-22T00:00:00\",\n                            \"paymentDate\": \"2022-11-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"90F80721-9A81-4E8B-98F7-ADD508AD4359\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-25T00:00:00\",\n                            \"amount\": 3248,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"95a65987-6022-4118-8bd3-81f23ad91753\",\n                            \"dueDate\": \"2022-11-23T00:00:00\",\n                            \"paymentDate\": \"2022-09-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"488FBC30-19C3-4175-86C8-DAA96AAD6A16\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-26T00:00:00\",\n                            \"amount\": 17476,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"01a5609d-231c-4537-a8fa-c8b8c5474677\",\n                            \"dueDate\": \"2022-11-24T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 17476,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"6DDCD572-E89A-4428-B2A0-287C6EA3E44F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-27T00:00:00\",\n                            \"amount\": 6376.13,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"07922ab3-614f-4739-9167-0b4337c7b6a9\",\n                            \"dueDate\": \"2022-11-25T00:00:00\",\n                            \"paymentDate\": \"2022-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"07A0C0BE-8324-4345-AA47-7E501EDB8A72\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-27T00:00:00\",\n                            \"amount\": 2228.65,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5ff3950b-8f3a-4331-8c27-599bdb912b88\",\n                            \"dueDate\": \"2022-11-25T00:00:00\",\n                            \"paymentDate\": \"2022-08-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"15A3E718-73A2-4024-BEC0-CEE55883DFB7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-30T00:00:00\",\n                            \"amount\": 78300,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ff66f137-328e-45ca-a39b-e90746705425\",\n                            \"dueDate\": \"2022-11-28T00:00:00\",\n                            \"paymentDate\": \"2022-08-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": \"71BAE0CC-0F7C-470A-A401-C0C36B43EE34\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-31T00:00:00\",\n                            \"amount\": 59624,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4241e4ec-bd5c-4048-9500-4bc047f16da7\",\n                            \"dueDate\": \"2022-11-29T00:00:00\",\n                            \"paymentDate\": \"2022-08-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"2593BF64-8B95-417A-8F8B-D0A05438770D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-31T00:00:00\",\n                            \"amount\": 5373.07,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"49883fa2-0792-4192-a297-f3a44fd51d83\",\n                            \"dueDate\": \"2022-11-29T00:00:00\",\n                            \"paymentDate\": \"2022-08-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": \"AC7EF1DB-5C40-4AB2-8A5B-80527AFEC7F2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-02T00:00:00\",\n                            \"amount\": 12528,\n                            \"currency\": null,\n                            \"description\": \"MONOPUNTA TIPO HACHA 1 KILATE ANGULO 60% 7/16X3\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2fede156-93ba-4ed3-9eae-5a6289a60afd\",\n                            \"dueDate\": \"2024-05-02T00:00:00\",\n                            \"paymentDate\": \"2024-02-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": \"AED88091-E359-4252-87E4-5797CACEDA6C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-07T00:00:00\",\n                            \"amount\": 1148.4,\n                            \"currency\": null,\n                            \"description\": \"Implementacion Complemento Carta Porte\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3daeccde-3886-466c-8057-3ea863248ad0\",\n                            \"dueDate\": \"2024-05-07T00:00:00\",\n                            \"paymentDate\": \"2024-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"B56461EE-E757-4748-A4BD-D3749776CBF5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-08T00:00:00\",\n                            \"amount\": 676.02,\n                            \"currency\": null,\n                            \"description\": \"D-2 PLC 1/2 PLG LC R\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0fd8aea5-851b-4357-a937-cee5b105807b\",\n                            \"dueDate\": \"2024-05-08T00:00:00\",\n                            \"paymentDate\": \"2024-03-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"F3D18C74-0D60-4D2F-A919-7C7319D0C8F7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-09T00:00:00\",\n                            \"amount\": 6501.26,\n                            \"currency\": null,\n                            \"description\": \"CHIV2506 CARRETE DE HILO DE .25 MM 6 KG23153141 - Carrete de hilo de laton de .25 mm 6 kg.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"92d5d13d-fdfc-4bed-bf1f-9c66f09a3a5d\",\n                            \"dueDate\": \"2024-05-09T00:00:00\",\n                            \"paymentDate\": \"2024-03-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"34969912-F0EA-436D-A3A2-F61AFBC07093\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-09T00:00:00\",\n                            \"amount\": 511.71,\n                            \"currency\": null,\n                            \"description\": \"9840 RED 2 1/2 PLG LC T *\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bec26ba3-c20b-4ce8-8500-20e629766c75\",\n                            \"dueDate\": \"2024-05-09T00:00:00\",\n                            \"paymentDate\": \"2024-03-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"A8099648-3298-4F18-A3B6-143B117F3BE5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-09T00:00:00\",\n                            \"amount\": 8469.68,\n                            \"currency\": null,\n                            \"description\": \"FACTURA DE PAGO DE RECIBO 12382784 12382785 DE LA POLIZA E3152000519-0\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f2f07ac5-b909-4a21-905b-8b88201f02fc\",\n                            \"dueDate\": \"2024-05-09T00:00:00\",\n                            \"paymentDate\": \"2024-09-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"9EAF50BF-C44B-4FB6-960E-CF441DCE0B5E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-13T00:00:00\",\n                            \"amount\": 49300,\n                            \"currency\": null,\n                            \"description\": \"BOQUILLA DE CERAMICA DE 1.0\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"14bb93f6-bb9b-4d41-b12c-a179a5ff18e2\",\n                            \"dueDate\": \"2024-05-13T00:00:00\",\n                            \"paymentDate\": \"2024-02-13T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199739\",\n                            \"id1\": \"A1321747-264D-4DA6-889C-77924A4B94F2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-19T00:00:00\",\n                            \"amount\": 5208.01,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION DE PIEZAS MONEDAS VARIOS CALIBRES CORTE CON LASER\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b2e005f4-91d6-440a-8852-0ab249216458\",\n                            \"dueDate\": \"2024-05-19T00:00:00\",\n                            \"paymentDate\": \"2024-02-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"B7581247-4817-479C-9461-8B50DCD50A07\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-19T00:00:00\",\n                            \"amount\": 85492,\n                            \"currency\": null,\n                            \"description\": \"BARRA DE ACERO AL CARBON 4 X 3.05 MTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1b1ccaa0-1fbf-4aba-8658-88fa4d6fb235\",\n                            \"dueDate\": \"2024-05-19T00:00:00\",\n                            \"paymentDate\": \"2024-02-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"6AD03926-0CC5-4F39-B54B-582BA80CE89E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-20T00:00:00\",\n                            \"amount\": 698.04,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 45 X 25 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"18cf323b-95cf-4ff2-836b-2e866cc25e34\",\n                            \"dueDate\": \"2024-05-20T00:00:00\",\n                            \"paymentDate\": \"2024-02-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": \"EB0A4A1D-D529-40AB-983B-3FD1897781CC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-22T00:00:00\",\n                            \"amount\": 7444.3,\n                            \"currency\": null,\n                            \"description\": \"LAMINA ROLADO CALIENTE C.8 4 X 10; PEDIDO/POSICION 1002373762/000010; ORDEN COMPRA CLIENTE: CORREO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"45d1e30f-5bf5-467a-8cac-b8d929b1575d\",\n                            \"dueDate\": \"2024-05-22T00:00:00\",\n                            \"paymentDate\": \"2024-02-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": \"42FD62BF-8ED9-4696-A1E7-7022FA9A25C5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-23T00:00:00\",\n                            \"amount\": 777.2,\n                            \"currency\": null,\n                            \"description\": \"OXIGENO INDUSTRIAL DE 9.5 M3\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5d0b237e-d51b-430c-9257-67cdd8b01d5b\",\n                            \"dueDate\": \"2024-05-23T00:00:00\",\n                            \"paymentDate\": \"2024-02-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199739\",\n                            \"id1\": \"8435A8CC-B63E-472C-A496-08AD229F8CEB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-23T00:00:00\",\n                            \"amount\": 3966.43,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION DE PZAS MONEDAS CORTE LASER VARIOS CALIBRES\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d0ea52c5-51ac-450d-934b-c0f4667cc470\",\n                            \"dueDate\": \"2024-05-23T00:00:00\",\n                            \"paymentDate\": \"2024-02-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"7389D932-6B0B-444E-BF2C-E56E342187D2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-29T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3f3f4bfc-3247-4eaa-af0c-b8f2ec534e01\",\n                            \"dueDate\": \"2024-05-29T00:00:00\",\n                            \"paymentDate\": \"2024-03-17T00:00:00\",\n                            \"balance\": -0.01,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"5A4D5F9D-3CF3-45AA-8E68-237D6B8E79AB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-29T00:00:00\",\n                            \"amount\": 79460,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1369a1e3-db88-4efc-9ab4-5db6e2158c97\",\n                            \"dueDate\": \"2024-05-29T00:00:00\",\n                            \"paymentDate\": \"2024-02-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"942768DA-761A-4ABE-8E8C-1F3E03B8D008\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-29T00:00:00\",\n                            \"amount\": 255.2,\n                            \"currency\": null,\n                            \"description\": \"PISTA AXIAL 30X47X1\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3817a5b4-9d4b-4133-b2d4-a6d376280a93\",\n                            \"dueDate\": \"2024-05-29T00:00:00\",\n                            \"paymentDate\": \"2024-02-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA1D712-B743-42B1-9848-2E3E1F6BC93F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-29T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4000632-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3a1eabda-3c1c-4faf-b801-f3a3f503a83b\",\n                            \"dueDate\": \"2024-05-29T00:00:00\",\n                            \"paymentDate\": \"2024-02-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"7ABCAA5B-E586-452C-80CD-FF4DC0589FBF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-01T00:00:00\",\n                            \"amount\": 788.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b4619283-714d-4158-bfa4-ca8627a5ceca\",\n                            \"dueDate\": \"2023-05-02T00:00:00\",\n                            \"paymentDate\": \"2023-02-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"3E4FB37B-B1E5-4E6A-97BB-3D57D5724E9A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-01T00:00:00\",\n                            \"amount\": 1294.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d3d1e524-0f10-4b58-a254-8e4219a473bd\",\n                            \"dueDate\": \"2023-05-02T00:00:00\",\n                            \"paymentDate\": \"2023-02-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"1793586B-B30E-4BCC-B616-6FAE4384CCAA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-01T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"83e8cb80-7264-40fb-b56a-a00e2d2bc131\",\n                            \"dueDate\": \"2023-05-02T00:00:00\",\n                            \"paymentDate\": \"2023-02-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"F3E024AC-F505-4007-86DF-D4C92F2BA9AF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-01T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"aca06df6-16c3-42a9-ac57-360da99569db\",\n                            \"dueDate\": \"2023-05-02T00:00:00\",\n                            \"paymentDate\": \"2023-02-02T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199729\",\n                            \"id1\": \"8D8FD67A-AA95-438B-AB95-D31526C26DE6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-03T00:00:00\",\n                            \"amount\": 7656,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6971a5fa-7199-4750-8636-284480aca6d4\",\n                            \"dueDate\": \"2023-05-04T00:00:00\",\n                            \"paymentDate\": \"2023-02-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"DA414035-19C2-485A-BB73-7BC4C100FA24\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-04T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"59aa786c-0b70-47c6-b4b3-50de8130e920\",\n                            \"dueDate\": \"2023-05-05T00:00:00\",\n                            \"paymentDate\": \"2023-02-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": \"8C96C0C6-03B3-4EEC-AAAA-45C34898E367\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-07T00:00:00\",\n                            \"amount\": 11407.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"22e3f32b-fa95-4eb6-b77c-467dc0302cb6\",\n                            \"dueDate\": \"2023-05-08T00:00:00\",\n                            \"paymentDate\": \"2023-02-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"2031F6A6-DD6A-4CB0-86ED-4EA0C6BC928A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-09T00:00:00\",\n                            \"amount\": 3887.57,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d0c7f4ca-da3c-474a-a1a3-ef3d924a5680\",\n                            \"dueDate\": \"2023-05-10T00:00:00\",\n                            \"paymentDate\": \"2023-02-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199686\",\n                            \"id1\": \"8177F38D-7C55-4E7C-859C-CF2E5FC75924\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-09T00:00:00\",\n                            \"amount\": 353.92,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"14307c7f-2232-4597-8b04-2928a8e193a3\",\n                            \"dueDate\": \"2023-05-10T00:00:00\",\n                            \"paymentDate\": \"2023-02-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"36A5A86C-FB1A-42E2-937F-2AA0EF6A99A3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-09T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"77ba9872-8263-4169-88f9-55bab4385d30\",\n                            \"dueDate\": \"2023-05-10T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"37E21A25-56A6-41BF-9749-03C72D92A564\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-09T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"170cc200-16e9-4cf3-8a7c-24b35f19e7bb\",\n                            \"dueDate\": \"2023-05-10T00:00:00\",\n                            \"paymentDate\": \"2023-02-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"4B90C937-8ADE-43A7-868F-0AE5550F03D2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-09T00:00:00\",\n                            \"amount\": 1934.59,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3882aa23-b2c7-4972-a1b0-fe70e7ee7ccd\",\n                            \"dueDate\": \"2023-05-10T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 1934.59,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"B86472A1-9201-4317-B2CC-CD3A1D235EDB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-14T00:00:00\",\n                            \"amount\": 2361.83,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ddb2681f-5710-45f6-9fc2-a0140aef27c1\",\n                            \"dueDate\": \"2023-05-15T00:00:00\",\n                            \"paymentDate\": \"2023-12-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": \"A989105D-127A-4BF4-82C1-443C56CA302B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-14T00:00:00\",\n                            \"amount\": 355.58,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f55435c4-f284-43b8-b2c1-9c34583468a7\",\n                            \"dueDate\": \"2023-05-15T00:00:00\",\n                            \"paymentDate\": \"2023-02-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": \"532ED5F5-A955-4E93-934D-B8DE497899D9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-15T00:00:00\",\n                            \"amount\": 114492,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"8f629b60-42a2-4e93-8b58-ac28353e70cc\",\n                            \"dueDate\": \"2023-05-16T00:00:00\",\n                            \"paymentDate\": \"2023-02-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"42A5CECC-E0DA-41F3-8E0C-7B2D83F191CC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-15T00:00:00\",\n                            \"amount\": 7153.06,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6fd7c2bc-e62c-495b-8a97-838a6f6faa69\",\n                            \"dueDate\": \"2023-05-16T00:00:00\",\n                            \"paymentDate\": \"2023-02-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199662\",\n                            \"id1\": \"38DFB00C-1E66-43B6-907D-437EFBC51A1E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-15T00:00:00\",\n                            \"amount\": 102428,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"caf6d98e-7b78-49ec-8d3b-8acd28ee131c\",\n                            \"dueDate\": \"2023-05-16T00:00:00\",\n                            \"paymentDate\": \"2023-02-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"8BE4F244-661E-4A3C-B127-21D035CC6417\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-15T00:00:00\",\n                            \"amount\": 71572,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cec077c4-7a96-48e1-8e2d-ba149d1c143b\",\n                            \"dueDate\": \"2023-05-16T00:00:00\",\n                            \"paymentDate\": \"2023-02-15T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199668\",\n                            \"id1\": \"6CD45B61-C2B8-4E43-98A2-3877879AF020\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-16T00:00:00\",\n                            \"amount\": 1392,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"79495a60-e848-4c7b-8d3b-e99706f3d8ae\",\n                            \"dueDate\": \"2023-05-17T00:00:00\",\n                            \"paymentDate\": \"2023-02-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"BF9276D2-E01E-41B1-9F8D-94AB4FD28426\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-18T00:00:00\",\n                            \"amount\": 702.62,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"138c65cb-002a-4c53-9ecb-d6dd31b3dba6\",\n                            \"dueDate\": \"2023-05-19T00:00:00\",\n                            \"paymentDate\": \"2023-02-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"98AE8352-7F77-4590-B355-E54DBF10A4D7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"83d96788-fd9e-4959-8a3c-184246c5b411\",\n                            \"dueDate\": \"2023-05-20T00:00:00\",\n                            \"paymentDate\": \"2023-02-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"EF62ADCA-4125-4ACE-BC48-8375CBFEF54D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-20T00:00:00\",\n                            \"amount\": 1388.52,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5df6b37f-4d73-4ccc-98a1-630ef1563831\",\n                            \"dueDate\": \"2023-05-21T00:00:00\",\n                            \"paymentDate\": \"2023-02-20T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"26CA12C9-37DE-49F5-ABD2-EA1E47939723\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-20T00:00:00\",\n                            \"amount\": 35755.1,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"77e01f9f-d88f-4472-97f0-977f5042c244\",\n                            \"dueDate\": \"2023-05-21T00:00:00\",\n                            \"paymentDate\": \"2023-05-08T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": \"9809D878-18DF-4F5A-800A-0116499ECCAC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-21T00:00:00\",\n                            \"amount\": 1983.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"f584c63e-3748-4bda-8336-5c2ca9e7b527\",\n                            \"dueDate\": \"2023-05-22T00:00:00\",\n                            \"paymentDate\": \"2023-02-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": \"AE1D7376-7826-4F99-B367-F9B0772F04F5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-22T00:00:00\",\n                            \"amount\": 3480,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4122c1da-952a-4cbf-b20d-fa3e738f98b6\",\n                            \"dueDate\": \"2023-05-23T00:00:00\",\n                            \"paymentDate\": \"2023-02-22T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"6AA0E5ED-2EAF-4616-A2BD-8CD08F9EA929\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-23T00:00:00\",\n                            \"amount\": 5359.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1d30f15d-19bf-4683-98ff-1e13adcc309a\",\n                            \"dueDate\": \"2023-05-24T00:00:00\",\n                            \"paymentDate\": \"2023-02-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"FC39D954-E70C-4354-825D-DD02FA196FFB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-25T00:00:00\",\n                            \"amount\": 3346,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7f0d867c-e2d0-425c-93d1-dd4fc3e016c0\",\n                            \"dueDate\": \"2023-05-26T00:00:00\",\n                            \"paymentDate\": \"2023-03-16T00:00:00\",\n                            \"balance\": 0.25,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"B799F35D-607E-46F8-A490-4CB5A298328C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-27T00:00:00\",\n                            \"amount\": 1392.01,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e673ee31-83f8-4215-b4d4-c19197f00a0a\",\n                            \"dueDate\": \"2023-05-28T00:00:00\",\n                            \"paymentDate\": \"2023-02-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"B7F8C6CE-A533-42B1-BA7F-D1BCD7144928\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-27T00:00:00\",\n                            \"amount\": 122728,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ecdbf998-8940-45a1-9333-b8f3a4df37e5\",\n                            \"dueDate\": \"2023-05-28T00:00:00\",\n                            \"paymentDate\": \"2023-02-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"10131D8C-3485-4864-B5B7-105715F45F54\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-27T00:00:00\",\n                            \"amount\": 74356,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"16f12ce4-befa-43b1-afcb-cf989187fd23\",\n                            \"dueDate\": \"2023-05-28T00:00:00\",\n                            \"paymentDate\": \"2023-02-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"12E46102-A26A-4F89-B368-F6912CB4303C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-27T00:00:00\",\n                            \"amount\": 76328,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ce6d10d9-faa5-429a-a3b2-5e73fc33fafb\",\n                            \"dueDate\": \"2023-05-28T00:00:00\",\n                            \"paymentDate\": \"2023-02-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199725\",\n                            \"id1\": \"83877AE0-A71A-436F-9D07-B10312032EBC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-28T00:00:00\",\n                            \"amount\": 112752,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ca3ffc0c-3de8-453b-83d2-60db1ef75537\",\n                            \"dueDate\": \"2023-05-29T00:00:00\",\n                            \"paymentDate\": \"2023-02-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"71F0915E-B79B-4FAE-B9F7-F494B53680EE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-28T00:00:00\",\n                            \"amount\": 20251.7,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d20d0549-3c07-41d2-bee5-e756e994a4db\",\n                            \"dueDate\": \"2023-05-29T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 20251.7,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"D03F0620-06FC-49A2-9594-82BB043EBB32\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-01T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d8a01bc9-136f-4caa-9801-0034b50043e0\",\n                            \"dueDate\": \"2022-07-30T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 749,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"EA7DFAF8-B193-485E-96ED-9F5DFB9F35C2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-01T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"61526034-8b02-49bf-9924-0d641da15add\",\n                            \"dueDate\": \"2022-07-30T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 699,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"0CD513C5-632A-4DC6-AFB4-C93AA278631B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-03T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"9883a079-afa2-4cf7-b848-68ddf3bb866a\",\n                            \"dueDate\": \"2022-08-01T00:00:00\",\n                            \"paymentDate\": \"2022-05-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"280799B4-1768-421E-9332-B42B0DA46A91\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-05T00:00:00\",\n                            \"amount\": 7786.49,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"069cf43c-c468-4b76-b1a3-a58f3098a816\",\n                            \"dueDate\": \"2022-08-03T00:00:00\",\n                            \"paymentDate\": \"2022-05-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"F1F901FA-FD5E-4B6D-A581-90363DF26DBC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-05T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b411f9e4-ec9e-4bd6-a9d7-b78ff7d60c32\",\n                            \"dueDate\": \"2022-08-03T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": \"CF75AE42-3AF0-4989-A7B3-F3815BD7D3C5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-05T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4d999ac4-802e-4147-993c-167d3f4d43cb\",\n                            \"dueDate\": \"2022-08-03T00:00:00\",\n                            \"paymentDate\": \"2022-05-05T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": \"25D83CD7-38B1-4923-BEFB-68BB7FE2DCB4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-06T00:00:00\",\n                            \"amount\": 5823.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2efa8c58-34e1-493c-b3f5-74e223cc3d89\",\n                            \"dueDate\": \"2022-08-04T00:00:00\",\n                            \"paymentDate\": \"2022-05-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199740\",\n                            \"id1\": \"A09FE3EC-4D4F-47A1-952E-74AD1E01A0B3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-09T00:00:00\",\n                            \"amount\": 9698.57,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"70ca87ed-7a5b-4b2b-8c18-b1b2ca870d89\",\n                            \"dueDate\": \"2022-08-07T00:00:00\",\n                            \"paymentDate\": \"2022-05-09T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"6A9F4E73-3EA2-4416-8BE6-9E55D7E55771\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-12T00:00:00\",\n                            \"amount\": 426.32,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c3e9c08e-a1bf-4888-97cc-f1a917feef0e\",\n                            \"dueDate\": \"2022-08-10T00:00:00\",\n                            \"paymentDate\": \"2022-05-12T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199716\",\n                            \"id1\": \"BD56E25E-739E-428D-A9D7-75F52D8FC258\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-16T00:00:00\",\n                            \"amount\": 12180,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4e8243dc-ad6a-47bb-8ebc-b5fad3cfb7c7\",\n                            \"dueDate\": \"2022-08-14T00:00:00\",\n                            \"paymentDate\": \"2022-05-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"53D3A2EA-64C4-4972-9712-BDA5DCD95A7F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-18T00:00:00\",\n                            \"amount\": 4643.23,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3d4fe9ac-2bea-4e0f-918e-31e6a6acb7e3\",\n                            \"dueDate\": \"2022-08-16T00:00:00\",\n                            \"paymentDate\": \"2022-05-18T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"9D1BB5DD-6A6C-4D08-98DA-C4203647D6B6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-19T00:00:00\",\n                            \"amount\": 1281.95,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6caf8efe-7652-41b5-96e6-3586472f96ef\",\n                            \"dueDate\": \"2022-08-17T00:00:00\",\n                            \"paymentDate\": \"2022-05-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199716\",\n                            \"id1\": \"0518B423-8D28-4171-8BC3-DF87609AE55F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-19T00:00:00\",\n                            \"amount\": 5057.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a4e65baf-8082-4a70-9e00-13ced7dac93b\",\n                            \"dueDate\": \"2022-08-17T00:00:00\",\n                            \"paymentDate\": \"2022-05-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199716\",\n                            \"id1\": \"C6FF8B39-2C21-461B-A27E-4C64D34BA39B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-23T00:00:00\",\n                            \"amount\": 8282.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"cd8e74d6-89e6-42fc-b046-f3db0255ad04\",\n                            \"dueDate\": \"2022-08-21T00:00:00\",\n                            \"paymentDate\": \"2022-05-23T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199741\",\n                            \"id1\": \"D69E3303-BD72-48AF-B132-3628CA16C0C6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-24T00:00:00\",\n                            \"amount\": 582.96,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7aec5485-df74-43cf-9f0d-cde6c5a77e33\",\n                            \"dueDate\": \"2022-08-22T00:00:00\",\n                            \"paymentDate\": \"2022-05-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"CAA94D24-E819-40BD-9D73-28B3A978D86E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-25T00:00:00\",\n                            \"amount\": 3248,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5f454308-c80e-4cbf-8a0f-9df5d7ea98da\",\n                            \"dueDate\": \"2022-08-23T00:00:00\",\n                            \"paymentDate\": \"2022-06-14T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"832E44AB-ACF5-41A1-9953-ACAAF027783F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-26T00:00:00\",\n                            \"amount\": 34254.1,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"6e7bd33d-2154-4e4b-a426-04a0a0ef8d3e\",\n                            \"dueDate\": \"2022-08-24T00:00:00\",\n                            \"paymentDate\": null,\n                            \"balance\": 34254.1,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"3A2BA574-B261-4DDC-B806-664D25809AD1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-26T00:00:00\",\n                            \"amount\": 206.97,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"160fbad5-9a6e-414b-9134-f1024dbf830c\",\n                            \"dueDate\": \"2022-08-24T00:00:00\",\n                            \"paymentDate\": \"2022-05-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": \"AC60A7FF-9E6A-4450-83E8-1DB69422EB3C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-26T00:00:00\",\n                            \"amount\": 1970.27,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"82b5059d-b44f-46ef-9312-4d4fba6a457c\",\n                            \"dueDate\": \"2022-08-24T00:00:00\",\n                            \"paymentDate\": \"2022-05-26T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199740\",\n                            \"id1\": \"D0CD006C-1584-4DBD-9541-C2F5E73E8E38\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-27T00:00:00\",\n                            \"amount\": 9324.64,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5a9c49a8-66bd-4692-8e33-7377bd1f47a8\",\n                            \"dueDate\": \"2022-08-25T00:00:00\",\n                            \"paymentDate\": \"2022-05-27T00:00:00\",\n                            \"balance\": 9171.1,\n                            \"credited\": 9324.64\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"B323B2AB-FC6F-4119-941C-B85ABD02D268\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-27T00:00:00\",\n                            \"amount\": 1432.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ded7ad95-a14a-47d1-aeb1-2554b139dd33\",\n                            \"dueDate\": \"2022-08-25T00:00:00\",\n                            \"paymentDate\": \"2022-05-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199742\",\n                            \"id1\": \"DE9E92F7-6370-4C6D-99A9-991F0083BE6C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-27T00:00:00\",\n                            \"amount\": 800.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a4052327-64b7-407a-a6f5-2fb7c6682f3a\",\n                            \"dueDate\": \"2022-08-25T00:00:00\",\n                            \"paymentDate\": \"2022-05-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199742\",\n                            \"id1\": \"76F9F6B5-2F66-45BC-901F-E9A99723B623\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-27T00:00:00\",\n                            \"amount\": 1800,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d46f4b3c-13a3-41e9-8ac9-133cdd2d0ab1\",\n                            \"dueDate\": \"2022-08-25T00:00:00\",\n                            \"paymentDate\": \"2022-05-27T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"5B0EF8DF-773F-4254-93E2-47BDFBFDA67F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-30T00:00:00\",\n                            \"amount\": 88740,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2d906486-bbb0-437f-aa9a-d4312702312c\",\n                            \"dueDate\": \"2022-08-28T00:00:00\",\n                            \"paymentDate\": \"2022-05-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": \"680710F1-BAFF-468F-80A0-8D3DEC85677D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-31T00:00:00\",\n                            \"amount\": 4593.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5430d6fd-6898-4af0-b54a-e277b5374fd1\",\n                            \"dueDate\": \"2022-08-29T00:00:00\",\n                            \"paymentDate\": \"2022-05-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"9F11E091-8CE2-4719-9801-701404A31976\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-31T00:00:00\",\n                            \"amount\": 896.21,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"3b5b9b76-adb4-4113-ab82-f2f412f026e1\",\n                            \"dueDate\": \"2022-08-29T00:00:00\",\n                            \"paymentDate\": \"2022-05-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199655\",\n                            \"id1\": \"65D895E0-F072-344E-98F3-A30477A468DD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-31T00:00:00\",\n                            \"amount\": 104052,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"1f877815-63e8-4d00-9fd0-55603352ae85\",\n                            \"dueDate\": \"2022-08-29T00:00:00\",\n                            \"paymentDate\": \"2022-05-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": \"6D56D100-6E84-4FB2-9A6E-C14A1A7532D9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-01T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"62169ddb-e2b9-4a56-8381-600c849d5e6a\",\n                            \"dueDate\": \"2024-08-30T00:00:00\",\n                            \"paymentDate\": \"2024-06-01T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": \"3E431FD2-C7E5-4B13-8036-6E9519CDB90D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-03T00:00:00\",\n                            \"amount\": 614.8,\n                            \"currency\": null,\n                            \"description\": \"TUERCA DE FIJACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e227d4fd-d49e-4a04-8695-70aa2ba9a2d4\",\n                            \"dueDate\": \"2024-09-01T00:00:00\",\n                            \"paymentDate\": \"2024-06-03T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199694\",\n                            \"id1\": \"CD37579D-E365-4073-91A6-6B62D9C8C037\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-04T00:00:00\",\n                            \"amount\": 23417.3,\n                            \"currency\": null,\n                            \"description\": \"LAM. R.C. CAL. 8 (.165\\\") 4 X 10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"5b878efc-6629-43b8-9e35-1b731cfc0dc3\",\n                            \"dueDate\": \"2024-09-02T00:00:00\",\n                            \"paymentDate\": \"2024-06-04T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"BA1E79A2-1310-43D4-89E9-DE076BAF4F4A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-05T00:00:00\",\n                            \"amount\": 656.09,\n                            \"currency\": null,\n                            \"description\": \"4140 RED 2 1/2 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"b3c86c8e-3825-4951-8cbb-6c7bc2058bf7\",\n                            \"dueDate\": \"2024-09-03T00:00:00\",\n                            \"paymentDate\": \"2024-07-25T00:00:00\",\n                            \"balance\": 0.01,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"CA5FA5EE-97BC-4CD8-89E1-5D7E4573B453\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-06T00:00:00\",\n                            \"amount\": 28652,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 45 X 25 X 6 METROS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"17dc258b-92da-4c96-9142-6b9eafed4573\",\n                            \"dueDate\": \"2024-09-04T00:00:00\",\n                            \"paymentDate\": \"2024-06-06T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199743\",\n                            \"id1\": \"B71F719C-9FAA-43C9-BC23-D3C8FFAB8503\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-07T00:00:00\",\n                            \"amount\": 23780,\n                            \"currency\": null,\n                            \"description\": \"Servicio de Soporte de Ingenieria\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c167e16e-dad5-4de4-ac87-c36a41782d45\",\n                            \"dueDate\": \"2024-09-05T00:00:00\",\n                            \"paymentDate\": \"2024-06-10T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": \"9398C6F0-4DF5-4290-8E6D-369E4DD31AA1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-07T00:00:00\",\n                            \"amount\": 46457,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"77c6dfe2-c92c-479d-893c-f0ba19fab0f6\",\n                            \"dueDate\": \"2024-09-05T00:00:00\",\n                            \"paymentDate\": \"2024-06-07T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199743\",\n                            \"id1\": \"E5FF6254-85EA-4037-ABAB-61E83D01657D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-10T00:00:00\",\n                            \"amount\": 23780,\n                            \"currency\": null,\n                            \"description\": \"Servicio de Soporte de Ingenieria\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"daf0c4df-fb1d-411f-bae1-e4251ebc5b8c\",\n                            \"dueDate\": \"2024-09-08T00:00:00\",\n                            \"paymentDate\": \"2024-07-31T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"4F38B4F1-D9F0-49E7-9022-BB7A68EE20A9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-11T00:00:00\",\n                            \"amount\": 9622.44,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 32 X 16 X 31.5 METROS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"a24cb496-8d7c-4d42-9b2e-24e61dbd75fc\",\n                            \"dueDate\": \"2024-09-09T00:00:00\",\n                            \"paymentDate\": \"2024-06-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": \"60F2441C-8315-49B1-AEEF-92A7C62D3967\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-11T00:00:00\",\n                            \"amount\": 2192.4,\n                            \"currency\": null,\n                            \"description\": \"ARGON INDUSTRIAL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"95c3e858-4adf-4ddc-a275-38df60e860aa\",\n                            \"dueDate\": \"2024-09-09T00:00:00\",\n                            \"paymentDate\": \"2024-06-11T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"9A03B16F-3183-48EE-B00A-FCB323473169\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-11T00:00:00\",\n                            \"amount\": 1342.44,\n                            \"currency\": null,\n                            \"description\": \"CONECTIVIDAD P/VALIDACION Y PRE VALIDACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"7c95191a-7f75-42f3-9e66-f34e0d87452f\",\n                            \"dueDate\": \"2024-09-09T00:00:00\",\n                            \"paymentDate\": \"2024-06-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"2290F618-7715-4244-B43E-4B6224FEDFD1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-12T00:00:00\",\n                            \"amount\": 341.98,\n                            \"currency\": null,\n                            \"description\": \"INOX T-304 RED 5/8 PLG\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"eb6069b8-6824-4381-a0d5-1ef765b20a46\",\n                            \"dueDate\": \"2024-09-10T00:00:00\",\n                            \"paymentDate\": \"2024-07-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": \"AE6E4BED-6306-4903-B94B-045B8DF50EFC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-19T00:00:00\",\n                            \"amount\": 1536.13,\n                            \"currency\": null,\n                            \"description\": \"RUEDA CONVO DE FIBRA 6X1X1 SIC FINO D/ALTA#\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"d53fa066-9514-412e-a562-b16e8681c42e\",\n                            \"dueDate\": \"2024-09-17T00:00:00\",\n                            \"paymentDate\": \"2024-06-19T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": \"C12B7FE9-C97E-40CF-AE50-0E07BB7A44A3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-21T00:00:00\",\n                            \"amount\": 85260,\n                            \"currency\": null,\n                            \"description\": \"PTR 3X3 CAL 3/16\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ab5c9850-0e71-4eef-a862-148975f062f2\",\n                            \"dueDate\": \"2024-09-19T00:00:00\",\n                            \"paymentDate\": \"2024-06-21T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": \"BC673B35-30C6-4B59-8357-6CBC6336A723\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-24T00:00:00\",\n                            \"amount\": 1113.6,\n                            \"currency\": null,\n                            \"description\": \"ACEITE P/ENGRANES VG 100-B\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"0c0f37db-f5dc-471e-abbe-d3037906203a\",\n                            \"dueDate\": \"2024-09-22T00:00:00\",\n                            \"paymentDate\": \"2024-06-24T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"F7DF468E-741A-416B-A30F-D1D46D4CBDC9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-25T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"AT&T Con Todo Negocios 1499 Advance\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c96f8776-e614-46ce-8c3b-f195943c4c76\",\n                            \"dueDate\": \"2024-09-23T00:00:00\",\n                            \"paymentDate\": \"2024-07-16T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"398183C7-C6B4-446D-A9A5-3E6B35132F37\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-25T00:00:00\",\n                            \"amount\": 9546.8,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 32 X 16 X 31.20 METROS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"94f1199e-d850-4793-aafc-7872e2058489\",\n                            \"dueDate\": \"2024-09-23T00:00:00\",\n                            \"paymentDate\": \"2024-06-25T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"3445C021-9369-4FE1-9EC7-FDDF12441716\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-25T00:00:00\",\n                            \"amount\": 89320,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 45 X 25 X 6MTS  \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"c3281ad5-3a5d-42e9-92ca-a68fc5057a7a\",\n                            \"dueDate\": \"2024-09-23T00:00:00\",\n                            \"paymentDate\": \"2024-07-29T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"02EA513C-8726-463A-B587-E58054B10D4A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-28T00:00:00\",\n                            \"amount\": 23106.55,\n                            \"currency\": null,\n                            \"description\": \"Costo de servicio comercial. Referencia : A -5510 A -5516 A -5530 A- 5532 A - 5517 A - 5526 A-5531\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"bbdec0e4-9862-4041-8e5a-fba9c1c5e3f3\",\n                            \"dueDate\": \"2024-09-26T00:00:00\",\n                            \"paymentDate\": \"2024-07-17T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": \"E68C3DC4-4594-4BCF-AE84-1D31C208785F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-28T00:00:00\",\n                            \"amount\": 80852.1,\n                            \"currency\": null,\n                            \"description\": \"Componentes estructurales y formas basicas. PTR 3X3 CAL 3/16\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2262f79e-1f58-47af-a3e4-93ead2102f14\",\n                            \"dueDate\": \"2024-09-26T00:00:00\",\n                            \"paymentDate\": \"2024-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"2001BC8A-393D-4428-8204-76D33C3874E1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-28T00:00:00\",\n                            \"amount\": 1194.8,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TONER ORIGINAL BROTHER TN660 ALTO RENDIMIENTO PARA 2600 IMPRESIONES.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"e3d9257d-4516-431c-aeee-4f266602e677\",\n                            \"dueDate\": \"2024-09-26T00:00:00\",\n                            \"paymentDate\": \"2024-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"4D4F2CC0-CBC9-404B-84C6-38951FD799F0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-28T00:00:00\",\n                            \"amount\": 1502.2,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TINTA HP 667XL TRICOLOR ORIGINAL PARA 330 PAGINAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"4ff02054-f4d3-4da6-908b-0b3cd4a6b849\",\n                            \"dueDate\": \"2024-09-26T00:00:00\",\n                            \"paymentDate\": \"2024-06-28T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"19A03A49-15F1-4F9E-BBF9-22FE8A13BDFC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-30T00:00:00\",\n                            \"amount\": 27904,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION DE MESA PARA ENSAMBLE DE IMPRESION DE WHIA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"78965452-a789-40ef-b34d-6f02aa197b9c\",\n                            \"dueDate\": \"2024-09-28T00:00:00\",\n                            \"paymentDate\": \"2024-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"FED956C5-0FB1-421A-9F7A-88D0FA1CAC50\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-30T00:00:00\",\n                            \"amount\": 79344,\n                            \"currency\": null,\n                            \"description\": \"MOTOR ELECTRICO WISCONSIN 20 HP 3500 RPM 55/27.5 AMPS 60 HZ 220/440 VOLTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"ad304d37-c0b3-4387-88ba-8fccfe2b5413\",\n                            \"dueDate\": \"2024-09-28T00:00:00\",\n                            \"paymentDate\": \"2024-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": \"D41F8590-A968-4880-A9E6-144A000D2B31\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-30T00:00:00\",\n                            \"amount\": 92452,\n                            \"currency\": null,\n                            \"description\": \"ENSAMBLE DE FUNDICION PARA PIEZAS MAQUINADAS POR GRAVEDAD PERMANENTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2b8d2095-d1c9-4d33-862d-e4d2605e889e\",\n                            \"dueDate\": \"2024-09-28T00:00:00\",\n                            \"paymentDate\": \"2024-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": \"AAA1CB1E-A0CB-475F-9E80-FFF89BFB2365\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-30T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4008377-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"invoiceId\": \"2dcfe9f7-8039-449d-a63d-7b95795c65c9\",\n                            \"dueDate\": \"2024-09-28T00:00:00\",\n                            \"paymentDate\": \"2024-06-30T00:00:00\",\n                            \"balance\": 0,\n                            \"credited\": 0\n                        }\n                    ],\n                    \"payments\": [\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"0575D6F0-8293-4E4C-B0F6-630C6F9B5219\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-05T00:00:00\",\n                            \"amount\": 37914.75,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-05-05T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cfd1bb6d-06fa-495d-95e1-e12c71d534f1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"222d578b-5f51-469f-84a5-fdd7f29b6cb0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"12F5CE77-B017-4D24-BE76-25CFCC53E928\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 36413.21,\n                                    \"supplierId\": \"24199679\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"74915943-7DB4-4346-9BA5-B728D9F6F349\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-07T00:00:00\",\n                            \"amount\": 49753.56,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-05-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"feb1af0a-4abe-4e3a-bd1f-9fac3556f2bb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8488f061-56f6-49f6-be93-4f21d8c5501a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E1B5F9CF-14F8-4E6C-A03C-36E676F2F997\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 49753.56,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": \"D1EC969D-BEB1-4D7B-AD8E-72E4BC367EAB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-08T00:00:00\",\n                            \"amount\": 3765.65,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-05-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"61ed1076-bb01-4449-a53b-20da6053ce1d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c91ad47d-2594-4346-b2db-099cd27d82d5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C091E541-CC93-4AAB-BD23-5D41DD483655\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3765.65,\n                                    \"supplierId\": \"24199652\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199635\",\n                            \"id1\": \"19B6E084-2F2B-11F0-B6EB-B1CA048CA025\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-12T00:00:00\",\n                            \"amount\": 9530,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-05-12T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"88c3d4a2-dcfa-491e-a0b8-80524b788617\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c27d1784-6ee1-4e0e-9e92-a0e45abf9f7f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FD9B1FB4-2D2F-11F0-A909-01C0D9BD9D3D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9555.74,\n                                    \"supplierId\": \"24199635\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"6B365ECF-FBAC-4192-8C7D-39F8B1596227\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-22T00:00:00\",\n                            \"amount\": 218.62,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"30b1a68e-f220-4933-9280-912a1b03b883\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2875e177-fd30-4ada-b661-31ee49e10b75\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"234E7CBB-E81A-4C46-A3DE-2E3AE6EAC5C7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 218.62,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"858FBB27-2BF9-4ED5-B255-1234391B0D6F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-24T00:00:00\",\n                            \"amount\": 6563.28,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-24T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ee8c658a-5d2c-4751-b658-01cad967e802\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fb7af8f9-c08e-4a58-b1a6-a77cf7dbc684\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FFBA15E7-17D7-4813-93E4-464507EF2041\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6512.62,\n                                    \"supplierId\": \"24199641\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199704\",\n                            \"id1\": \"7441F863-E4D9-579C-8F99-FFC18A7C5973\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-28T00:00:00\",\n                            \"amount\": 237.6,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ef6ac92f-6f5d-4237-81bc-095bb48b9611\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"49595cbe-6808-4564-b9ec-715d839aa244\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DA22BFFB-78E4-5DD1-A54D-9F3A609EFB6C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 237.6,\n                                    \"supplierId\": \"24199704\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"6FD5CDB1-A6E5-4178-BD58-D08838518005\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-28T00:00:00\",\n                            \"amount\": 3008.93,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-11-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5a7b9dbe-502d-43fb-a4e6-a39940f32806\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4c88ab94-8cbd-4eb8-bb6f-aa2617dd535c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"21F1A3D6-EC12-41B6-9D2D-F4C5A1BDF5A1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2263.93,\n                                    \"supplierId\": \"24199639\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"9318B796-BF50-4F41-BC5C-546FEAA804A2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-04T00:00:00\",\n                            \"amount\": 2429.98,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-03-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"652744e0-d6df-4e1e-a577-09af0c07dfa5\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"6F4624E5-DB8A-4D96-88D4-D641F7EA047A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-03-16T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d5fa6f4b-8c1d-4939-a68b-4fd06f159302\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"923c4db3-b2ba-430a-a273-fc0dcb843028\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E8F341D7-ABE5-4D97-9C66-1C636C55E20C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 699,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"194E1A2E-296A-44D3-9819-2B57F779F9BD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-03-16T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"77733445-f1f7-4780-8089-5af63822b245\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7de712fe-730c-4d91-befe-58943282621a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FC62DBCA-E989-4A5F-8F90-1A622E79A781\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 749,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"3F593AC4-578C-439D-8843-EDB066B87566\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-17T00:00:00\",\n                            \"amount\": 3205.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-03-17T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"41db99fa-ffed-4413-8b5f-629b1e7e43af\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3ae0d58e-e411-4b79-9f91-4da2f02c9e81\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A491C86F-FFFC-40C5-BAD6-CCBB4E772BF2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3205.4,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199637\",\n                            \"id1\": \"B3FB506E-284C-49CB-9E36-15BE4265F55C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 33953.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f4540949-be12-434e-b0a1-d68346d8430c\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"545C2D38-4321-40BB-835E-BD1BA531B257\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-10T00:00:00\",\n                            \"amount\": 3248,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a100e52e-8678-4d6b-b8b0-1081d03e9e1f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a1b60981-a60d-4a22-b26d-4163e9fa5d2f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4CD690BA-BCBF-4CC2-8363-8532147B98E6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3248,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"7C10BCA2-B806-4771-B966-1FE5103F3CB3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-20T00:00:00\",\n                            \"amount\": 6677.26,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-20T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c46caba7-1252-4315-b4b4-087b3d5426b5\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"supplierId\": \"24199743\",\n                            \"id1\": \"B9B92807-C73B-4C07-8C81-CFB28848C6DC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-22T00:00:00\",\n                            \"amount\": 4640,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-02-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7e132a51-e87b-40e9-ac82-2361d9446975\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"8ED246E8-9492-437B-830B-B950CE1B12BC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-06T00:00:00\",\n                            \"amount\": 41586,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-11-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6045e415-829b-4fb5-acda-8eee8b5862fa\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"bff280ee-02fc-46ea-9381-6569db321150\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2425DAF0-1E50-4760-9715-A062BF56078C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 41586,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"86EB658C-2065-4A33-A7A2-6BE9CCD6B43E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-11T00:00:00\",\n                            \"amount\": 67280,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-11-11T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5a01c553-5a7c-420a-9245-06a908da6c6d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"08d6e060-9420-45a3-b2e1-1422a5ab4cec\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"85147119-D327-4A8A-B860-1EA9E3B6A09C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 67280,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"E2671508-39F8-4D93-B015-E632CA06ED14\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-12T00:00:00\",\n                            \"amount\": 94076,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-11-12T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a7ef3b2e-15d3-4afa-b222-9ea3d26d45da\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ae84865f-95f4-404a-b696-240a56cae979\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"857692B4-9CA2-4840-A29B-6AEAE3A4E65C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 23084,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"c920306a-a9ec-471c-acb3-949eb3a9fd17\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BD500487-245C-4FCB-9E67-D71625218F47\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 70992,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"30D7B5B7-23CF-460D-996C-FFC22D312A87\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-12T00:00:00\",\n                            \"amount\": 2976.62,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-11-12T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"64fe9217-ad2a-4e08-a291-08cd8f67b568\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"89b61a3b-7a67-4ec8-bc3c-0a7cde60776f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BD029A51-F897-42E8-B482-CAFC373381ED\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2213.62,\n                                    \"supplierId\": \"24199639\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"151D0C15-FFA1-48B3-A57B-D20A9A8FD2E0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-13T00:00:00\",\n                            \"amount\": 23961.92,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-11-13T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e71e24f1-db65-4dfa-a336-4bdcdcf5ebb8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4d04d1a7-436a-4678-ad40-b8963213f970\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"413B84D5-FA4B-41CC-A5AE-D7BDAFD263F5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9881.35,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"025b6435-37b7-4b1c-8ffd-25d2802ccc77\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"065B6322-97E5-421D-B8ED-B7AB71BF3087\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14080.57,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"657AB5E1-38A1-4520-8025-68C5C6CB1B36\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-14T00:00:00\",\n                            \"amount\": 5091.16,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-11-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1a105cf5-5c13-4da2-ae96-f3aa3ea0851f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a93e3f08-22b6-4e8d-a7a3-d60a15bf4575\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BD5F29BD-2E53-4951-A62C-109D6C3213C5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5091.16,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"0D7CEEEF-99F3-46E1-8339-1A21EA3E6196\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-21T00:00:00\",\n                            \"amount\": 68276.76,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-11-21T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"52879e84-2edb-41bc-a7b5-2e971db165bf\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"07708a13-16c4-4b66-8071-cd5b1495cb6a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"06F492BF-51BB-43D8-8574-37482D474102\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 68725.77,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"7216A3C7-1224-4FE2-AEA9-3CBE42C1D809\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-27T00:00:00\",\n                            \"amount\": 53244,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-11-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2c312a19-0541-4eb0-a3e7-9d19ea65c329\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cc5f0dec-7bd2-40fc-8141-e8864b7c705c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"442E2DCD-F6CC-4FBD-AE39-2A21EF2E05D4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 53244,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"8C090F2D-C5B5-5C00-A005-B53C33C970C3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-27T00:00:00\",\n                            \"amount\": 9289.28,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-11-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8d8212ba-57ef-4a7b-955d-f43e7479672e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"761f3eed-7a09-4fbe-9b54-4e00a8fde800\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3B62027D-73E1-5FEF-B38E-EEA67E828C0E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9289.28,\n                                    \"supplierId\": \"24199673\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"0C257089-9D83-5023-8F28-A757E610A55F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-27T00:00:00\",\n                            \"amount\": 9391.36,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-11-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e7e2342d-31bd-4366-90b9-c3a511aaf5dc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8d606182-aa72-4fea-976b-a9aa2ad757a4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C744FD77-487D-5CF4-881B-EDEE27AE1871\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9391.36,\n                                    \"supplierId\": \"24199673\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"2901CA02-DB56-4600-BB80-7CF3260DF337\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-28T00:00:00\",\n                            \"amount\": 44544,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-11-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4abc4ee4-6602-42fd-894d-3c59c2239a33\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8e7393ed-2f9b-47d8-9866-60aa252d063f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0537C4B5-8300-4978-829E-C071039903CD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 44544,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"D48014BF-3230-4BCF-8AF1-6CA560E389D6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-02T00:00:00\",\n                            \"amount\": 83060.64,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"63c5eb34-4c1d-4afe-bf1e-87233eb60230\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"67910aa7-54b3-4340-b923-ab6b986d2b75\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4376E4DC-49E8-45DE-8285-92B1C380E186\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 32005.56,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"dd17726d-7c76-4b20-9522-61d2e84c09d6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5B1C3843-BD69-40DC-9F6E-0A19D5568037\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 51055.08,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"33A63241-3115-44A6-958F-5F496C1EE268\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-11T00:00:00\",\n                            \"amount\": 23869.82,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-11T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8fc23dcf-693b-401d-b7dc-c7a7714aeda2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f4a995ec-b4e2-4edd-93df-2812d80ac280\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4AC7F092-40D0-42E0-937A-D5923389C74A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9431.25,\n                                    \"supplierId\": \"24199647\"\n                                },\n                                {\n                                    \"txnId\": \"4caaa9b2-54e5-4e66-9027-5ed74703b76e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FD191B56-3609-4762-B163-ACCFCC090F6E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14228.56,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"A7B77D44-2895-4155-94EA-2B9634D3A2E8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-11T00:00:00\",\n                            \"amount\": 71169.48,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-11T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f7c200de-4098-49cd-8c62-780a74a8266b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f949986e-84dd-433c-ac4b-220029d9c380\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"752046FA-45CE-44E0-A0FD-66D384C5E449\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 71169.48,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"AB944065-4AD6-4D61-BB42-6C1305F7B3E8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-15T00:00:00\",\n                            \"amount\": 5033.04,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-15T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e8831756-5f87-42ab-9010-de25ff3ccf32\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c646cb55-47b1-40f7-8c65-732e23f269a0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"07475B95-6E71-4C1F-9C29-22DAF97C13E4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5033.04,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"E3709406-A38B-4ED1-88B4-0309B3456E83\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-17T00:00:00\",\n                            \"amount\": 4909.9,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-17T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0e8b44f6-2eef-41bf-a796-27a3dbc1831b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"934a9da8-82fc-4f66-99cc-037ebe6be65b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9FF9BA24-61C2-409E-917E-A5370C1EE0F4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2774.11,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"6239dfeb-d953-4ee8-a87a-3aaf9556493f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2882C425-74D2-4748-B6F0-24DA4CE67AFA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1914.86,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"d3c66726-981e-4bd7-a1a4-cdc20fca0483\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FAD221F1-8D33-4076-8213-451D45C005A1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 220.93,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"758E1AE9-C680-4D12-B291-0AEB7A650572\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-23T00:00:00\",\n                            \"amount\": 58627.56,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-23T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d7ee7121-eb0a-4435-bed1-e42a9bc43d53\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5801831e-c17a-4918-8078-7e82ecac79bd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"73198808-D432-40ED-B549-14CC081A5403\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16505.64,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"cfe93b3d-52f6-4828-93e0-3b2f6bd7fe11\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"24B5F976-9E45-4C98-AF56-2F717C96BF59\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 42121.92,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"3DED9D9F-6D37-4FA5-916D-A45D38A4821C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-25T00:00:00\",\n                            \"amount\": 70104.6,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-25T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"68841c68-f34e-44c2-9f7e-736c4f6a899b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fdf0d2f7-9a60-4405-824c-7ed7e2dc3de0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EA5D1316-830D-416E-9A93-9FF2805B6841\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 70104.6,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199676\",\n                            \"id1\": \"7745F094-21FD-11F0-8D2A-BF6AFC5D9EAB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-25T00:00:00\",\n                            \"amount\": 1484.4,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-25T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"67df5bb0-3028-42a4-b259-7c6750d29770\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4bd4efd4-f571-4e8b-8311-1de6fe8c01a0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3939D47B-21DF-11F0-8134-DDDD1AC35FE7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1484.4,\n                                    \"supplierId\": \"24199676\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"056FC217-B2D6-455C-AEF3-46EBE7D92D56\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-25T00:00:00\",\n                            \"amount\": 17855.26,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-25T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f1753e0a-676b-4296-9cae-985775cb8c1a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"acbe1a28-20be-40d1-9328-83136da9dbc1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0D28AF00-B311-4FD6-8E56-4AA275593721\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5535.42,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"69a4d5a4-a812-4135-aa24-a4dcb9f6a55b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E75D9977-7C6B-42C5-8ED1-792AB3A052FA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12319.84,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"A2491713-1AB9-5A7A-BAF2-86547DB1B62D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-29T00:00:00\",\n                            \"amount\": 9194.16,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"90baf2ae-7eae-47da-bd5c-f53b82e0d717\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b589e211-522b-418d-8098-5b7eda60c2f6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E09C3BA3-B0A3-5268-BAE6-0FAA6E8D9381\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9194.16,\n                                    \"supplierId\": \"24199673\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"B56BE16D-D3A3-40E9-AF6F-B52D5BA29FE8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-29T00:00:00\",\n                            \"amount\": 76300.46,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a9ce8faf-b410-46be-acf6-912c182e182e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d081b3c7-5571-4416-a8a0-c8a37e4801b4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C22C199C-6D66-49BC-8BAC-555BC792A723\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 62330.02,\n                                    \"supplierId\": \"24199647\"\n                                },\n                                {\n                                    \"txnId\": \"b5ac3256-92e4-40af-900d-95c3bd97c2c6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1AEB54AC-AF44-4438-AC4A-056F2B8B74C7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8384.14,\n                                    \"supplierId\": \"24199647\"\n                                },\n                                {\n                                    \"txnId\": \"ae98c8da-690c-4e7a-813a-363cf4d44dfc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7552640E-AF6C-4F3E-B626-68F0058ED211\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5802.65,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"9E826E77-21B1-4842-BED1-9FBA870FA5C2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-30T00:00:00\",\n                            \"amount\": 5123,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-04-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"72180095-809f-4c20-814f-474e5aa275c0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7b734471-68ab-451f-b126-640a0eb92415\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EC2F1105-9C76-465B-BA36-56F3A3D988F8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2004.4,\n                                    \"supplierId\": \"24199639\"\n                                },\n                                {\n                                    \"txnId\": \"3b418ed7-ded4-46d2-9400-4ac8642e951b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"876AC1A9-9FD5-45E0-A3FA-C3617A92819F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1554.6,\n                                    \"supplierId\": \"24199639\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"6F0D78E9-B240-41D2-9779-8EC673EFE640\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-03T00:00:00\",\n                            \"amount\": 5856.21,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"54acaade-e711-421f-80f4-9413bdd2343b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c6abedb0-f41a-475c-8e7c-a10aa60be68c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"701ECA84-1EA1-42D2-B6C2-84475A64DE47\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5856.21,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199635\",\n                            \"id1\": \"15695DF7-B645-11EF-A655-B517C41F2D07\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-09T00:00:00\",\n                            \"amount\": 23027.5,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-09T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f1f3cd45-a91c-4f1a-aa3f-625b587defb2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b4abd845-0689-4b75-9424-3e956ef446b0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2839236A-B3F4-11EF-AD1B-91FAE6F7A73E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 22815.63,\n                                    \"supplierId\": \"24199635\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"60F462FF-7C78-41C2-BE04-8A3A013DDA29\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-10T00:00:00\",\n                            \"amount\": 94018,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e456d13f-2c6a-4b66-b985-9f5d0a1dd60a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cc66bb9d-b7d3-46d2-a96e-2cdede4d3bc0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9AE1A303-251A-4B3C-8AC7-D4C8E755AB9B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 43616,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"8073a70e-3a3e-474e-b7b3-f9886b9ae263\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"40C17CBA-21AD-4CF1-A656-D61AA32F5185\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 50402,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"FA3951CC-2884-4616-8E8C-812DC511837F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-15T00:00:00\",\n                            \"amount\": 1433.78,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-15T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9cf51b05-bee7-4d43-bc60-56dec2986714\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"872fb9cb-eadb-4f62-89c6-0c6cb4c015fd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7FA57440-C7F8-4C07-9CE6-BFD0B97250BA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1433.78,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"494A84CD-075E-4573-BD08-BFCF2D20A291\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-16T00:00:00\",\n                            \"amount\": 123772,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-16T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"619b93db-2dd1-4981-b7b8-e7e6e31ed0f1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5c0b90d6-b511-421c-9953-e492712d248d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F703566A-1696-4A3F-B156-531749854EF5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 123772,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"0B399A83-9E27-4E58-83B0-6BD120C4E8B7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-19T00:00:00\",\n                            \"amount\": 59051.59,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-19T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"359feefe-4443-492d-9d66-b55bfe4c7af6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"003d12a4-91b2-4952-927c-fa8f334a2636\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4958C087-CD6F-442B-8EFD-DFBB976EF260\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 59652.43,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"EC34E61E-4C05-5720-BD5C-D34CA153CE67\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-20T00:00:00\",\n                            \"amount\": 3152.88,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-20T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0c6024e2-76e9-44d0-ac45-6918933fbf4b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4a251ba0-cf68-4df1-9450-753961649317\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"10771311-E267-5B72-9232-65AEC43DE517\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3152.88,\n                                    \"supplierId\": \"24199673\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"3FA54635-28E3-46F5-9A11-A2D3C75A1DFE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-21T00:00:00\",\n                            \"amount\": 56971.08,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-21T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"84744074-ac5e-4ce6-a0b6-e1c2c2c3b3fa\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9a760a59-1a92-4824-b4d4-0646bb5335b5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5DCB42F7-480E-4E64-8494-E8F7B8FCECCD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 35259.36,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"dcf267ec-1747-49b3-b5f2-ace60eaa1b04\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BE7394A7-D759-489B-92FD-B9123A0D04AC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21711.72,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"A9EEC0E1-FF92-47DE-89F5-848088421CF6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-27T00:00:00\",\n                            \"amount\": 86314.44,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-12-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8666197c-0513-4d6c-b986-dac1b52c86b8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"327b9219-a00e-49c6-a49d-76730a43d896\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"48B62B36-A33C-4515-87A9-8ACEFD9DDF1A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 86314.44,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"057809EA-F542-4814-8251-9A54A1024B99\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-02T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-10-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c70e65a2-7968-474a-8e08-e0a793911837\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d180913d-1c05-4057-8d2e-bef2f7b8fe67\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5CAA3500-ECB0-454B-A4AC-9C48227F2E22\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 699,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"1612AEA7-D071-44C1-B0DD-1665C54F9A61\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-02T00:00:00\",\n                            \"amount\": 849,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-10-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fb240aa1-b336-4d23-994e-8412a09a81fb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"03d9168e-a017-41c1-bd79-aab876c90fc6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"07C02F30-30B7-4A7C-8EDE-4D50C0E4759A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 849,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"2391F0ED-840B-4FD4-A15C-F2BADE758E55\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-31T00:00:00\",\n                            \"amount\": 1310.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-10-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"64a79599-b01d-4518-8212-d4f0b818c3bc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9f86944d-0416-4298-a0ca-9bbfc444b1fb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4971DB8E-9BC2-4E03-AD00-D4DF53FB5466\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1310.8,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199685\",\n                            \"id1\": \"3D1DB20E-919A-4581-B23D-16D0C2DCCD60\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-31T00:00:00\",\n                            \"amount\": 2871,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-10-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4846b8f6-f559-4b33-b487-7889e2229bfd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ec229cd9-0378-4fdd-b83e-66b1c93bfe9d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DEEBB695-04B9-455A-AFFC-685D1A2F89BF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2871,\n                                    \"supplierId\": \"24199685\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"C6EC1962-9484-406A-9E4B-E5DF7FECF059\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-04T00:00:00\",\n                            \"amount\": 11210.52,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-03-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"960f298f-136c-4ea8-96be-76e7c83025f7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"615c683c-9dfd-4f52-95f6-fc329ac4ecfc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"880F212B-070B-4C8B-813A-3414167E7184\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7281.64,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"2be25fba-2800-45cf-96b5-a2f9a3a43cb3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7D1B50D6-B1A2-46E9-807D-8CA97D02EF2C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 993.4,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"a7dff48c-5ca0-46f6-b63a-2337b2ad61bf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7B6F19D1-D354-425E-A309-BD259525AD92\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1747.75,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"0fd8aea5-851b-4357-a937-cee5b105807b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B56461EE-E757-4748-A4BD-D3749776CBF5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 676.02,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"bec26ba3-c20b-4ce8-8500-20e629766c75\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"34969912-F0EA-436D-A3A2-F61AFBC07093\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 511.71,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"0818A5B6-51E1-4CB9-AB8F-71748031AC93\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-04T00:00:00\",\n                            \"amount\": 4611.84,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-03-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2747d4ae-1cfb-4ff1-8f42-d7459dcbdf93\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f2f07ac5-b909-4a21-905b-8b88201f02fc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A8099648-3298-4F18-A3B6-143B117F3BE5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4611.84,\n                                    \"supplierId\": \"24199706\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"0FF172A7-2F4A-4F3E-AFC6-93AE94CB3FD5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-07T00:00:00\",\n                            \"amount\": 12921,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-03-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a1048383-89f0-406e-96e7-61160d02edb5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"92d5d13d-fdfc-4bed-bf1f-9c66f09a3a5d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F3D18C74-0D60-4D2F-A919-7C7319D0C8F7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6422.36,\n                                    \"supplierId\": \"24199641\"\n                                },\n                                {\n                                    \"txnId\": \"82ea9f62-f12f-4599-ba8a-2f70fbd50d55\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B2D418BE-6612-4E3A-AB08-4679F33FEBCE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6422.36,\n                                    \"supplierId\": \"24199641\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"03385CC7-F48D-496C-A998-D8E817377B41\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-17T00:00:00\",\n                            \"amount\": 3346,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-03-17T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ca8a326f-e99d-4e80-a885-bf489c4c7b60\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3f3f4bfc-3247-4eaa-af0c-b8f2ec534e01\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7389D932-6B0B-444E-BF2C-E56E342187D2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3346,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199692\",\n                            \"id1\": \"26CB4897-A77D-46AF-98BE-3295E610AF19\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-01T00:00:00\",\n                            \"amount\": 3340.8,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-04-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f0fc5a3f-95f1-408d-a02f-79e30095f728\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8784f726-5af6-4431-b6b2-29099d6311d2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B8C6CB22-10A3-4FC5-8D19-B6D7FF79CA0C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3340.8,\n                                    \"supplierId\": \"24199692\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"89036B82-E72C-44C3-8982-6615915DDCB3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-01T00:00:00\",\n                            \"amount\": 21572.09,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-04-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0ed3ab0d-0821-4eec-89f6-eb4eab797107\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f71ec47e-9acf-494d-bb95-e196a56da2f9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"85CF5DEB-A282-44A2-8810-2413B382FDDF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10367.72,\n                                    \"supplierId\": \"24199647\"\n                                },\n                                {\n                                    \"txnId\": \"3b4eca1a-1cec-49a9-9bc5-414b2e7d6fd6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C058802D-715D-4784-8256-DF04BD851720\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11092.84,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"4560BC1B-4B40-4D95-A58E-6CF9F71D9E62\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-10T00:00:00\",\n                            \"amount\": 21071.45,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-04-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"489b98e5-d4ab-461d-8a1a-77f96f25c988\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3b4eca1a-1cec-49a9-9bc5-414b2e7d6fd6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C058802D-715D-4784-8256-DF04BD851720\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21241.48,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"0297E1E1-F481-49A4-888B-A517B75D7336\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-12T00:00:00\",\n                            \"amount\": 1943.35,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-04-12T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"09ff6830-708a-4fb0-98a2-c9f3001af370\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0f6669fb-c22a-48c3-916e-d725ccd7194a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7FA21066-9462-4445-8DD1-886BB366BB15\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1180.35,\n                                    \"supplierId\": \"24199639\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"97260B13-2BE1-48D5-A641-A43CE4F9BC3B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-14T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-04-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"16668942-f97a-4ff7-97d7-b61dc3f0246b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"19d9ce87-9727-40d5-b587-684115516321\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"67F9950C-64CF-4108-9AC1-A6F294241BC4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3345.99,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"6C58C952-B404-4A24-AD26-4A53F8329B15\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-15T00:00:00\",\n                            \"amount\": 8232.9,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-04-15T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"743f29b2-415f-462d-a3b7-60c10c6d2f8a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e875dc05-0265-4888-b42c-a025ee00bbb9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FD078EE6-B70D-4F9B-B122-9E10B50A09C0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1817.69,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"c0610770-955c-4dc3-9b66-c6e683a29945\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0F340408-3EB6-4FBE-902C-55BFC140C773\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6415.21,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199635\",\n                            \"id1\": \"6D03D2E2-03AC-11EF-AC09-1D534EB62A29\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-26T00:00:00\",\n                            \"amount\": 2923.11,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-04-26T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"03b4671b-bd20-4297-922e-c2e978436efd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"16346b67-6fc3-4706-8930-11887a3f3a6e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"878760C3-0275-11EF-AF1F-C946235F6A40\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2914.29,\n                                    \"supplierId\": \"24199635\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199684\",\n                            \"id1\": \"C04E9BE9-D9C9-44CC-9844-96B43142F3D6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-04T00:00:00\",\n                            \"amount\": 5626,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-07-04T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4848b8f0-1a4d-4412-9cbe-e369ad268b67\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"edbbcae7-bd5e-4af3-be4f-6ab0441d0af9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EA6524AD-4FBE-4CE0-843A-ECDB3A82EAD8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5626,\n                                    \"supplierId\": \"24199684\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"06F67177-CA38-4F3D-BE41-279BA87F9049\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-14T00:00:00\",\n                            \"amount\": 3217.03,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-07-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"442a1d9f-fa13-4cdd-bc38-d323929e4dc9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f01e5d0a-dc35-4498-9cad-d9619905064a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8A506A29-39A7-4012-9157-620ADAD6D952\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3217.03,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"A8C117AD-55A7-48F3-9D92-0C27BD604183\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-06T00:00:00\",\n                            \"amount\": 5174.55,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-10-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"47c3d36d-aad2-49b2-9546-4cf68a2fb8c7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"78c2562b-583f-43f7-8e91-2e651a903417\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"218F13AB-8FD9-4EBE-A7D2-F6004E09B3F1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5142.54,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"a9dacdd4-cb99-4311-888a-423d6bbd07b6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6E83F504-876C-4808-B9C1-897DD96B1BBA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 32.01,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"9A7779B1-40C4-4188-BD2B-29FF90373334\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-15T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-10-15T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"491c4acd-7204-4028-970d-70244ff22889\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4496c0c4-0907-44ff-b1ab-cabcf58425b1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"13D85C09-2780-4B89-B270-787DF96B3F99\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3345.99,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199635\",\n                            \"id1\": \"DC67E38B-C696-42C8-BEEB-A85806948BF5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-18T00:00:00\",\n                            \"amount\": 22139.1,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-10-18T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c3798270-64be-4274-b800-ff0a372470e8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e224d5a4-b1e5-49dc-a801-ba73d4285b94\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3ADD0CD6-4061-43CB-AF02-A3CCE377C83D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 22543.71,\n                                    \"supplierId\": \"24199635\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"45E68777-918C-494E-9827-3F69C139F7C6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-24T00:00:00\",\n                            \"amount\": 19435.09,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-10-24T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ba3bc510-e67a-4817-8d32-7ba7d36339bc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"561053a2-87a2-47cd-9b90-959ff0bdeb3f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CEBCF0DA-42B3-4DA2-BD15-C85B87E02562\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5931.45,\n                                    \"supplierId\": \"24199641\"\n                                },\n                                {\n                                    \"txnId\": \"2f9a4f3c-b281-40c4-8cc7-3ada717432f0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8BC2FA9A-6061-475B-8D0D-7E7887E954A4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6948.26,\n                                    \"supplierId\": \"24199641\"\n                                },\n                                {\n                                    \"txnId\": \"90bc618e-68a0-4c91-b77f-57a8c248eeaa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A5193046-2AEB-4247-BC04-C63A52B67BA7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6948.26,\n                                    \"supplierId\": \"24199641\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"1350C77C-372D-4B5E-A0E8-5B1BE3792B8D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-27T00:00:00\",\n                            \"amount\": 9706.02,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-10-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8efba825-1007-40f6-975d-6b5c55a58368\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a9dacdd4-cb99-4311-888a-423d6bbd07b6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6E83F504-876C-4808-B9C1-897DD96B1BBA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7729.43,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"621aa40c-6e4c-4b44-a570-c6b227999caa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DE04A196-7688-4956-A517-0D951C8377DE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1944.58,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"2875e177-fd30-4ada-b661-31ee49e10b75\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"234E7CBB-E81A-4C46-A3DE-2E3AE6EAC5C7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 32.01,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": \"075446E0-44B1-4A84-924B-C516781E4F58\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-29T00:00:00\",\n                            \"amount\": 3396.78,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-10-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"21b891ff-755f-41c0-bfb5-fa38be411a1e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6f314688-0efa-451e-9dae-63dcb46800fc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"82C10B88-DEE8-47A1-956C-E0636CBEA20E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3396.78,\n                                    \"supplierId\": \"24199652\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199705\",\n                            \"id1\": \"B1BD4558-42F2-41F7-A584-22609FBF4AEA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-31T00:00:00\",\n                            \"amount\": 4906.8,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-10-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e4332a70-2462-4b85-8e7f-947940c14e74\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a4a4107e-0734-44bb-9812-aab99d08b98d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AB37AAE5-34F3-417B-92D8-7D4CF7594334\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4906.8,\n                                    \"supplierId\": \"24199705\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"D83A126B-FF1A-496E-987D-572FE54BA355\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-07T00:00:00\",\n                            \"amount\": 2655.43,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-01-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bc4d762a-058a-4911-8e30-ec63521caea8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b478ea9f-d156-433c-b9ac-39fbfba1d1f2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7DD5183B-F753-4F64-A798-D7578A813AAB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1892.43,\n                                    \"supplierId\": \"24199639\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"284F4743-A0DA-4F24-BE7C-FC13D40C03C1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-08T00:00:00\",\n                            \"amount\": 51228.17,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-01-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5bb95e2a-150c-4794-ab61-16f6647ed1d1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"618f7d79-19b2-42a7-ab5a-05d783483a5a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9F8751D4-73A6-4DED-B732-1184C969DA52\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 34656.78,\n                                    \"supplierId\": \"24199647\"\n                                },\n                                {\n                                    \"txnId\": \"a2284488-8408-432f-b5ee-6ffe181783d8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"192D31E7-6A34-41A2-8F69-6E5F4A02CDA2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1241.78,\n                                    \"supplierId\": \"24199647\"\n                                },\n                                {\n                                    \"txnId\": \"15fb74cc-7ab1-4882-b99e-670d89b1679e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"08CB1424-F0C9-4754-A946-3F73F3284910\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 15122.5,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"240E65D5-990F-421D-9380-4E152D73C749\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-08T00:00:00\",\n                            \"amount\": 126306.6,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-01-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"451fac23-2076-4355-a5cc-b805d40bc997\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d3f6b867-681e-4931-a3b2-21786d548ab6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"293AA9BC-39C5-4980-8A28-AC199B94240C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 37093.32,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"ba6bb13b-747a-4a32-a86d-c1864f5f99d0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F6B1DB5D-A05B-492C-BF42-C8C1866239D7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 22776.6,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"9bdc7bfe-1c19-4230-b3a8-4c6aecde85e6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C30AB2E3-AEBD-4DC2-B235-48F7A14F71A2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4022.88,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"a397e4a1-2f8a-4b06-bd68-8a86066014ef\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"63C1B91F-060D-4BDB-8ACB-0186E855CCC3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 62413.8,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"235BFFFB-65FB-44FD-9EF6-022B40961C3E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-14T00:00:00\",\n                            \"amount\": 7731.16,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-01-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5de66cf1-f68b-4c9f-b0f1-21d87430f72d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"da665b5d-3be6-4240-a076-665809b2e605\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8B9EF54E-69A4-4BC1-A257-F7E2B03343B4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7806.96,\n                                    \"supplierId\": \"24199641\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"1338651F-4D02-4086-B6C4-9D4242A9656A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-14T00:00:00\",\n                            \"amount\": 5034.02,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-01-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2a24e094-227c-4cfe-9866-d9f8f3d38f1e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4139fb63-c265-4a07-a526-95f32c1f58c4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B519C417-4454-4047-B778-33B0A648C876\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5034.02,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"DC8C827B-F37F-4CF1-BC82-F0DBBEF9AF30\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-20T00:00:00\",\n                            \"amount\": 57385.2,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-01-20T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b3833a63-2acb-459f-9fef-a5e120c4f190\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"08a85119-f9ff-4dec-afa9-d8a713305d03\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D9A52D86-9717-4D98-947C-109429399191\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 57385.2,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"39826C76-BB40-4752-B5EB-A2471B78E631\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-27T00:00:00\",\n                            \"amount\": 71583.6,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-01-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c0901c3f-7f5e-4527-a675-61e39181a24b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d1ac5c56-b75f-4873-a101-552f0b454220\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"64C91E74-C22E-449B-B32F-E88C1CA4B545\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 71583.6,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"E8DB8B4F-364C-4FC9-B8F7-1FC25B9A1C2B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-27T00:00:00\",\n                            \"amount\": 58766.21,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-01-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"26730d86-ff14-4835-86fe-5ce541594fb9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"87cf10be-d7c9-415e-94a0-c48dc742f389\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F248390E-E7A6-45B0-AA45-3D61C19487FB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 30529.37,\n                                    \"supplierId\": \"24199647\"\n                                },\n                                {\n                                    \"txnId\": \"21bd595c-38ee-484d-b734-74aa2716ec8d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E4B626A2-33B5-40F1-A5D8-1665882E662E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 29279.5,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"58E98AB0-8EFE-441A-BEE6-0A989433B7A9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-02T00:00:00\",\n                            \"amount\": 53940,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"86a16a14-b9fb-4be3-9f3f-5e4f3a26d807\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0c1bd346-2d70-4259-afb4-c040c8982c3a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F1B51235-3456-465B-B77F-056B2A4B964C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 53940,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"611CBB9E-4389-4288-BA8A-6DDDD0647565\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-02T00:00:00\",\n                            \"amount\": 81432,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1b91fcea-6792-42b2-aae6-9ddbb8ae162d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"88557b98-c420-4c01-bd1e-d9da44ad06f2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"03C397F1-46DB-4CF5-8B96-B726A3EE1B50\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 81432,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"9C9C871D-A074-46FA-A7BB-53408B639A25\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-02T00:00:00\",\n                            \"amount\": 81432,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1b226852-507a-4173-b7ae-c9efd17e920f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"88557b98-c420-4c01-bd1e-d9da44ad06f2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"03C397F1-46DB-4CF5-8B96-B726A3EE1B50\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 81432,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"4EF94E1B-6727-475A-AFA3-D12576934065\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-02T00:00:00\",\n                            \"amount\": 12785.3,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ce9213bf-0e69-4531-bbc6-1b6c2ca912eb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1b9e7009-a7dd-4e6b-809e-3f1a070c1f87\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A2C788A4-C3B6-457E-AC9D-E901D544172B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 525.47,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"a3a852a0-774f-42b9-b597-3a4242460479\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"ED706F82-753E-4131-8CCA-7D3DF97B2487\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11054.52,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"3aa86788-7657-4b08-b469-d31470c63155\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AA643F36-A553-44DE-8E8E-1C27D2EEA280\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 484.8,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"592c8533-7239-4feb-828e-1cbb89abdbef\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DB9F113B-7D1D-4658-B138-E1C37EE59E43\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 720.51,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"27A6A624-BC56-4168-8160-1CA0F2DEEBAF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-03T00:00:00\",\n                            \"amount\": 81107.2,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8b32eeda-72d1-4d48-97db-39a152b425e5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"80a79717-4aef-48ad-bdb0-91f7cec6dc58\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DBF6C58C-8937-4779-B61A-FD764904D537\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 81107.2,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"E5ABE7EE-E7A6-4E07-8F2D-1185FB516B77\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-03T00:00:00\",\n                            \"amount\": 57083.6,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"32d71b7c-2ba3-4dba-8f18-a6fa9e582b4e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7ec58ee4-6cce-4fdb-b82b-99d8d764f28b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A5E6A2F4-C1CA-401D-AAAA-9FD12AC961E0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 57083.6,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"DEC14409-3407-4AE5-857A-363CA9B8C53B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-08T00:00:00\",\n                            \"amount\": 15255.08,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d86512c2-b5e6-4676-9553-99708c498e02\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a4074058-d144-4940-992a-e26bb0f66445\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2B55B7D6-6667-42A1-AE97-1D77CD0E6DF6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 15047.15,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"0BA50E49-9172-4F95-8824-4BE0D5E35DA1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-09T00:00:00\",\n                            \"amount\": 40002.72,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-09T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"69620de0-fa76-4ab1-8be5-8efac107cfec\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6129da0e-8b01-4a19-ae63-0cfca284ee82\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"75763EC1-5AD0-47B4-B125-8F1A77D31AE9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 36013.32,\n                                    \"supplierId\": \"24199679\"\n                                },\n                                {\n                                    \"txnId\": \"6b4b78b0-46df-48f8-b483-209d5eaf5736\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1A16799C-6431-4C87-BBB5-C617789CE5C2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3669.29,\n                                    \"supplierId\": \"24199679\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"B39C5B45-FBF2-4C30-96AD-6D4E3EE07888\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-13T00:00:00\",\n                            \"amount\": 3357.59,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-13T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"44709f31-8517-4b25-bdc4-f04987196e3f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"30c49f5b-2379-4496-b3c6-1eab8ce73003\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8FB8D9EF-379B-43DB-AEB1-26342C15CC91\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3357.59,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"8A745434-14E3-4579-91BC-0F0CC6555CA5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-14T00:00:00\",\n                            \"amount\": 158597.52,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"17c956b1-cd2e-443b-873b-29906af0dc4f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9a7fa55b-9b95-4000-84b2-7f9e857aebc2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E4DCC370-7EF9-41FF-8C5D-C9E2EB5167F1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 72757.52,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"8690c4b6-2b04-4357-943c-f37266a35981\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F4350554-10A3-46A5-B778-CA47667B7C3B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10440,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"6e18f785-b24c-4a0d-ad17-a32387d7d0d4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6D6EFA8D-51F7-48B1-96A1-BF0925E87615\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 52200,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"0af8a838-a99e-4180-9352-691ac3c43741\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3C76E5A3-E0AE-432F-85B3-C7903398ED75\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 23200,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"37FE8190-2598-4BF9-A397-C4A9C687D541\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-21T00:00:00\",\n                            \"amount\": 47851.56,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-21T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6c23440b-deaa-4cf6-93ba-0aa2cf6c1aa0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"25601fe1-556c-4eee-9207-899e1261f23c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"948DE478-01C8-4316-9B47-B2E1A03490D5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 47961.49,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"7E8FE739-64B1-4722-A231-18DF464B882A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-22T00:00:00\",\n                            \"amount\": 92800,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"38f3e6bf-4c10-44a1-a7fb-b43723254edc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cd5610a8-6402-41b2-aa98-717e00a8b151\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C27EBEB3-D696-4DD7-A596-441C5598EC97\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 92800,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"395EDD1E-7182-4ACE-BA11-CC69C77C846F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-28T00:00:00\",\n                            \"amount\": 1896.37,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f5e66a60-a18d-44b2-9553-7fcbcc9bb1eb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"80fd97c7-bf16-4bcf-9ac9-04e9b16e1c62\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DD3DD586-B991-44CC-BA0A-13065D5A9E44\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1896.37,\n                                    \"supplierId\": \"24199639\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"6960A36B-EE54-54C0-9974-169DAB33E15E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-29T00:00:00\",\n                            \"amount\": 7120.08,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-10-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f1c3b9b5-f82b-4201-bdd9-98b6ec274e45\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cf28cb13-715a-480b-8a73-02360ed812b4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DFD09645-174B-5708-83BD-41981BCA8469\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7120.08,\n                                    \"supplierId\": \"24199673\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199692\",\n                            \"id1\": \"244FC6D5-BDBC-4D6F-8B3E-5F2242B1B2B5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-01T00:00:00\",\n                            \"amount\": 4802.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-09-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a9219d62-4d9f-434a-ba82-e6329c642394\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"28999f42-f626-4e2f-a146-a7a962bac691\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0BB09F48-1350-43AC-AB39-1E33D76B2687\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4802.4,\n                                    \"supplierId\": \"24199692\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199685\",\n                            \"id1\": \"409015FA-6847-4CA1-84FD-FC58BDB11D55\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-03T00:00:00\",\n                            \"amount\": 3712,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-09-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"32ac74d3-9b47-482e-92e6-81f68a45e662\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"eb0cc281-1de8-4d0e-b8a4-d25047029f80\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5C414823-13A7-4221-A713-864E4BF42A40\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3712,\n                                    \"supplierId\": \"24199685\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"CA87F34E-CE9D-4304-A074-D6FE91B80C47\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-13T00:00:00\",\n                            \"amount\": 3248,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-09-13T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"57d7798b-76fb-46fc-a1d8-1916804fd157\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"95a65987-6022-4118-8bd3-81f23ad91753\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"90F80721-9A81-4E8B-98F7-ADD508AD4359\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3248,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"979F3742-0076-4EFC-86AE-DCC52D2252B8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-19T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-09-19T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"959d2c80-d2b8-42c3-8039-080b194759ba\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1cbb10fc-fe8a-4699-bfde-d6744a5e05ef\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4ACDE478-54E9-419C-9601-61F39D65BCE8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 749,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"7BC3A21F-528C-4569-A685-B36850491713\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-19T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-09-19T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"599a12b3-2713-4511-a944-d09d577a2023\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"08cf7137-45c7-4c56-a85f-d4d33f9ae91e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"197D5FCE-D1E0-4CAC-839A-71C9EC672E2F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 699,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199700\",\n                            \"id1\": \"FC32F040-6CD7-45FD-A0F1-7517D9B66827\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-20T00:00:00\",\n                            \"amount\": 6025.04,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-09-20T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ebb70ee7-7037-4fbe-bcd5-63a1dbd79dd3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"599878d7-1a76-46e0-a6a9-c0f969576bf5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B1A4ACD7-5F98-45DE-9776-DF05E652FCB2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6025.04,\n                                    \"supplierId\": \"24199700\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"0D315825-5F51-4D43-8A2D-916EF1A721CE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-15T00:00:00\",\n                            \"amount\": 34003.06,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-08-15T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5b324aee-fc95-482e-a26c-6a4523d966af\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3527b164-3954-4190-9c8d-d91a084bdcbe\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E19F3E8A-250D-4B5F-8D65-979A2F2ABC62\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 34499.8,\n                                    \"supplierId\": \"24199679\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"AC0F2B58-53EC-4A33-A732-A990264C3B1E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-15T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-08-15T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2fb64d8c-abd0-4126-9708-1a9ffd9c3fba\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c4a76359-dd11-4a85-ae9b-2851a04696a7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A4A3520B-1962-4D6E-A429-631BA8B6BC90\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3345.99,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"66151A19-2EB7-4C39-AC5E-559211C2E3D3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-20T00:00:00\",\n                            \"amount\": 97730,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-08-20T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"577e3da4-f54e-4cef-b2bb-99bad5ca9a6f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"42c78fac-5900-41fb-b50e-fd0573d7aca0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0485712B-DAF4-440E-ABC8-B72865D3FB1A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 26680,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"b9ed85ba-dd33-4e9c-8467-f976139bd00c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3800C3C0-E8D5-4753-99FC-8EFD7C979A83\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 71050,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": \"23ADE228-2ABE-456F-AB4D-994DF6EE8771\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-26T00:00:00\",\n                            \"amount\": 2424.62,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-08-26T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6463bea3-4d6e-4e93-af89-2bf45da7553a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"eefb192d-bdda-4655-b638-f396c0146807\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9E0BF76A-A278-4206-A322-FF9AF36EE54A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2424.62,\n                                    \"supplierId\": \"24199652\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"CB12EA58-CAB7-4E8B-9671-325DCCFEA76C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-02T00:00:00\",\n                            \"amount\": 102138,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7550090d-3475-40a9-9a35-2429e9243568\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"10fb23a7-1531-4f32-86a8-24989f40b089\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"795D3F0B-2700-4874-B672-24BD83CA1238\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 38454,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"9038662b-a839-4f2d-b933-380308442e46\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4E257589-423C-492E-8E22-77504F063935\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4524,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"fbffe7a4-deec-46a5-9687-7efc7eb6e7db\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CE652D9F-2908-4AFD-A315-B64C7DAE8617\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 59160,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"F3800881-7F84-4CBE-A0B8-D30B95A52C3B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-05T00:00:00\",\n                            \"amount\": 3857.84,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-05T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cd724198-6e75-47d0-a44b-9c474de9d171\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f2f07ac5-b909-4a21-905b-8b88201f02fc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A8099648-3298-4F18-A3B6-143B117F3BE5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3857.84,\n                                    \"supplierId\": \"24199706\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"FFC89AF6-DF06-4459-AFF6-6FE963D65A23\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-05T00:00:00\",\n                            \"amount\": 7599.29,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-05T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3bf905ed-739a-4de3-bb0b-9e9b1995a2f9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b6b2edec-a68e-4eb4-8c5d-2fd5a488ea57\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FEBCEC02-8D78-4509-8FA9-49CC4016A43D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7635.42,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199635\",\n                            \"id1\": \"C15AAB82-6E92-11EF-B3CF-0BAF9561F9A9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-09T00:00:00\",\n                            \"amount\": 16114.95,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-09T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8cf603fa-93d7-46ca-b405-06dce9345fb9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4453aaa7-ffca-4f62-9445-a333d320a39b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"55E1C52B-6C69-11EF-8AF7-634D5AB00652\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16156.63,\n                                    \"supplierId\": \"24199635\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199635\",\n                            \"id1\": \"C3246EDC-6E92-11EF-9E1E-BF8001711672\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-09T00:00:00\",\n                            \"amount\": 8020.56,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-09T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b6e65fa6-23a1-4826-a156-662710e1a29b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"290f3ab8-5133-479a-a359-43f45e334dbd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5BD7A623-6C69-11EF-9593-0F0A2AB431FF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8041.31,\n                                    \"supplierId\": \"24199635\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"6837A807-4FFF-4A7E-B945-14C2DECC1CDF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-19T00:00:00\",\n                            \"amount\": 6691.98,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-19T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"30a08c9b-8f46-4ced-beba-1e314a280a80\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1a5be7d1-02b4-4292-9027-0fcd3f4d84bf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4B475E9A-5951-4221-9363-81B322F35E89\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3345.99,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"CFEA1816-1AAA-4486-B66D-8F72D8BA4DA4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-25T00:00:00\",\n                            \"amount\": 5454.84,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-25T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"08e69d90-0274-4d8e-b6f1-5ea5f5c13e8f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4d91ef2a-eb95-4829-b6a3-0ae29e08eeab\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C19576A1-52DC-4B6F-B192-B1861D4391A9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1896.58,\n                                    \"supplierId\": \"24199639\"\n                                },\n                                {\n                                    \"txnId\": \"aae4b9a1-1db8-45ca-bf28-96d440fde851\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1879C05C-07B1-450A-975B-42F16A84C4CC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2032.26,\n                                    \"supplierId\": \"24199639\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"D10475C0-7F54-4862-ABEE-6DFAD2A7EC11\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-27T00:00:00\",\n                            \"amount\": 86130,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4f365a3a-2569-43f4-9f61-cdc62faaeb45\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"13199491-c78c-4c2e-9ea8-c31e7c7267ff\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"64D88BEC-D1A3-487C-B26D-298F6B1D211F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 86130,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": \"DFF30DA6-C3B7-482A-8093-7202BBB54045\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-30T00:00:00\",\n                            \"amount\": 7381.74,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-09-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ad0ad0b0-4434-4e24-bdd9-27ac4186e2d6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"563458a4-1ebf-4333-9f25-0416d6cd8b8a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DB5F17B5-CA10-402D-97A0-8A598CCBCA90\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7381.74,\n                                    \"supplierId\": \"24199652\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": \"0D2D2057-1674-49D5-9C08-1D35348BA168\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-03T00:00:00\",\n                            \"amount\": 1844.8,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-07-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4f2477a8-28f4-4af1-93a2-d7050ca7030d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"894e0ff0-dee1-478a-be91-100e5e997889\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4A02A780-1A71-44C6-889A-B15ED7821675\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0.4,\n                                    \"supplierId\": \"24199653\"\n                                },\n                                {\n                                    \"txnId\": \"6876a6d5-d7ac-4d8f-9b74-c327c94d670b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BF3456A6-1761-4464-A8BF-B268381EA83B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1844.4,\n                                    \"supplierId\": \"24199653\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"E3C9DEC1-2EE2-4FA9-8EF8-7FB7FD5563BE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-16T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-07-16T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cbf585ff-7fa0-4946-b506-d1d22e262396\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"12c0945e-6630-4ced-ba3a-c856f390c3d8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C2DF5734-D06B-4D69-8E85-AB7CC257C50E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3345.99,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": \"1760EEB0-52D3-4C8A-AA70-933ADAB68FA7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-19T00:00:00\",\n                            \"amount\": 1169.82,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-07-19T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"14c257a7-1c66-4085-8cb5-2a9f4fe66fad\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ca24d2ed-603d-4ceb-9d39-6c1023318b09\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"48C948AA-AA94-4A57-BAFD-AD2FB3F45D36\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1160.16,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"DCD84BE2-0DBA-4085-B39B-FC0167BE3E01\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-28T00:00:00\",\n                            \"amount\": 6832.77,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-07-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"090ecd85-5191-42e2-86bf-29ad3e8be6ab\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"aae3019a-9dff-478b-bd1c-811084758845\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"82EA9C23-CB4C-4770-BACE-9B63AA73850C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6832.77,\n                                    \"supplierId\": \"24199706\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"5E679F54-759E-49B6-A752-D71766BDB197\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-31T00:00:00\",\n                            \"amount\": 11687.16,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-07-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6aa35c14-2446-4588-a741-1c0177ab9f4d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8efcd3a5-310e-4871-bc98-5b11fafbde72\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"331C5DD5-22E8-44CE-8FDF-1658BDF7C7C8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6374.27,\n                                    \"supplierId\": \"24199641\"\n                                },\n                                {\n                                    \"txnId\": \"7f3d59bf-1972-4286-9644-e2874e4f8a63\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AC3B5743-7727-494C-8D76-13BF22E024CD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5247.11,\n                                    \"supplierId\": \"24199641\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"501B279F-1931-4C2D-A7D8-55BFFA280EB6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-31T00:00:00\",\n                            \"amount\": 17272.92,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-07-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"67be4280-7f1f-4690-9e4b-fcf9102ab23b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"55ac9e06-3c8b-4fbb-9b71-5b938dc6da43\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"356E4BDD-49C6-4869-A1AF-74A0AE12518B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 17272.91,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"A11E6228-4FB7-490C-A6F0-40034B5BCA55\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-13T00:00:00\",\n                            \"amount\": 3310.5,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-01-13T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bc20589f-9660-4d60-876f-27b3663a3fff\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"73D00EB0-898F-4E89-A3D6-09708ADA71BC\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-17T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-01-17T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c8d94aec-9a03-4508-9e5f-70caf4ad14e0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e5032314-58e9-4b7f-bd07-73e0b8746535\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"623AAC6C-15B8-4879-8DBF-600CDB59DE3B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 699,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"DAEC44DD-ABCE-4992-B338-8B8BC028EC77\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-17T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-01-17T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8260a6a3-0185-49c7-85b1-475244915078\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"50ebb4e2-1ce3-49de-9d23-02c288b667f1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"35D11A88-4D86-47B2-A0CD-54F0B23B9F35\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 749,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"C962E28A-E61E-4969-8CAF-9C18EBFA4741\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-15T00:00:00\",\n                            \"amount\": 11035.5,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-12-15T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ee814625-733a-45f3-87e3-1abfb0b63ed6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4340842b-3978-49b3-bbf8-f719054e822f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2777B755-248E-4FC4-A0D3-EA0A523A58D1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5467.46,\n                                    \"supplierId\": \"24199641\"\n                                },\n                                {\n                                    \"txnId\": \"2bd13c25-f552-4fa6-ac32-c24b83c11b18\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F3034147-16C7-4858-BA2C-E55376E7060B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5467.46,\n                                    \"supplierId\": \"24199641\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"04AD8D1B-3631-42D2-BC46-0CA7F6616FFF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-17T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-12-17T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8b158829-13da-4cbb-bf27-83a189b910bc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b4f13c03-70fb-4686-a0d0-916e9fb78186\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C459FDDD-86E3-4A9B-AD41-3FA958A5BFB9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3345.99,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"ABF91DEF-55E0-4BB0-A6B7-2231C37BED07\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-22T00:00:00\",\n                            \"amount\": 26123,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-12-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"75be1a87-7f6a-4bc8-89f6-a253778bbe95\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6ea328ca-d37e-47d6-93bc-d420cc9326ad\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7ECE4F6E-AC51-408F-BFB4-ED95D56F601E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 23501.05,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"274023c2-e36c-405a-816d-5b82858d72ad\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9AC5B2B1-865A-4B82-85AA-55ADAE4EA7A9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2621.95,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"BCDA7A32-BC41-41F6-AD09-2061AB6F14C6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-22T00:00:00\",\n                            \"amount\": 3007.78,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-12-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f940dda5-da2f-43a0-9563-376bc31d4b1f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8e2042c9-6da3-4695-a352-3c23bf88e5a4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2DA916C8-DA84-438A-9B52-FB18F718122A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2262.78,\n                                    \"supplierId\": \"24199639\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"8C7BBF2B-C6A0-4FE3-8BB5-C9CAD77D7B1B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-31T00:00:00\",\n                            \"amount\": 38483.52,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-12-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8db3bbd1-7b43-45bc-af8e-e1f549542491\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"aa98fadb-d26c-45b7-96aa-7bf1250c98dc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F9A22C33-C5BB-48FB-904B-EEFDEA726A96\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 36311,\n                                    \"supplierId\": \"24199679\"\n                                },\n                                {\n                                    \"txnId\": \"ddb2681f-5710-45f6-9fc2-a0140aef27c1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B86472A1-9201-4317-B2CC-CD3A1D235EDB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2165.91,\n                                    \"supplierId\": \"24199679\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"6F173B27-5BFD-45BD-A436-D6E88326EBD8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-13T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-04-13T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"83fb4988-3af7-49d3-b0c6-cc965df76d3c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3a2f5a64-441f-460f-b5ba-74ae68196377\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7F185103-11CF-44DD-B7C8-0AAD1337A52E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 749,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"3187811F-111F-4B5D-9E4C-1B44DBF1FC49\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-13T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-04-13T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6dc00f94-4f9f-41fb-9035-ad70d9f645bc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"36917461-5488-4c2b-bd48-872db68db2fb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A274FD32-5B78-46F5-8A3B-6E3FA5C11AB0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 699,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"7C767F9C-497B-4B7B-AC4E-71A69F6A8FAA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-14T00:00:00\",\n                            \"amount\": 3207.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-04-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7767fd1b-cc8c-496d-95b3-2876ee4415ae\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"eb7fe07e-6216-44ab-888f-b479468aaa60\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C5673772-BF99-4600-93A1-6CCD4F421996\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3207.4,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199720\",\n                            \"id1\": \"CD9C0C06-5088-40F3-80B4-A9C2891B9FC0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-22T00:00:00\",\n                            \"amount\": 2552,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-04-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7c110e90-9fab-4541-91a0-87fc1ba5ed94\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"67a35f1e-32de-4dfa-85fc-d92eb591b3a9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"366CAE88-E53D-4649-94C5-FD4050FA0C34\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2552,\n                                    \"supplierId\": \"24199720\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199721\",\n                            \"id1\": \"BAF24BBA-A687-40A3-9927-DC4762730DC8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-26T00:00:00\",\n                            \"amount\": 55929.54,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-04-26T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6f7f78d6-cc5b-431a-afe4-0ca3d79c831b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"03e14712-9dd8-43af-b7c1-b980b2306de1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BE3A407E-89FA-4DAF-BB53-44EC5CA44478\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 55929.54,\n                                    \"supplierId\": \"24199721\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199715\",\n                            \"id1\": \"88E2892A-9D67-403E-93E0-8B825A2F1598\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-27T00:00:00\",\n                            \"amount\": 83706.25,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-04-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e4f42576-f178-41b3-9696-23f3c0e3d622\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c8b6d064-bcc1-47ea-a240-4e96d058e92e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"97FE3BE8-34F6-4A6C-8CF3-03257E1DFB74\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 83706.25,\n                                    \"supplierId\": \"24199715\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"7A353D68-3062-419D-8FE0-7E6D88368DC0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-27T00:00:00\",\n                            \"amount\": 39647.71,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-04-27T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4477e4c8-242f-4647-9c19-660b253cc7fd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"760c4d75-6546-4fa5-adf5-40d23871a677\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"52F20AE3-CF84-443D-93D4-BF604AA75E53\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 39647.71,\n                                    \"supplierId\": \"24199679\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199715\",\n                            \"id1\": \"D916E800-BB28-4566-93F9-A0AE7F1F6609\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-28T00:00:00\",\n                            \"amount\": 39301.73,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-04-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c50336ab-0b5a-43ec-8a60-ebc4891ce51f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"80a35901-4fed-4f55-8ea1-f74bcdfdcb94\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7B8227E3-5BA9-4CFE-A660-A5620B0AAC9C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 39301.73,\n                                    \"supplierId\": \"24199715\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"AC5EC060-1C06-4451-A61E-BEA49D867C9B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-02T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e1010fee-707b-4710-8c82-412f13c053f9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5d08ac44-4c37-4b82-9fe2-206fac19b74d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9C27B57E-EC01-4EA2-BCA6-45C2D2A10891\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 699,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"BA206DEA-A7AA-4C6F-8345-182ADFEC5A24\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-02T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"95cd2a23-2f40-4dfa-8687-cb2ada9375a5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a5a5c3f0-9c5d-4e23-82a3-28ad6ca11d7a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A8BEE957-CAF0-4C38-8FBA-99D708B1A3E5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 749,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"B6AD0F08-1D38-4105-8FF6-26CD459D262B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-13T00:00:00\",\n                            \"amount\": 1310.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-13T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3af9fc3d-aab7-463f-90b8-22513c00fae8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"30563404-4a46-463f-8fc7-999f239e01ee\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5A36BAB6-03AD-463D-ABA2-CB510F854F75\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1310.8,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"5D483C85-CEE8-4028-9512-E23B2C8BD488\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-16T00:00:00\",\n                            \"amount\": 3345.75,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-16T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"45434da1-e38a-4974-95e3-bb402be72610\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7f0d867c-e2d0-425c-93d1-dd4fc3e016c0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FC39D954-E70C-4354-825D-DD02FA196FFB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3345.75,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": \"305B534F-846E-40BD-94CE-37191084C5DE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-29T00:00:00\",\n                            \"amount\": 1368.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2023-03-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"58e28788-b903-4d93-a37f-5b77461a9f82\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"018f68a9-0112-4fc8-b0ac-a4c84618b7c4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"58B23D6A-1CAE-426C-89A2-01C020104A4D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1368.8,\n                                    \"supplierId\": \"24199653\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"73077379-FBDC-417E-B571-CD8DCB9B4CB4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-14T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-09-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a442440d-ec59-45cf-8f2f-8bea98e73a15\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c6d0a32d-1975-4fe4-bf70-eaf3782d97b6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"014D2B17-B96E-4773-89A2-7D43B8DEDA48\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3345.99,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"8FF92B69-C8EE-4247-AB92-4DB06738460F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-14T00:00:00\",\n                            \"amount\": 2445.65,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-09-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ae8ae6c1-af78-403c-999f-77ae4a8373ca\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0b84e5fe-bedf-46e4-bc13-52c317f01836\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"27707F6D-F8DB-44DA-9017-CDA0E98A8C89\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2445.65,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"B23BB540-7E38-49DB-94B8-F6ABC7FC917F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-21T00:00:00\",\n                            \"amount\": 3199.7,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-09-21T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f8628b10-1b7c-4700-89c9-749cb25f8fd3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"80aecfd1-431e-48df-bfc2-714244eb75ea\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A4A9C87F-426F-4CAA-B1AB-E1A00B2D12D4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2454.7,\n                                    \"supplierId\": \"24199639\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": \"94C2C747-CBE9-1B48-B0CC-AF0DCD4FECBB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-29T00:00:00\",\n                            \"amount\": 5037.88,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-09-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fd9c3aed-13f5-4ddc-b5fa-ade5f5fe27e6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8f9e2249-f5de-4b4a-ba89-02ba2af4c857\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"433E6B4E-BF24-E046-B858-11D9401B91A6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5037.88,\n                                    \"supplierId\": \"24199658\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"82E67BC5-9ECE-4370-93D9-C85969969A29\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-13T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-13T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8194db4d-1cdf-4c05-a2a4-58d40d5f0fc7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"617c7fa9-1c8e-4ad1-b1f8-2ca5a1d39de9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D44B7547-9FE3-47D0-B821-8673636A0B18\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3345.99,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199635\",\n                            \"id1\": \"E3D35918-926E-4028-A24A-2ABC90D0B892\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-31T00:00:00\",\n                            \"amount\": 12347.26,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8e45b421-8e27-44fd-a9e5-428cbae56ea4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6ca82152-c3b4-457b-996d-de1aa135ff40\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"62704CAB-4445-4158-833D-274F4FE9B105\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12299.18,\n                                    \"supplierId\": \"24199635\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"E99665EF-5DB1-4F77-8ECB-B1ABEBAA6BD8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-31T00:00:00\",\n                            \"amount\": 6565.91,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"06e7439e-9c7d-47e1-9619-b7bca391df7c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"dac3d3e9-9877-406d-b2aa-86e71c718c12\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6DF7D945-F6AA-47C9-9AA0-EDDE3BFE1245\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6565.91,\n                                    \"supplierId\": \"24199706\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199700\",\n                            \"id1\": \"8645609A-9891-4803-8352-8D1573469AE5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-31T00:00:00\",\n                            \"amount\": 8000,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-08-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bd5dacc3-f10c-4b98-81cb-5b04c0b025e4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b9504a92-8c51-472e-8d8a-20725f4c8595\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7986770A-05DB-48BA-A28E-57B624806548\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8000,\n                                    \"supplierId\": \"24199700\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": \"E03984AF-CCD3-4883-8AFD-A4FE3A32D188\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-07T00:00:00\",\n                            \"amount\": 24000,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c575d98e-6aa7-4dad-b77c-2284d46709f4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"894e0ff0-dee1-478a-be91-100e5e997889\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4A02A780-1A71-44C6-889A-B15ED7821675\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 24000,\n                                    \"supplierId\": \"24199653\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"4C8AC0DA-317A-44FD-812C-3F449288B1C7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-30T00:00:00\",\n                            \"amount\": 6522,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"08c6a9e4-135f-4202-9829-e1eba7b95d85\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fbcc49c7-8f84-4549-8fe2-3d760aa9bb02\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"16DD4826-9D79-4636-83BF-87863FA8F9B8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6356.49,\n                                    \"supplierId\": \"24199641\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"388DD9CB-9617-4B31-A161-94C3E8E176D7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-30T00:00:00\",\n                            \"amount\": 1621.1,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-06-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"88bd3bee-b21e-4531-8709-c77742eccca1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0c3b2d32-48c5-44d9-9496-94f4136e0f31\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2240A86B-403D-4FA6-A90D-53C935094B2F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1621.1,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"36F13311-897C-4F15-9EEF-138CAEC9D609\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-13T00:00:00\",\n                            \"amount\": 3346,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2023-04-13T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"82382bb1-b385-4040-b3be-868137db100a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"97bd01ca-b45c-4b06-a244-9cb78c0b73ab\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"03EC7FCE-C0A7-4C6A-9F5F-FE028DFEE95F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3346,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"31B7AEBB-D861-573B-BFAA-27C3C5110332\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-01T00:00:00\",\n                            \"amount\": 12604.56,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-02-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"77243108-cdfc-4cd5-88a9-79afb5894bfd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"bd3b4da2-dd59-432d-9e67-dc068be3f6cf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"63023292-4C03-524C-A2BD-71DEE50A2F79\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12604.56,\n                                    \"supplierId\": \"24199673\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"BC2FA05F-E9DE-4FE3-800F-F8136BD4E0DE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-05T00:00:00\",\n                            \"amount\": 2612.83,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-02-05T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5e4d8e5e-993d-40c4-95b4-212ed8fd0be5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d3946a7d-9e05-4288-8fd0-a1bc5ecfe345\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DD610603-AB83-45CA-A879-C78BE363EC81\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1830.83,\n                                    \"supplierId\": \"24199639\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"24C30EC2-054B-40B1-9C91-69B438331B0C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-06T00:00:00\",\n                            \"amount\": 73358.4,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-02-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d9a666b3-c8d7-4749-9dde-f439566f991b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"12b5e63b-6ecf-4549-a15c-71288b23d0b3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D6266610-9F78-4F9E-8A42-EF445F79992A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 23900.64,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"400e2a3c-11fd-4e1f-881c-29d6298f69db\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"560CAB03-E2F3-4B4A-8B70-0F45871BC7CA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 49457.76,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"82053621-DEC1-41DE-BF5D-382F5E7A3178\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-11T00:00:00\",\n                            \"amount\": 66850.8,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-02-11T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"34fd9bda-1f3f-45d4-9124-2c12f1d98433\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"45d49522-f661-486e-a7ef-4a336fd6a7ca\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DDC47821-EF7B-4E66-92D9-DE9540864297\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 66850.8,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"7A62B33B-4111-4690-8CDF-C23946602C90\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-16T00:00:00\",\n                            \"amount\": 5034.02,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-02-16T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"33d689e7-c82e-4ec1-8e7e-7b786e151c95\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c6078214-1fc6-4147-b6e5-db1bc292951a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6E9FC594-3F94-478F-8F4D-393F9CC75F5C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5034.02,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"08C943D5-6543-448A-B8A0-C5E6B0723A6F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-24T00:00:00\",\n                            \"amount\": 82469.04,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-02-24T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"23a89c16-0b11-4540-9858-f0dfc7fbcce0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"97127eff-6d7a-4b14-9ed2-33e274d1328d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E044F20D-9598-47A3-A63B-B4F6334CDE5C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 28988.4,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"7f4afe93-2e01-4020-8e8f-5ad5361297ac\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"28FA1465-2A45-4F8E-A132-DB16EA76CD85\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7868.28,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"08182a75-5469-42bf-8755-d22dd395cee7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C8BA3617-53DA-4151-B3E3-A9EDE602E244\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 45612.36,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"4B48419F-EA34-4FE4-9BF8-5DCB562A12E9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-25T00:00:00\",\n                            \"amount\": 3681.67,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-02-25T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a03c4f87-5661-40a4-87a8-7e191b18f541\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"979bc6d9-5ea6-4816-ba5a-3228433c4001\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D221E090-C1CA-4878-AEBA-1BFB15ABB595\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2849.15,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"8b51f6fb-291f-41e4-82b3-12cd80552152\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B7963EDD-1D53-4E70-A904-610079B8891A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 832.52,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"63E00022-A4E6-4D8A-A7BA-2EF4DC25012F\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-01T00:00:00\",\n                            \"amount\": 7372.41,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"dcaed2f8-6293-49f0-950b-fa72fb2b2e7e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"17134977-69f1-47ee-b482-c49203b3d24d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DD637A53-586F-4D2B-BB2D-DF9B703AF311\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7372.41,\n                                    \"supplierId\": \"24199641\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"AB73255D-576A-4D97-95F7-FD66BD27EFA6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-02T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"29efbf92-24e5-4f77-891c-d3ff0fbc927b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"69594848-ab25-492f-86de-28e003eb2c2e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EBB403E2-6378-46CD-9022-CD05C78FF1B9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 749,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"F24314A9-2988-451D-9EFE-CBBBE26F3D80\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-02T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3789adc4-aba4-4cf2-9c4a-3377e9df17f9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9658b76b-17dc-4254-8c10-738f161a2a34\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1AD3A5D1-4835-485A-BD7B-8545E3FC1A18\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 699,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"8A886403-6F3A-47A7-B4A1-91B621A6C8F9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-05T00:00:00\",\n                            \"amount\": 1310.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-05T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"25fafca0-31ba-481a-96b9-f18c63766ebd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"701712f3-5d6e-4ae8-aea2-52e9a952da86\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"871EEC15-7018-4DB5-A511-D1DC87C1C349\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1310.8,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"F15BD85C-A8CA-4412-953B-7F96CB6B220D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-15T00:00:00\",\n                            \"amount\": 3345.44,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-15T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"23c77507-342d-4bf1-b9be-02b06c2f26b9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4b100170-149f-40f5-bed5-775844e76ff3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"32481E0B-8E0E-4709-893A-A3D77E95ACA3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3345.44,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199684\",\n                            \"id1\": \"EA06A047-77D7-4B01-92DF-6537510FA35C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-29T00:00:00\",\n                            \"amount\": 5626,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"64ae66a5-bcdb-4067-8faf-98962e04d781\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"05fbdf3f-dd25-458f-8f45-c49dffe5a367\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"01D8BD01-5BFA-4660-BB32-59B269A21FAC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5626,\n                                    \"supplierId\": \"24199684\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"DBCE4051-B021-4544-A112-DC95941078B4\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-30T00:00:00\",\n                            \"amount\": 114260,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"de5b5e17-e3f7-4507-90e7-46fcf6e9e43f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2f7a9cc7-a2ec-4c6f-af71-7ef251dbc2d8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6CC99D04-2722-4C14-BA48-881B96EDEA13\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 114260,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": \"F137EEC7-05FD-4F70-9373-D98D1864AB59\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-30T00:00:00\",\n                            \"amount\": 207060,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-12-30T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f485896d-53c2-4a13-bf8a-52e70778b6df\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"016d422f-07bf-412a-855d-c57e9292437b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FB1CF772-3D6E-4F87-A5F7-5CE1CE823B59\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 207060,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"B14A3691-A8EB-4ECB-8DB3-455A25ED7FA7\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-03T00:00:00\",\n                            \"amount\": 28596.09,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"41706d1d-67cc-4f6a-8af7-215ecdf43b87\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"93779294-0aa4-4ae5-9488-d2dc668bef78\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"18AD6673-BD64-4DE5-96A8-78F36C19A4B7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21615.28,\n                                    \"supplierId\": \"24199647\"\n                                },\n                                {\n                                    \"txnId\": \"9601d0db-15ce-4341-90e7-a31f2c43d378\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7DFF352F-0D4A-492E-A1A5-ECACCC7EE7B1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6407.69,\n                                    \"supplierId\": \"24199647\"\n                                },\n                                {\n                                    \"txnId\": \"799fe71d-7b02-4880-a7ae-157170b4180d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7C7034B5-191F-4776-867F-E16FAADFCAE8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 102.6,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"7D73CAFB-BCD8-42D8-A01C-E0B74F1FBFFD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-14T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5f1c4f96-518d-4f2e-a70f-b500e86f5bea\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ed685d54-e6db-4c81-8f85-a6da88c4b1b2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0BF2B055-D6E9-4D0A-8B37-15D9B45B832F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3345.99,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"7FA196E9-C2C8-4120-BD02-4A156FECEB67\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-16T00:00:00\",\n                            \"amount\": 6078.78,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-16T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4411fe90-fb52-409f-9a3d-1b6c188c216a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"aae3019a-9dff-478b-bd1c-811084758845\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"82EA9C23-CB4C-4770-BACE-9B63AA73850C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6078.78,\n                                    \"supplierId\": \"24199706\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199637\",\n                            \"id1\": \"32E66FFD-0EFA-4EBC-9981-13A19FC378DF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-24T00:00:00\",\n                            \"amount\": 10556,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-24T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f350331e-994a-4606-b372-e8204a60caf7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"135f3671-0dad-4cf4-80ec-bd2349304770\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"898258DE-2614-4CED-A212-483B3E80FCD8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10556,\n                                    \"supplierId\": \"24199637\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"B94638C1-00F9-4202-B914-B2505A49ABEF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-24T00:00:00\",\n                            \"amount\": 12972.34,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-01-24T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9353b625-f182-441a-bf34-5386b07b69da\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"64c3c1b5-520c-4c01-b12e-4d6248b33fa0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"791B73CA-16C1-4B59-979B-004276185187\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12972.34,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"AE06B5AC-0E70-4D3C-9FEC-F2B6E6151C31\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-06T00:00:00\",\n                            \"amount\": 57030.24,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b1da07bb-1752-421f-9741-2f00565ee09c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"746e74a9-6f0f-4273-a36d-1c5db236265e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7C075F57-957D-46C9-96A9-D0613A4A4078\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 57030.24,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"946732F2-3E69-4064-869C-040D842968BD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-07T00:00:00\",\n                            \"amount\": 2703.4,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"888841b4-586e-4c34-8c8b-d3dd3c0d6005\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d6143d7d-ae38-44bb-9a2c-c00862da71f4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6CF05347-A848-4172-91A6-0927CA66094E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1921.4,\n                                    \"supplierId\": \"24199639\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"F81B88A1-D4D2-5892-AD35-12C0EDFA400B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-10T00:00:00\",\n                            \"amount\": 10208,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ecf6794c-5dea-48d6-a49a-c84b34ad7142\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3b0b79bd-a7b0-4f6b-9419-cdac708d93db\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"21C4F406-F055-5DEC-BCAC-37B7CAFB03F1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10208,\n                                    \"supplierId\": \"24199673\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"1CEEA274-389F-5A75-99DE-3DF01DA59F78\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-10T00:00:00\",\n                            \"amount\": 2227.2,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"17365ac3-9183-4e4b-8bc6-09a5d45f92c4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"88fe1110-d9f2-4071-9419-5c8cb8d4bd9a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2B31E004-5D25-5B7D-9DF4-23406C39928F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2227.2,\n                                    \"supplierId\": \"24199673\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199673\",\n                            \"id1\": \"7DCBE6EC-085B-48F9-8A66-BF686CEF8030\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-10T00:00:00\",\n                            \"amount\": 11688.16,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bf2ab0b5-b3e6-4f43-b497-a24a34454a87\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"20da67b8-bad9-4d24-af17-cfca1ad12e42\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"98944F0B-3EC6-4C79-8E15-FE3CE1E05772\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11688.16,\n                                    \"supplierId\": \"24199673\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"59467D02-498A-4B02-8E3B-BF309F93CC62\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-10T00:00:00\",\n                            \"amount\": 4827.84,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"08ca9b13-333e-4e8b-a55f-2ff350c5dc01\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d92b6011-b65b-4b5a-b19c-861eedafd5dc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"40BE8325-8C1A-48A5-A6EF-20BE1B97DB9E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4827.84,\n                                    \"supplierId\": \"24199706\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"43E1FD0A-2944-4C33-9AE0-95D916247AC0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-11T00:00:00\",\n                            \"amount\": 28396.8,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-11T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"23ac450a-6eab-4883-8041-3e7a832b0108\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"82d31caa-52a2-4515-8dab-a92eaa1c95e2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CA4646E0-4106-4680-AF75-2D238CFA145B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 28396.8,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"6FBA8461-7586-43BC-B521-9CBF35E16937\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-13T00:00:00\",\n                            \"amount\": 59206.07,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-13T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"491e78fa-9163-4338-827c-3f39f36fe317\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fe67b050-99c0-463a-8b9e-7bea375a1e44\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C807717F-BEE4-46AC-B10F-15B52CFDF6E4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 20601.95,\n                                    \"supplierId\": \"24199647\"\n                                },\n                                {\n                                    \"txnId\": \"371e3b61-1fbd-4068-bad8-d7e837e8b12a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D707AC81-0C20-4B93-8E53-BABB6316F675\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11896.44,\n                                    \"supplierId\": \"24199647\"\n                                },\n                                {\n                                    \"txnId\": \"7dfcc9ab-0eff-4151-b447-b890ec049fe8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7229A4E0-D47B-418A-9711-9236441FDB19\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9911.22,\n                                    \"supplierId\": \"24199647\"\n                                },\n                                {\n                                    \"txnId\": \"d990525e-7450-462c-a909-7f7f68e56534\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"94BBD67F-8066-4446-B77E-2B179A5CD453\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16169.76,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199676\",\n                            \"id1\": \"37FB7FEC-0053-11F0-A715-A9C3EE0DB0DB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-13T00:00:00\",\n                            \"amount\": 928,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-13T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"832b54b6-6ffd-4151-8472-8cf9d12b95dc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e9abdefb-cfd9-44e8-a156-f454389bf16a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5A1DD0F5-FF73-11EF-A953-F1360CEB8AB1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 928,\n                                    \"supplierId\": \"24199676\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"176D71E5-5A5F-4FEC-B98F-0E20734CEFE8\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-14T00:00:00\",\n                            \"amount\": 48037.92,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5bdad699-5b81-476b-b429-533c907d1316\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"80675a89-960f-45d9-90c7-323ce8fa753b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"311D3911-639B-4A88-96AB-8D317513185F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 48037.92,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"2F137716-D7BF-4B08-A43A-8B3A0DDD5AE6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-16T00:00:00\",\n                            \"amount\": 5034.02,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-16T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e5c54f77-a3d5-4648-aab6-5c7cb8967ff3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4bfc7a57-3fc3-44d6-a341-be01543cbee1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C23AAA97-B00E-4FCA-B7C6-180571983FCF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5034.02,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"50FC3994-30E6-4C33-8C1A-AE692175F2BB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-21T00:00:00\",\n                            \"amount\": 93886.92,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-21T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c0eee50e-19c3-42b9-8127-0ff432f9e2fc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f32d368d-1a43-4004-b25e-1e03ddc5d40c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DF3C7E84-CEB5-4AC8-A554-27E65E129FF1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 26030.4,\n                                    \"supplierId\": \"24199669\"\n                                },\n                                {\n                                    \"txnId\": \"84583163-fc55-4675-9742-f5bba913f1c4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"739F4E71-2FB0-4A20-9EBA-CCE50090BAAF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 67856.52,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"36CDAFA9-4C15-4191-9075-B8936E59063B\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-28T00:00:00\",\n                            \"amount\": 83238.12,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"85e50fa4-c345-44ae-8a5a-8aa5bd5513d2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c313bfeb-2e8f-4bf5-9f43-c3d97f627270\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D0345A41-59C5-4BB2-865A-D66238B3B92B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 83238.12,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": \"26250317-5BB8-4350-96B3-96C00528AD7E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-31T00:00:00\",\n                            \"amount\": 3947.7,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2025-03-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cf55f36d-f715-4f82-b9d6-63c79749d227\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9f0cbe4b-bd76-492e-a113-49425d1c42a4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2BC44B0C-5376-4D0F-94DC-CC1D2173F512\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3947.7,\n                                    \"supplierId\": \"24199652\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"6467F1C0-48F9-4362-9D47-E3CC7864D1CF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-02T00:00:00\",\n                            \"amount\": 13845,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8d84179f-b07b-4373-a3df-97c36e023ed2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a4d6df78-b11b-4a49-a258-ab7d31d17460\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2F1639FA-DA44-4829-AC4C-1F52850E1BED\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 13742.26,\n                                    \"supplierId\": \"24199641\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"44224634-3EEF-482C-8A54-70AE1D4BEC21\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-02T00:00:00\",\n                            \"amount\": 13845,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9abca079-c26c-4e18-bc7f-82cb1fea99eb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a4d6df78-b11b-4a49-a258-ab7d31d17460\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2F1639FA-DA44-4829-AC4C-1F52850E1BED\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 13742.26,\n                                    \"supplierId\": \"24199641\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"BF920AE0-DB66-4F28-9E84-B8937037BD4C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-03T00:00:00\",\n                            \"amount\": 5189.53,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5255b4b3-c8d0-487e-8fbf-700d8497ea74\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"936e695c-b461-4832-a871-0b00722503c4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9FAC59F5-AA5A-4B76-9E9C-11963E129A27\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5189.53,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"ED3826F5-5165-4234-A6F5-A5536B7A9430\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-03T00:00:00\",\n                            \"amount\": 1436.52,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e7aa4498-d0c8-4813-859c-8a3bd526213b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8c59eca5-6fb9-4e42-bf60-b18a3850a0a7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C9D19F90-A66B-4FC3-9619-39BA831012E2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1363.4,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"EDD96EDE-E9FC-46CE-B555-6F213D271C8A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-08T00:00:00\",\n                            \"amount\": 9,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"aad70934-9e1a-4b34-8535-93a3e2179bef\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"936e695c-b461-4832-a871-0b00722503c4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9FAC59F5-AA5A-4B76-9E9C-11963E129A27\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"4B1BC515-4B41-40D6-8448-090C2D9A2A79\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-16T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-16T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ac71e5db-f7fb-464e-9bc9-ac39ec2b891a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"555be5cb-bafe-4c80-867a-bff8feecfb7b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4F032FE9-F830-480D-9C7F-FA3E602F6DB5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3345.99,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"0A8E2E34-D1C2-45AD-86DC-0EA64EF35357\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-24T00:00:00\",\n                            \"amount\": 5445.18,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-24T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b71ce595-e0fa-4e55-bb0e-150ce88a3fdb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e84637e7-d0fb-44f9-91d5-f598320dd26d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"38DF7527-CF22-48C0-AF79-C7D215475420\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5445.18,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"DEBC9B8F-CE4B-45E2-AEF1-9FB2375E7F98\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-28T00:00:00\",\n                            \"amount\": 2062.69,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-05-28T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c382ae18-7c11-4803-be97-c02be9acaddc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"58644ebe-3d90-4332-8c33-b66f0292e9fd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C824524A-6434-471C-99B5-46AD080AEC5D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1299.69,\n                                    \"supplierId\": \"24199639\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"3D06A301-253B-4E54-84A5-FC4B90DB7E69\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-14T00:00:00\",\n                            \"amount\": 3248,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-06-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7b9f8b3b-4cf6-4ab3-95ba-758f50019b91\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5f454308-c80e-4cbf-8a0f-9df5d7ea98da\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CAA94D24-E819-40BD-9D73-28B3A978D86E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3248,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"CDFEDCED-EFA9-46F0-AEAD-FAA59D715195\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-16T00:00:00\",\n                            \"amount\": 11812.89,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-06-16T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bd3389cc-4d3d-4437-8108-606d5e66702c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"69b57cd7-7068-4239-b8c8-3bbee6b2d77c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"384A1B02-5060-45CD-869E-500649582140\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11812.89,\n                                    \"supplierId\": \"24199706\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"361DDA0A-A3E8-45C0-8033-CD28774DE7A2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-17T00:00:00\",\n                            \"amount\": 849,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-06-17T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2ae1015b-9122-457d-bd08-e33cd99b11e1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"aa11bd52-d5c2-4dd2-8f0e-6d5571c5d54c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9103C191-D252-44E9-9855-92F4D7B05BC7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 849,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"83BA9077-8E58-44FE-BA2F-54BB4DCF380C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-17T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-06-17T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"825e7bcc-6cfe-4eac-a8c6-2517556f6f3d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"214a3dd3-e11c-42a2-aa97-d20b517f7014\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7E59EB82-5E75-489D-8730-379A5A56EBC1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 699,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199732\",\n                            \"id1\": \"D0CA8DB0-8EA4-4340-B312-3BD2DDC611FA\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-22T00:00:00\",\n                            \"amount\": 244.9,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-06-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fc193468-a82a-43d0-bd3d-2654cce287a8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"16d4cb8a-ed51-4c90-bc65-22438f4ff60a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"088DFB58-8BA7-43B7-93D7-9E6C3EDAE6CE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 244.9,\n                                    \"supplierId\": \"24199732\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199700\",\n                            \"id1\": \"C0708559-B2E8-40F4-A9D5-DA517F6AA375\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-02T00:00:00\",\n                            \"amount\": 765.6,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-05-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"26dbed4f-8d16-4d8d-9615-73cd64ddba9f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"435f5049-b2d3-4dc2-a091-bdfb1b968bea\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B2D37C6C-8022-4464-BEFB-0EA5A051362F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 765.6,\n                                    \"supplierId\": \"24199700\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": \"80491F26-627B-4A57-AA71-AB66CD684812\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-08T00:00:00\",\n                            \"amount\": 35199.24,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-05-08T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9e0cce3b-bcf0-4475-b930-c5d1357258ad\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"77e01f9f-d88f-4472-97f0-977f5042c244\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"26CA12C9-37DE-49F5-ABD2-EA1E47939723\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 34596.79,\n                                    \"supplierId\": \"24199679\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"C9095AE3-B0DA-4B64-857F-954C7A9A3C15\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-09T00:00:00\",\n                            \"amount\": 4621.44,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-05-09T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"13339490-876d-4d22-82f4-bf0cb9c902d1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8df3fb97-800e-498f-ad6d-fa32b505525b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E4752BDB-9612-4596-82E9-9EC089FEB11A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4536.95,\n                                    \"supplierId\": \"24199641\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"1F00BE30-6707-4FE7-A0D9-3E55FFA0EB20\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-14T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2023-05-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"64915b15-0aeb-4bd1-86e2-79a31cf71684\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5b8cabe8-7c81-4578-a4e3-826d91a0635e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9F3476E1-B1E5-47A2-80F6-87655FCBC7F5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3345.99,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199637\",\n                            \"id1\": \"F65A4A6A-C033-444D-94B8-6382CFAD5534\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-01T00:00:00\",\n                            \"amount\": 9020.16,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-11-01T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5b325527-e367-46d2-84a1-50b0743ce49b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fed3f9ac-5375-4040-bbdc-cf139f341940\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8A0F763D-2ABA-4C39-B26E-8077A8C5AC40\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9020.16,\n                                    \"supplierId\": \"24199637\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"06DB3371-F282-4E9D-A237-E25B762A4639\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-02T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-11-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ca7b197b-df9f-4b38-b31b-798d9b6b24fb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c5440362-4c9b-430b-8389-6e0c1c04d8da\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A8C4D9EA-BAAB-4CBB-820D-54C8CD2CD742\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 699,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"A63DDCAA-881E-4FCD-BDFB-7D2B7C9EE9ED\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-02T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-11-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"94797ef0-707c-4de5-b676-98d0e2d755d3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a5997fc1-b1ab-446d-b515-b93faed9e5c5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"37845D1A-EA81-41EB-8DD9-A147BF5F0D8C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 749,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199712\",\n                            \"id1\": \"6F8FFB84-FEAE-4270-95D4-8506428B5096\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-17T00:00:00\",\n                            \"amount\": 960.48,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-11-17T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"936b4af7-ff9c-4ffc-a87d-b9c2c7f4ec29\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a4bb53fd-8a67-4516-845f-9f0753abb1e5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5C4CF9EC-6780-466B-8743-92349F37D7AB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 960.48,\n                                    \"supplierId\": \"24199712\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"F5C15EEF-5DC7-4D93-97B1-A3DA2419551E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-20T00:00:00\",\n                            \"amount\": 3194.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-11-20T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"26964069-21d8-4e48-b080-3b5287fc8370\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5498afe9-3c21-4d35-944e-1458a409589c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8BC38785-0796-4E34-A299-4E8BD05D1076\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3194.8,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"7E3D983D-E4EB-4D09-917E-0B171B417375\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-16T00:00:00\",\n                            \"amount\": 3345.99,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-07-16T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"10871aeb-c918-41a0-ae79-c429eb473195\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c96f8776-e614-46ce-8c3b-f195943c4c76\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F7DF468E-741A-416B-A30F-D1D46D4CBDC9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3345.99,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"C1AF9A68-B29F-41A1-9E9F-3004E8A11490\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-17T00:00:00\",\n                            \"amount\": 23780.2,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-07-17T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"39092f6c-1490-4389-bcfc-ce0b23ecc682\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"bbdec0e4-9862-4041-8e5a-fba9c1c5e3f3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"02EA513C-8726-463A-B587-E58054B10D4A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 22364.81,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"28119D07-0FCE-413F-8263-C1C1F75A923A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-25T00:00:00\",\n                            \"amount\": 1542.09,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-07-25T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f61173f1-32ed-4911-817a-2185c2022c50\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b3c86c8e-3825-4951-8cbb-6c7bc2058bf7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BA1E79A2-1310-43D4-89E9-DE076BAF4F4A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 656.08,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"eb6069b8-6824-4381-a0d5-1ef765b20a46\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2290F618-7715-4244-B43E-4B6224FEDFD1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 341.98,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"ad6b3269-a038-4375-84fd-c1053d018941\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FC13E1B4-3CF5-4141-B081-8103FF321211\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 544.02,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"4E2D76A8-9BC5-4285-BFF8-2B1205A4A926\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-26T00:00:00\",\n                            \"amount\": 2159.14,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-07-26T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"febf30bd-c787-4696-b4f1-4cb47dcf4075\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8360bed1-708a-4b19-a3b9-27ca4e652896\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0F985401-C4B6-40C4-8CC9-C90122123160\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1396.14,\n                                    \"supplierId\": \"24199639\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": \"05BCEFB9-9312-463D-86C8-58C52D20DBA1\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-29T00:00:00\",\n                            \"amount\": 89320,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-07-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fd0b2ece-bdb2-46da-af8e-6e65217448d3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c3281ad5-3a5d-42e9-92ca-a68fc5057a7a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3445C021-9369-4FE1-9EC7-FDDF12441716\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 89320,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199743\",\n                            \"id1\": \"ADC2EED2-4388-4473-BA59-454CFC45990D\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-31T00:00:00\",\n                            \"amount\": 23780,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-07-31T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"27b2e88b-5c08-464c-ab7d-5658b1df6dd6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"daf0c4df-fb1d-411f-bae1-e4251ebc5b8c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E5FF6254-85EA-4037-ABAB-61E83D01657D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 23780,\n                                    \"supplierId\": \"24199743\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"73945AA6-81D4-4D69-B765-F0F35ACCF8F5\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-02T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2023-01-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3ce6dadb-04f4-4543-8dae-e617b2d3adb9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"97a3e8eb-de86-4bb6-8ae9-eeda1f4ec488\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A01FB70C-F7CB-4F3D-A369-97AF6F40C5B9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 749,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"555C0950-A484-4885-8935-B96F974C7DBE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-02T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2023-01-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b98ae0bc-31f2-4f99-b86a-fe984aa2c076\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"714023d6-4825-4277-abc1-eaade3f5013a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"623E7936-4AAF-4BA1-AD5D-AA23E529B6E0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 699,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"5B3BFBE5-E1AA-4C47-B7FB-D9483C8C0E90\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-15T00:00:00\",\n                            \"amount\": 3346,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2023-01-15T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"81ded4e9-1d88-406c-8649-69d15a780799\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9d596107-64a3-4f4e-bd76-5db34e76b095\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CDFC9E5F-27B7-4187-B7B9-012529D483A8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3346,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"BF0BE3C5-4E9C-4CA6-8D3C-724E77CBBCFD\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-16T00:00:00\",\n                            \"amount\": 606.71,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2023-01-16T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e44abf06-f573-4a5e-8515-a205ab42c48d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2f25cc38-af39-4db8-a024-67b98a925e5d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7D848897-6F94-4E51-8A34-E4AE39BFEC8D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 606.71,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"9CF86C4F-3639-4DA8-A288-A6D71E47B840\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-16T00:00:00\",\n                            \"amount\": 6713.31,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2023-01-16T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c25991b2-8ec1-4181-8c08-bc4b32aa3407\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"be73797a-7621-41ee-97db-5a159d9db80f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8C4A1F1E-3025-40B1-88D1-519F77E3CF56\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6713.31,\n                                    \"supplierId\": \"24199706\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"B2889564-370B-4E88-B8E5-3F9DAD15B6B6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-02T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-08-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"63dc73bd-1efc-4bbe-a24a-e40bf63bdcab\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d6d59624-95c1-4916-a810-f8da8ca00882\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7E4C13FB-726C-41B5-83DD-940D58E9A566\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 749,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"35862689-DABF-428E-8954-C7969D71B812\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-02T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-08-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"46686027-2ddb-41af-adb9-f287d2733b06\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"03e1ca37-ce26-41f6-9463-ca935cd2bdcd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"701AAC3B-625B-4233-8F1C-D3E0CCED3DF5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 699,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": \"F9BAE41A-8291-4FE9-A3F7-8C2BF3F7D650\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-10T00:00:00\",\n                            \"amount\": 7713.97,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-08-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ce22e4ce-a60f-4bcb-a507-e070f3828d7d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6c620f12-b6f4-4f2f-9c93-cfe4fbd043c5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"49E5E85C-17E5-43D3-AAA0-FE635A5F0289\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7713.97,\n                                    \"supplierId\": \"24199641\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"5DBE7A8C-027C-44AC-A283-76F27DC3B698\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-14T00:00:00\",\n                            \"amount\": 3208.56,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-08-14T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ca6fedb5-f558-4cb1-b8b8-d364cb4b8749\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"00929143-f21c-4abb-93c6-4784075fad33\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"539AF3E2-67A6-4BE6-B789-17D9C1219EA1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3208.56,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": \"7E73FBAD-BE37-48A7-BF54-50EFDC16F63C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-22T00:00:00\",\n                            \"amount\": 766.71,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-08-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1fb4b4da-6f4e-44bc-8f4e-321dcf04df85\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"bd43835e-e05c-4e32-bc26-d44ccfe96bfb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"92D7BC29-9A74-4866-8CDF-C751151A7B1A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 766.71,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"CFFAA063-7BC7-4A26-AEEA-000B1E439392\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-29T00:00:00\",\n                            \"amount\": 2997.52,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-02-29T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b6f71c90-9f4e-49ea-ac28-a16c74db6e84\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b5764d4a-427d-4deb-a184-d3a65d50b4c0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"902C308C-F17B-41C1-93EA-34E67A2E24E6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2234.52,\n                                    \"supplierId\": \"24199639\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"11193780-FE0D-40DB-993B-225F02C03B29\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-02T00:00:00\",\n                            \"amount\": 699,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2023-02-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"07ac7f43-c573-4dc9-b5f7-c355a3ed1d3c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"83e8cb80-7264-40fb-b56a-a00e2d2bc131\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1793586B-B30E-4BCC-B616-6FAE4384CCAA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 699,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199651\",\n                            \"id1\": \"570DD83D-D351-4891-962C-442331670D12\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-02T00:00:00\",\n                            \"amount\": 749,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2023-02-02T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"dedfee77-970f-4ed1-8448-60eea41acff5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"aca06df6-16c3-42a9-ac57-360da99569db\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F3E024AC-F505-4007-86DF-D4C92F2BA9AF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 749,\n                                    \"supplierId\": \"24199651\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": \"57D8295E-3264-4F37-9587-64E1A9F9C5B6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-07T00:00:00\",\n                            \"amount\": 11407.08,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2023-02-07T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"36c21a7f-d0f0-468f-a0c0-e21ff0627077\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"22e3f32b-fa95-4eb6-b77c-467dc0302cb6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8C96C0C6-03B3-4EEC-AAAA-45C34898E367\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11407.08,\n                                    \"supplierId\": \"24199657\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"142298D5-A6F7-4923-9390-33D81122C3DB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-12T00:00:00\",\n                            \"amount\": 3346,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2023-02-12T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"dc18d4ed-8e0d-46a2-aa39-aa4cb68e975f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7c9190c1-c511-4bf9-bd42-0c03b5edeaf2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A987F4B6-8FA0-49A1-9CFC-C29EB3C3795F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3346,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199637\",\n                            \"id1\": \"F552C392-3DDC-4B32-BB19-662CF12D15AB\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-03T00:00:00\",\n                            \"amount\": 2296.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-05-03T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cba7e393-f6b3-4c28-bafb-9942a7a36b82\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ff42cf35-eebd-4cda-9d39-d208ae6460b9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9BEFC6A5-B442-40B0-86C2-97F48326B078\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2296.8,\n                                    \"supplierId\": \"24199637\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"636D564F-624C-4C80-9BCC-0B50510185CF\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-15T00:00:00\",\n                            \"amount\": 3445.64,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-05-15T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"84e3221f-d7c9-4fdd-98c9-ff58aaa465ad\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d3109b17-2135-4bfc-8365-e5ad51d60c68\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DA9D4E61-EBB4-46B9-816B-6AABC0098672\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3445.64,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199705\",\n                            \"id1\": \"96F9F466-745B-49EA-A6E0-A0B2BFD956A2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-23T00:00:00\",\n                            \"amount\": 4953.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": \"2022-05-23T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"21c80422-7daf-424e-a6c2-c1e8ff4df102\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c826a2cf-df70-46cc-b50d-162b2f91d8d2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1E5F20C7-35E4-4112-8A4F-CFEEFC6BE37D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4953.2,\n                                    \"supplierId\": \"24199705\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"D5ACC0F4-FC25-440C-A41B-66F8E886E854\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-06T00:00:00\",\n                            \"amount\": 4339.05,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7d13f4c2-a507-42ac-95e0-572a148b0417\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ffc352f3-389f-4328-8cc8-a06d56244cf9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EAE00590-CDEF-4BE1-BA0E-349CED218D21\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4339.05,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199699\",\n                            \"id1\": \"EE49A6E7-042D-42BD-99DF-AB8A3B7D9018\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-06T00:00:00\",\n                            \"amount\": 157.2,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-06T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a6e77d5a-832e-469a-b249-f2861a147916\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d620b511-7e1e-4b22-a44b-f683d394e3bb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"09749CF2-E97D-40B9-B34A-4546E20B0248\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 157.2,\n                                    \"supplierId\": \"24199699\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199743\",\n                            \"id1\": \"CAAC1674-9A38-4DEB-8D47-67E634AF9B5A\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-10T00:00:00\",\n                            \"amount\": 23780,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-10T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"364adc4e-3e65-4115-ba4c-994877dfa9f0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c167e16e-dad5-4de4-ac87-c36a41782d45\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B71F719C-9FAA-43C9-BC23-D3C8FFAB8503\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 23780,\n                                    \"supplierId\": \"24199743\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"7A960BC7-96EF-49FE-9E4D-27F96B95CA9E\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-13T00:00:00\",\n                            \"amount\": 550.99,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-13T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9e4224bf-e59a-46d5-a83d-39a8b8755062\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"53dc6dd4-d2e4-4d9e-8184-568d95a8e751\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"516C12CE-A353-4697-AACD-7FE142B8AABE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 552.14,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199699\",\n                            \"id1\": \"3597AAB0-1787-403C-A638-00921CC9BB55\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-22T00:00:00\",\n                            \"amount\": 157.2,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-22T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1b1d3738-9240-41c1-9f26-305152b37179\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3f3c9e0f-7578-487b-8a86-792e1a5884db\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"86B43022-9939-4FCC-8D19-CFC3CD02740E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 157.2,\n                                    \"supplierId\": \"24199699\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199639\",\n                            \"id1\": \"3B010591-A06C-4968-A5AF-23ABA5A40572\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-25T00:00:00\",\n                            \"amount\": 2108.44,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-25T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"963910b4-b707-46ab-a0a5-e2badd4512a8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"58644ebe-3d90-4332-8c33-b66f0292e9fd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C824524A-6434-471C-99B5-46AD080AEC5D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3,\n                                    \"supplierId\": \"24199639\"\n                                },\n                                {\n                                    \"txnId\": \"7c95191a-7f75-42f3-9e66-f34e0d87452f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9A03B16F-3183-48EE-B00A-FCB323473169\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1342.44,\n                                    \"supplierId\": \"24199639\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": \"11CC0821-5A60-46FC-B5FE-6EAD3665F835\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-26T00:00:00\",\n                            \"amount\": 859.53,\n                            \"currency\": null,\n                            \"description\": \"Pago\",\n                            \"createdAt\": \"2024-06-26T00:00:00\",\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b4efeb9c-3e35-4b1d-882d-b16c2c2fd41b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cad91035-39e9-438c-b0d8-c0b89eb62255\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2073834C-23A5-473E-8CF3-16D930081B10\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 607.52,\n                                    \"supplierId\": \"24199642\"\n                                },\n                                {\n                                    \"txnId\": \"8b38561f-68f7-4192-bbca-c3e9304a6a57\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F64FEBA6-89A8-425B-92F2-BBE325811D96\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 252.01,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-01T00:00:00\",\n                            \"amount\": 333.5,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d3e9d7c2-b7b1-435c-9522-cebd3f9194f2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"46d46575-d564-4cbc-bded-811813587a89\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"79715DB2-28C0-4D19-81CD-8794906C8FF7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 333.5,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199634\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-06T00:00:00\",\n                            \"amount\": 13097.6,\n                            \"currency\": null,\n                            \"description\": \"FINIQUITO  14 PZAS CHAROLA DE 15CMX175CM CON TOPE DE 1/2 \\\" 14 PZAS CREMALLERA DE 120CM DE LARGO PERFOCEL METALICO 46CMX96.6CM  COLOR GRIS CLARO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"408063d1-3df7-4630-9299-133f8617a0c4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"bcfd10a7-7848-4181-bd6a-2922637ed12f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7322DBAE-139F-453B-A5AE-614893BCBDD3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 13097.6,\n                                    \"supplierId\": \"24199634\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199636\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-05-10T00:00:00\",\n                            \"amount\": 10441,\n                            \"currency\": null,\n                            \"description\": \"PTR 1-1/2\\\" x 1-1/2\\\" C14 (C-150)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5c10e6b7-41f2-4c36-81c5-76bd04a51974\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5e616ce7-8b77-4b42-9717-2054d6b2987e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EF2BDA25-C0DD-4D9D-B7E0-F0D978DD5306\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10441,\n                                    \"supplierId\": \"24199636\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-01T00:00:00\",\n                            \"amount\": 2108.9,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 56 X 28 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f431b18c-61e1-481f-a65f-b96bbaf5c668\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8a8eb527-739e-45be-8237-6f75b16d0c1a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D678B6E6-3BF0-4B59-AE5A-C9E62347425F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2108.9,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-06T00:00:00\",\n                            \"amount\": 16540.3,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"069a971c-7016-45cf-b99a-f743e32e52ee\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a745235b-d9d8-4c0e-8874-fb994faa859f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0607E4FD-F440-4574-9A8F-FB837A4C6571\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16540.3,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-06T00:00:00\",\n                            \"amount\": 8146.16,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 80 X 50 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"15f16b97-ee04-4d06-a34f-a18a47e2c1c3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"18d4baa6-7475-4e91-96c5-d7fa521bdb4a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"11CB590D-641E-4149-AFD4-9120E60D23A8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8146.16,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-06T00:00:00\",\n                            \"amount\": 17361.66,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 56 X 28 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"67cafb74-0c63-4b64-8d31-37e2872ca5b5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6eecf7d0-2cd4-47a8-be02-0ac567a85d89\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2BEE0E7D-53C5-49F8-AC60-67AA8248E764\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 17361.66,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-06T00:00:00\",\n                            \"amount\": 15739.48,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 32 X 16 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"18b9806f-d59f-43fe-92d4-b967d91d5764\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5a1c2a99-1ca0-4e85-b5bb-ad3d8737346f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E33E7E91-580C-425E-B08F-FB366B4970C8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 15739.48,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-08T00:00:00\",\n                            \"amount\": 97788,\n                            \"currency\": null,\n                            \"description\": \"BARRA DE BRONCE HUECA DE 2 X 24 DE LARGO EN MATERIAL DE BRONCE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5dbef8f5-ff54-4db2-a0c8-06b99efbcd1c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e2088ff8-e2fb-4724-abc0-c5a45862bec4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6BF8D588-FD82-421F-8DB5-6CF92AFC00D7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 97788,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-09T00:00:00\",\n                            \"amount\": 70412.83,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 56 X 32MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6172534a-a876-45c6-9e62-974f8ede799f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7ba09d5d-c8ef-4554-a2fb-04f6887c77df\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8AC60A6D-7B5F-405E-8CA9-A541F4944F1A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 70412.83,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-14T00:00:00\",\n                            \"amount\": 122741.21,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 56 X 28 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1c86d8a7-5733-4505-a053-da52bdaf1ad9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fe4c9edd-7624-49de-b781-d5296cec1a75\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E22E2F4F-EFD7-49E1-A7CF-9463EE960FB2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 122741.21,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-14T00:00:00\",\n                            \"amount\": 17197.38,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 32 X 16 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"568356ad-d3c6-4409-89ee-8b7b2514dc7b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c6dd52c4-d3c5-4f0a-bb31-e542f99d6e35\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F5E814A1-3593-4F2D-B686-18BE5C2995E7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 17197.38,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-14T00:00:00\",\n                            \"amount\": 98114.35,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 80 X 50 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d58c9235-2baf-4b53-a4e9-42fae222b442\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"193cc1ee-a662-43fe-9621-5c21a7ecd1ad\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7DDDD9DE-7F41-4DF3-B304-145292DDFFEA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 98114.35,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-22T00:00:00\",\n                            \"amount\": 1441.85,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5b325d06-b2a7-4977-9963-4c9f186f4817\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"527fc174-e3d4-48bc-b7da-a23bb3a15094\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9CE47002-18B6-4BAC-B231-571EA55D9096\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1441.85,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-24T00:00:00\",\n                            \"amount\": 696,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TINTA HP 667XL NEGRO ORIGINAL PARA 480 PAGINAS.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"03617051-1b9d-487b-9ba7-72d63c1c99b0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c49fb00d-6107-475a-bacb-b7e31063a19a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BE90F317-8A8C-4852-92C4-EC898DBBD390\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 696,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-30T00:00:00\",\n                            \"amount\": 41084.4,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"81816648-5c48-4cee-b430-265340c2d213\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f8dda300-61c0-4ef6-9310-92f81cbaa866\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6C770F5E-E0AA-464F-A794-5E9A980A6D8E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 41084.4,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-30T00:00:00\",\n                            \"amount\": 79692,\n                            \"currency\": null,\n                            \"description\": \"FUNDICION DE MOLDE DE CONCHA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8090d2be-7e96-41d4-8ee3-885cb7469593\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9facc4a2-44c3-447c-9f51-4aab006a5249\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"54DA9A42-C6E4-4CE8-9567-32640410CD05\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 79692,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-30T00:00:00\",\n                            \"amount\": 90306.2,\n                            \"currency\": null,\n                            \"description\": \"PLACA A36 (3/4 ESPESOR DE 4 x 8)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"58c5d24a-4d01-40b8-85aa-8ae293f4481d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"51dcf918-e28d-4923-b1f3-e9e0e055b93b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AF61B581-3780-4E09-8F4E-6DC36849F76D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 90306.2,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-11-30T00:00:00\",\n                            \"amount\": 745,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-3017374-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"68063be6-dae9-48ee-82d3-354f9f7dc390\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"69cc7762-c09b-4a39-b57f-50dcc6859e85\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA19BCE-8081-46F4-B2C8-31781DDD26E1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 745,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-01T00:00:00\",\n                            \"amount\": 800.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"afd8194a-bee1-4a5a-b57d-eda3e29bf44b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"959aa421-7f5d-4566-a33b-69b56d858d24\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"873D9094-67CC-4618-B0E4-AE8C678B7B06\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 800.4,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-01T00:00:00\",\n                            \"amount\": 936.79,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b44a3429-0a73-4002-b7f0-3a2f68c4ef6b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d8420eaf-b122-4f04-8494-32142702fd21\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"63D01456-9B73-48FB-97D2-A39AAEFBD327\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 936.79,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-01T00:00:00\",\n                            \"amount\": 11199.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"053829bd-e964-422f-879e-0b2c906f049a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"37d5982a-7eaf-47fb-9a3c-979c105f5009\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D1BC02EE-F467-4324-8460-ABD1944CE33F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11199.4,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-02T00:00:00\",\n                            \"amount\": 3373.53,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"658cfd09-98f6-4922-9b95-5f99acbf743d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"11063106-aedd-469e-acbb-140d6bacd0b1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"079A8A1A-4945-48E5-BBAA-37916DBCED4C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3373.53,\n                                    \"supplierId\": \"24199652\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-03T00:00:00\",\n                            \"amount\": 17707.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"67be2032-afe5-4b5c-abee-e22e5213b5f9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"150f54fc-8ab0-412e-bec9-b96a24e708c9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"14729A3E-CF0E-44C6-9686-951E1154AD30\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 17707.4,\n                                    \"supplierId\": \"24199653\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199654\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-04T00:00:00\",\n                            \"amount\": 997.61,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b2d94b1d-742b-40a7-94d1-c664551f6140\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a1408fe9-d21f-457c-9a37-2187a9545e36\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"538075F4-8760-42A1-A090-182F60643BDD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 997.61,\n                                    \"supplierId\": \"24199654\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199654\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-04T00:00:00\",\n                            \"amount\": 1020.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"55392c1b-bcfc-42c4-a242-231fe1d74baf\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8e0dd632-4757-4f12-bde5-2f959a6d98e0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0AA6BDD4-BF6F-4D49-93FC-05DF1ED59B22\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1020.8,\n                                    \"supplierId\": \"24199654\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199655\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-04T00:00:00\",\n                            \"amount\": 137692,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4a4ae778-d2ba-4991-b631-6d659a42cfda\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c0f6b388-f3c7-4342-be43-cc57fb94689f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D3BD91AE-B604-4AE6-9158-005AB4EA0838\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 137692,\n                                    \"supplierId\": \"24199655\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-08T00:00:00\",\n                            \"amount\": 723.84,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"12af8c5c-4c2d-4c6d-813b-35d03e44934f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"301fa88f-03e7-4854-b386-cd1b26eaee54\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0151E9DC-A1FE-452F-9F34-4823886CAC15\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 723.84,\n                                    \"supplierId\": \"24199656\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-10T00:00:00\",\n                            \"amount\": 2787.51,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"43ff1b64-3483-4b8b-b592-0b51f728707f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"00c67be6-278a-48e8-9ae6-b366ea4c98b8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3EA5525F-0207-45A3-B686-1E9E934D7F1B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2787.51,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-10T00:00:00\",\n                            \"amount\": 328.13,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b6c8a2c6-2dc6-473b-a64f-7d5dd85d38d8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7d60aaef-28a9-4796-b1a1-adef952bc5a8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E5E8A78E-436D-43F5-8E4D-73FA3C99A362\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 328.13,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-11T00:00:00\",\n                            \"amount\": 6519.18,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"20044cfb-9a8d-4016-805e-2df72ae8bc59\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"54e5087b-672f-4ffd-872a-58760aa40592\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"62840839-4664-491F-A7BF-FF91E7D52B57\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6519.18,\n                                    \"supplierId\": \"24199652\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-15T00:00:00\",\n                            \"amount\": 5082.26,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b5d6276e-3f4a-4e8b-bad1-c1d340a75f9c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"39138e18-a2f9-4ce9-852d-64dec2462028\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6B74B467-8ECD-48C8-8C15-B75369A37DF1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5082.26,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 2957.01,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f3c78eed-332f-4b1c-a696-c03185fd77d1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ea75e5b2-6790-4267-81ba-e3706f1a9a44\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"189AF9F9-D64E-42DA-B281-785C18CF3163\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2957.01,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 6504.58,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4192391b-ce66-4fe5-9c06-a1d05304eeb7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1f7b7ad2-9261-4bf0-8d69-4a688faf7ab6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"22E70BBD-E4EB-420A-ABCF-6358973C3BE1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6504.58,\n                                    \"supplierId\": \"24199657\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 10846,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b5404419-e5a1-4157-83e6-71f47272c197\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"bdec57fd-8fe8-4b66-8559-4f46a08d9512\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D97AE848-1449-4324-9FD8-F4440D8CE846\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10846,\n                                    \"supplierId\": \"24199656\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 5289.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b1e5424c-3240-418a-9707-d8432f4186f7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"39324332-8fd4-4716-843e-9ac70eee4a4e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"49378736-25B4-4100-8C09-AD0D254479D6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5289.6,\n                                    \"supplierId\": \"24199656\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 424.56,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9dc2700e-50b2-48be-b470-13043c17b624\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"18493612-ddaa-4707-88f3-6b12e2d178e0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"94CAFB8F-207D-A349-A569-3340FB3C5550\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 424.56,\n                                    \"supplierId\": \"24199658\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-16T00:00:00\",\n                            \"amount\": 944.99,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7e160525-40d2-4454-9115-7d0542e0a98e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1dfcc45d-0485-44d8-8695-a3cb20b31a90\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E424373D-2B7D-41D9-ADAF-9A9CC122EA1A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 944.99,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-19T00:00:00\",\n                            \"amount\": 6095.55,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0c5b1ea4-3846-4d09-b353-204b637d7fb7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"db599fc8-c60f-44e5-adc6-6c2b431697ed\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B94BCBA1-D768-4FF2-904D-FE4900D7EEA4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6095.55,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-19T00:00:00\",\n                            \"amount\": 6127.95,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"91bdb1a4-8a20-47e1-bf48-67f09fa8dd46\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ba1847a6-fd20-4b85-a859-fb216aaded6e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"477802BD-115A-431E-A25E-0DA9D0FBC425\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6127.95,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199660\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-22T00:00:00\",\n                            \"amount\": 1060.82,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"10ecfc65-519b-4dfd-be25-9ccf4f11199c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"28349bdd-97ca-4bbd-b67a-64993265ca8c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A1CA5A40-BDA4-4928-9FCE-9D4E62783685\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1060.82,\n                                    \"supplierId\": \"24199660\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199660\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-22T00:00:00\",\n                            \"amount\": 1517.59,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9a6998ad-f619-407c-81f1-8a7d9c15cbc7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a487394f-2f0d-418e-b770-672e16664fbd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DCBFDE30-976B-4A4C-A5A0-7EC8B51B2A60\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1517.59,\n                                    \"supplierId\": \"24199660\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199637\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-23T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a6872df0-a4c7-4540-9189-471ef96c1269\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ff42cf35-eebd-4cda-9d39-d208ae6460b9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9BEFC6A5-B442-40B0-86C2-97F48326B078\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"supplierId\": \"24199637\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-28T00:00:00\",\n                            \"amount\": 330,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bebf9739-688d-4690-8229-15af43ef1ab2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4b64c282-f79c-400c-bb01-2c721f008249\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"547A40B3-8D50-4D44-8A2D-6E713D6DE46C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 330,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-29T00:00:00\",\n                            \"amount\": 52200,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3f44ba40-4dfe-4456-8ee4-31e2512fa093\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"532fe3ea-94a2-4827-8e11-9fd4a2d7a011\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"31ED1CAD-1FD6-45AE-A2D8-AED554BDD788\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 52200,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-30T00:00:00\",\n                            \"amount\": 84854,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a90aa134-7426-43b1-96fb-8eb242e20a65\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d7471ef1-ff73-4c4d-9b3d-06a06578f141\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0C2A9077-9C9F-4366-A53E-1719FEBFBE69\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 84854,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199662\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-31T00:00:00\",\n                            \"amount\": 39150,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"114048a3-6586-4e96-96b3-b1a6f3a5f825\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"df2f56a2-7240-4132-bdb6-c0f8d1c01e1d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"801D1DE6-E699-4AA8-BE54-3F85A88F9194\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 39150,\n                                    \"supplierId\": \"24199662\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-31T00:00:00\",\n                            \"amount\": 4079.53,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"616ea0db-003d-43f5-89ff-c99cf875807b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c585afcf-6dba-4c79-81e2-c2946f260732\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"64DE8631-8492-4BFA-AE21-CE0F59502693\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4079.53,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-01T00:00:00\",\n                            \"amount\": 950.82,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e35cccd4-4af4-4f10-a0b5-7d7834fd9e38\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4762a8fa-78d4-4900-8a8f-6b5fe09d9328\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D3B8489D-A553-497C-9D45-7E4F1C075BAB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 950.82,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-01T00:00:00\",\n                            \"amount\": 715.08,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b8c8e20f-fbf0-472d-bf82-a28bd43e7c98\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"bc0aeeee-4c82-4089-ba0f-c9abd8dca19e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"43E30AAE-55F1-472B-9477-C901ADFFF601\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 715.08,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-03T00:00:00\",\n                            \"amount\": 792.22,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"835fd690-247d-4607-8878-77995a674455\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c8d0573c-98dc-40ac-99ff-994677f3dafd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DB9B4547-60CD-4565-8720-F1500AB8712B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 792.22,\n                                    \"supplierId\": \"24199663\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-05T00:00:00\",\n                            \"amount\": 4526.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f6a31415-71e1-4ceb-9f3e-1d77d7336fc7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0230b936-333d-4dc5-81eb-9cfdc4d77074\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"17196E88-E58B-4D51-B834-E8BC75AA7BB2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4526.4,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199664\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-08T00:00:00\",\n                            \"amount\": 1307.18,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"010990fd-7d89-40ed-b097-ac63ee69c6b5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"df9b4d8f-fc24-4e2c-91d5-e73a840f7daa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"90815167-4D5E-4F2F-8AC6-CD8CAF071E9F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1307.18,\n                                    \"supplierId\": \"24199664\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-11T00:00:00\",\n                            \"amount\": 388.66,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"48e4f4c1-1c5a-4f7d-aeed-7fbd6759df97\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0ccb34fe-1fe9-420e-903a-48e84d01fd6c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BBA75C61-1DA6-4D5D-A797-3FFF9B730186\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 388.66,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-14T00:00:00\",\n                            \"amount\": 757.87,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3637aff6-00a8-4a34-9eaf-3ecb1bfb1121\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a13bee13-8ec0-4997-b7e3-bf0dd6392297\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"66372166-7B9D-4E6B-A864-367778CB3D03\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 757.87,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-14T00:00:00\",\n                            \"amount\": 1508,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4ee02a88-e1da-4205-88b4-e115b18f8eea\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8a71d0f1-223c-461c-9d54-2e0d968e2b60\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9A6C8A14-778D-4CBB-8162-FCAF57210974\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1508,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-14T00:00:00\",\n                            \"amount\": 1614.27,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"095bf7f9-8f18-49fe-a655-da23fdef4244\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"28e096be-8e87-472b-86ae-9bfec28ee3dc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CB59D616-8FF9-4275-8EA6-C250B1484761\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1614.27,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-15T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4cfa2ec4-abe1-4fe3-b65e-c117c7394b4b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"dce4d4fa-c086-4da3-91b8-c3cfe4ef2915\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"ADFA784B-D5B8-4DE6-BBFE-E55F98B1D2CC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-15T00:00:00\",\n                            \"amount\": 626.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d3ebb183-44c8-457d-b74b-5d3d556ce9ac\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1d7fa00a-0dd5-46f4-92f0-1e2bb71e0b78\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FAA723D0-5FB1-442B-BE23-DD002E86A2DA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 626.4,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-16T00:00:00\",\n                            \"amount\": 772.56,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3cb75fe9-ad5b-4e0e-8982-3980c4a4333d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"063344d6-0c93-4a94-81e4-bb19bc10861c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BD6A82B4-BA09-42ED-B193-1392F64AACDB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 772.56,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-23T00:00:00\",\n                            \"amount\": 145.31,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e5bb08db-cc08-4477-8ba1-d597fe4d7d98\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"35df9c2e-3e21-4b31-be71-a5e3f9710325\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"05B251D1-97C5-4540-8784-FD01B535AA1C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 145.31,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-24T00:00:00\",\n                            \"amount\": 841.44,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cf9b63f9-5e1b-4bd9-bef8-011aa19a30fd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"adce9128-199b-46ed-8b2d-7ff9679234ac\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5EA212EB-18DC-4D99-A9A5-3FB316472FF5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 841.44,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-24T00:00:00\",\n                            \"amount\": 1171.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b3e1d8c9-aa0d-42cd-a549-1b82322f325a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a11fa892-61f9-44cc-bf1a-f4de6f6cbfe7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0376AA14-084C-4673-B14A-78B1AC88DF80\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1171.6,\n                                    \"supplierId\": \"24199656\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-24T00:00:00\",\n                            \"amount\": 1508,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3131e8a7-626e-4a21-9e8a-ba251d666a3b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"65084ab4-f7fc-4a71-8dfc-49d912f263b5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6A90123F-3AFD-4FCD-B18B-F3CD6466BD2F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1508,\n                                    \"supplierId\": \"24199656\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199668\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-24T00:00:00\",\n                            \"amount\": 580,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"196283e6-5b52-450a-ab5f-7ce1ff8a9093\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"60aff647-3e5c-4862-b807-1b2994dc0514\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"024F0B33-010A-45D0-B24D-3F1D66753AFB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 580,\n                                    \"supplierId\": \"24199668\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-25T00:00:00\",\n                            \"amount\": 96396,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f5ba2dc6-eabf-4ca0-b25c-d895749b23af\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"30391328-33e5-4d2f-8aa0-f6b1940827e4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1F7ADA18-18C4-42E7-9113-B4D417FD16FE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 96396,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199655\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-02-28T00:00:00\",\n                            \"amount\": 164372,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"dd8f0df3-2063-46df-9dbb-95b907359d6b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3305451a-7b75-4092-bcbd-1b6cafe62725\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D12C47EC-463B-4099-AE7D-005506EA4256\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 164372,\n                                    \"supplierId\": \"24199655\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-01T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ff053a1e-1a9b-4060-93df-b1b77b609b94\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fed7b1cf-b8ab-44fa-b46c-cb9ca4ab8f23\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AA7D05A7-F91E-46DB-9C66-765F7D9E6DB6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-08T00:00:00\",\n                            \"amount\": 342.2,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"57ea1a8a-95df-4b59-b5ea-5c73e8ab34df\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7afdf5b5-3fcb-40c7-aa39-5bcc08ea7834\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"002CEBD6-B4CB-4F0D-BE9F-128623B5CCC5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 342.2,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-12T00:00:00\",\n                            \"amount\": 4077.4,\n                            \"currency\": null,\n                            \"description\": \"ACEITE HIDRAULICO INDYCOM VG-68 \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4a462ffc-390e-425b-bd45-8372a0267309\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c3a985bf-2e84-4ade-8f62-96c94f9d8b78\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DFAB9DF0-7E08-44E1-9550-460EC687D1CC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4077.4,\n                                    \"supplierId\": \"24199670\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199671\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-13T00:00:00\",\n                            \"amount\": 6642.22,\n                            \"currency\": null,\n                            \"description\": \"BOMBA DE PRESION PARA SIERRA H300\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8535de3d-6b9a-499f-afda-ad12fe1bed47\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f5453403-9032-408e-a266-1b21396e5313\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"58A13B26-7BCE-4F4D-8074-280217753A9F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6642.22,\n                                    \"supplierId\": \"24199671\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199672\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-19T00:00:00\",\n                            \"amount\": 5220,\n                            \"currency\": null,\n                            \"description\": \"EBONOL 946\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c2050edb-8e31-4c70-9b87-790e43f5d041\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b992bf01-d24c-4804-8fde-9c6280c52f50\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DE96D594-334B-4C5C-B27E-AEF987FF44A1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5220,\n                                    \"supplierId\": \"24199672\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-22T00:00:00\",\n                            \"amount\": 104052,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f056f923-df68-447d-9a56-2de4a67ebac8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0fa8084f-d877-436a-ad3e-f7e13da9d5ce\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"16DB0D69-CF2E-4BB6-9493-8C2D3C77C1F3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 104052,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199674\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-30T00:00:00\",\n                            \"amount\": 145812,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS fundidas mecanizadas en V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9edcc8cd-be7a-4792-a5b9-a86a239d3683\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1aa2688b-9693-4ce6-a05d-ec94acd9e8f6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9C8ED203-CDC9-4C85-87C5-0469F05C69CF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 145812,\n                                    \"supplierId\": \"24199674\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-11-30T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4015420-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2b4acbda-3f7c-407f-9f2d-dab7ea62a9e5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4b3e571c-edce-4428-b48d-e76b19cfdd57\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA1E97C-569B-4C57-804D-F57C06118226\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 763,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-01T00:00:00\",\n                            \"amount\": 342.2,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"16d2bd59-0508-40a3-b6ac-571eccd1609f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"038f627e-0db6-4b40-9e57-c09d5ec251c9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"65FBA004-C44C-4274-B981-E6FAC7C7676C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 342.2,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-06T00:00:00\",\n                            \"amount\": 56134.3,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b0428314-838b-42c6-85fd-699440457a92\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d863e8ba-d7e8-47ee-9f74-0d9f06d63788\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"760F3399-24F2-404A-968E-1DC7CBAFDC2E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 56134.3,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-06T00:00:00\",\n                            \"amount\": 56134.3,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"32e9e649-362b-4568-9b16-f0961c0a8573\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6a544466-0014-4dae-8bf9-f1976118b6f5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2F1792C0-A140-4548-9623-37947BFEC824\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 56134.3,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199636\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-07T00:00:00\",\n                            \"amount\": 696,\n                            \"currency\": null,\n                            \"description\": \"PTR 1-1/2\\\" x 1-1/2\\\" C16 (C-150)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"19e13284-e4ea-4408-acd1-bc144375c4aa\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2013030d-ef00-457e-9b77-84586f6950f8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2673AB29-03D1-4CC9-9010-9B15B86B5076\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 696,\n                                    \"supplierId\": \"24199636\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-08T00:00:00\",\n                            \"amount\": 2843.16,\n                            \"currency\": null,\n                            \"description\": \"ACEITE P/ BANCADAS INDYCOM 134-B\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"30712c1e-5862-4540-a939-1da1413e064f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6282d38b-a031-4391-825c-bf779b617074\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"34586BD0-25A8-4F85-8AA8-1917F1E1E54A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2843.16,\n                                    \"supplierId\": \"24199670\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-08T00:00:00\",\n                            \"amount\": 499.44,\n                            \"currency\": null,\n                            \"description\": \"EAD EXTENDIDO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2ca55759-5d52-4796-abb1-0142d854fa8f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a8e444eb-eb4e-4d24-a139-4142ab9f1a37\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"30804F1F-E108-4746-8618-0972AE4F874C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 499.44,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199675\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-10T00:00:00\",\n                            \"amount\": 12492.4,\n                            \"currency\": null,\n                            \"description\": \"FINIQUITO POR FABRICACION DE TARJA ACERO INOXIDABLE C20 T304\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"86c293c3-9c26-4b81-b13b-ae7cb882029f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2aef84c4-7654-459d-bb67-257e12d8357c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CD550EA7-DBA9-4CB8-A60E-97D826B05D6D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12492.4,\n                                    \"supplierId\": \"24199675\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-11T00:00:00\",\n                            \"amount\": 1179.71,\n                            \"currency\": null,\n                            \"description\": \"COBRE BARRA RED. 1100 50.8 MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"eaeeb7c0-b5d1-4a66-8447-e80a31d3fbf3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8fc7c576-d562-498b-a3b0-ce8bd903b31b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8C99D940-190A-4360-B757-F8F1BFA79953\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1179.71,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199636\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-11T00:00:00\",\n                            \"amount\": 360,\n                            \"currency\": null,\n                            \"description\": \"PTR 1-1/2\\\" x 1-1/2\\\" C14 (C-150)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9db22cdb-3e7d-44b1-8468-a670c1d3f3b4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"556755e1-58b1-4ecd-bf28-8a2bf26d65a5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"17E82346-2E56-474B-9EDF-AF28437903FD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 360,\n                                    \"supplierId\": \"24199636\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199636\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-16T00:00:00\",\n                            \"amount\": 4350,\n                            \"currency\": null,\n                            \"description\": \"PTR 1-1/2\\\" x 1-1/2\\\" C14 (C-150)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"07169282-516b-49b7-8ec1-4b140b8f475c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c7a4d2b2-4ab3-428f-8fc0-fc8e042d7387\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6ECA8036-3D7E-4548-A159-34F9F7617CDD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4350,\n                                    \"supplierId\": \"24199636\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-21T00:00:00\",\n                            \"amount\": 1298.67,\n                            \"currency\": null,\n                            \"description\": \"COBRE BARRA RED. 1100 50.8 MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6081c03f-2ef2-48c3-929a-f9dd589d8788\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"40ab581c-9a2e-4f96-aab7-310d83ec1202\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"42687BC5-ABD8-4F3B-9E7A-55B501225BE7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1298.67,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199634\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-23T00:00:00\",\n                            \"amount\": 13097.6,\n                            \"currency\": null,\n                            \"description\": \"ANTICIPO 14 piezas Charola de 15cm x 175cm con tope de 1/2 \\\"  14 piezas de Cremallera de 1.20m de alto 7 piezas de perfocel metalico 46 cm x96.5cm todo en color gris claro.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c5073798-1b67-4f6d-82e5-f85a760adf3c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fca31f44-c712-437e-b252-267fe8c41fcb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A5A4DEFB-B269-43B9-AA88-30173A9B7E80\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 13097.6,\n                                    \"supplierId\": \"24199634\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-24T00:00:00\",\n                            \"amount\": 9005.76,\n                            \"currency\": null,\n                            \"description\": \"COBRE BERILIO 0.5 % BARRA RED. 50.8 MM.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"82388530-e349-4353-9c41-cdf4309151ef\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c3de7857-0036-4860-b72d-b097ef35dbaa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"177FA7D3-91F9-4FC9-9325-C2647A349E5E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9005.76,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-28T00:00:00\",\n                            \"amount\": 291.16,\n                            \"currency\": null,\n                            \"description\": \"PAPEL BOND PARA IMPRESORA CARTA 93% BLANCURA 75G\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e471d8cd-322f-4d7f-9ebf-e3f05ee2e6b5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8f9bfa7d-e8ab-453c-b16e-c76ef986f789\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B2CEE4DC-9F2B-43B6-847E-117D203107C7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 291.16,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199677\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-29T00:00:00\",\n                            \"amount\": 89088,\n                            \"currency\": null,\n                            \"description\": \"Soluble Refigerante 209 Lts soluble 605D Lote F14674423\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"623fd8e2-7ac2-47d2-b5f1-ab59d4a43748\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4950f3c6-dd04-42e4-8373-b0e3b09b6b37\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"42C47C29-C0D4-4EDA-BC5D-7B7EEEE7C4D2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 89088,\n                                    \"supplierId\": \"24199677\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-30T00:00:00\",\n                            \"amount\": 92452,\n                            \"currency\": null,\n                            \"description\": \"Componentes y Suministros de Manufactura Piezas fundidas mecanizadas en V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"544e33eb-fbb0-4365-9160-97b6524007f0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b1e96d8e-6abf-4222-93e5-46860aec824b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9B59954C-2619-4A4C-A61A-BF6FA6E565FD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 92452,\n                                    \"supplierId\": \"24199678\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-30T00:00:00\",\n                            \"amount\": 85524,\n                            \"currency\": null,\n                            \"description\": \"Equipo de izaje y accesorios Gato de tornillo ajustable 1-1/2 L\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"50cea396-a772-4539-8cb1-621cf0cd28cc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7584ea53-f8ed-4fa7-acbf-39bcd3ebab5a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B258A08B-CE16-4ABF-8F5A-10D6E4A517F2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 85524,\n                                    \"supplierId\": \"24199678\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-30T00:00:00\",\n                            \"amount\": 101036,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN PROCESO V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"70a10570-2fba-463c-be44-74de67c21214\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d8d9e90a-0539-4b7b-b0f6-c95f700cda48\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CEB32697-046B-4738-AE0D-A19CBEC4EEAA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 101036,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-30T00:00:00\",\n                            \"amount\": 94308,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 56X32\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"86c4588a-a2b6-41b8-8cda-4c8d430c4abc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"084a1a4c-11ea-4c6b-89b0-df3cde4464ab\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4FF3E1D1-5300-4CA1-9DA7-83D1CED6AC2E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 94308,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199636\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-04-30T00:00:00\",\n                            \"amount\": 1152,\n                            \"currency\": null,\n                            \"description\": \"PTR 1-1/2\\\" x 1-1/2\\\" C14 (C-150)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"509073f2-24ee-44e1-9dcb-2ea0e44a8532\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cccc6ead-619e-49d7-9556-8651762279dd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"959549A4-D699-4346-9DA9-AC923916E7ED\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1152,\n                                    \"supplierId\": \"24199636\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-02T00:00:00\",\n                            \"amount\": 41753.7,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e2bed218-ed7d-447a-bc08-489c3e01dad4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"62062878-680b-492f-a147-9af12a2da721\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"410BACB0-E32F-4BCD-B811-884575C9D4C0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 41753.7,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-02T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"acedf2a7-be07-4b7b-9820-1526ec912091\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2ee03702-f8cf-4f9d-9259-8cccf68202aa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3A12F17F-5A6D-4434-807E-C83EA583B246\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-11T00:00:00\",\n                            \"amount\": 102428,\n                            \"currency\": null,\n                            \"description\": \"LAMINA DE ACERO INOXIDABLE 4 X 10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9b8199aa-e724-422e-aad7-b7e3d7132849\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"36cfca18-7b63-4320-b803-30ad64d38793\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"874A37F5-5C26-4D5F-A73B-2BE908C6ED7B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 102428,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-11T00:00:00\",\n                            \"amount\": 106488,\n                            \"currency\": null,\n                            \"description\": \"REDONDO 4140 DE 3 1/2 PLGL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"34680847-4c47-472d-a0c0-740fa0a5ce3b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e4e0e78b-a8e8-4e83-b481-1bd49a89de88\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"77092BFC-3E27-450E-9983-76F10CB7693C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 106488,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-18T00:00:00\",\n                            \"amount\": 53012,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"733f66f5-9aa0-4951-a34e-5b276474ce56\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d6b6237f-8a8c-45a5-b31f-b6b857806dfa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"354DB4DB-50CD-4496-B196-6E809AB16FEB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 53012,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199680\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-19T00:00:00\",\n                            \"amount\": 783,\n                            \"currency\": null,\n                            \"description\": \"BANDA DENTADA SUPER HC\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4fb07d15-29fc-4cbe-837a-238bdc5516e0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ab417dbd-24f2-41d9-93c6-0202cf6ab3d8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"08FCC74B-9912-4643-B5C0-E8072633747F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 783,\n                                    \"supplierId\": \"24199680\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-20T00:00:00\",\n                            \"amount\": 106488,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 56 X 32\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"27f96289-0572-4276-be29-2b56eeb1e5c9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"bb2df004-c2f6-4a74-8247-7b5a1db619ee\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7D86457D-E0AC-4DB1-9AB4-F3CF89606AEA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 106488,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-20T00:00:00\",\n                            \"amount\": 97092,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 40 X 25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f1aced4d-7f3b-4145-80a8-aef4ebd4184f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1ebe6046-3a8a-4bc8-b88f-dbda013101ca\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"488333BA-0E34-4C5B-8632-A33ED16520FF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 97092,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-27T00:00:00\",\n                            \"amount\": 12760,\n                            \"currency\": null,\n                            \"description\": \"RT1 145X6X31.7 3SB100\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cc8caae6-638f-4aad-9977-c8e708061a44\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7315e7a2-af31-4b10-8a96-8802cc00f38e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F69C7A06-D9C1-4D7A-BE22-5A6E2D632BAE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12760,\n                                    \"supplierId\": \"24199663\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-27T00:00:00\",\n                            \"amount\": 14036,\n                            \"currency\": null,\n                            \"description\": \"RT1 145X6X31.7 3SB100\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"47832908-ba60-4576-962a-5af9fec85528\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b6350be5-7d43-402c-958d-f4cbf25d9bd7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5FD25934-F9A3-46E0-BD48-56DC6982B33B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14036,\n                                    \"supplierId\": \"24199663\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-27T00:00:00\",\n                            \"amount\": 5978.84,\n                            \"currency\": null,\n                            \"description\": \"PRIMA. RECIBO:109400308\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"eb804589-7c6a-470c-9470-115501bd6cab\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1f9cf05e-c3ef-4b50-90fb-2e1f22fb4b59\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D079303A-01F3-4C06-8EF0-0AB4192AA018\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5978.84,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-28T00:00:00\",\n                            \"amount\": 99876,\n                            \"currency\": null,\n                            \"description\": \"BRONCE 4 X 6 X 1 MTO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8aa87520-56ab-46d2-b520-4fa0d83be534\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a8304e1f-c009-4246-bf2b-3ad69626ec7b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"12923784-9063-4B52-B788-0B33FBEF5503\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 99876,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-31T00:00:00\",\n                            \"amount\": 21692,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2fab26e6-cbd9-45dc-a054-3717ba7e6c2b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"51e257aa-db3b-4d62-9dc2-83e822193f53\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8AE7770F-F1E3-4C64-9B6D-A858085A3C34\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21692,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-31T00:00:00\",\n                            \"amount\": 17112.4,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cc77487d-6c4b-4c03-9721-e9b67b57ddab\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8b10d353-c3e1-4396-8a78-2b2326539fcb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8444EF9C-01CA-45C7-BE3E-60FE231AD762\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 17112.4,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199681\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-31T00:00:00\",\n                            \"amount\": 66236,\n                            \"currency\": null,\n                            \"description\": \"SOLUBLE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"71d5790c-dfbe-4797-bcbc-221e9026b3e4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"bab2bebe-b129-4453-9be3-89711aee0684\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"18C75584-A661-40C7-94F1-714F5A04F804\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 66236,\n                                    \"supplierId\": \"24199681\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-31T00:00:00\",\n                            \"amount\": 66236,\n                            \"currency\": null,\n                            \"description\": \"SOLUBLE REFRIGERANTE 19 LTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0277d2a6-dea1-4de7-8078-b504bc060020\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9c47285a-000e-4f8e-89a3-16996a891cae\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1AFDF468-C1D1-4772-AACE-BC6B65C5B70D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 66236,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-31T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4016082-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1e952c3d-ebd5-4371-964e-6ef4576e8114\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3f05ccbd-f56d-4e74-a690-23913026fb76\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA1F714-9C5C-480F-8F95-B2C08EC6DE39\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 763,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-12-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4002043-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4a629b66-3bb7-48b0-9393-27fee480c84d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c71dee3b-ff60-4161-af32-55f1a528bf5d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA19424-D5DB-4D75-9DA8-51498E2410A7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-01T00:00:00\",\n                            \"amount\": 917.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4c1603aa-9c23-4f76-9387-4b47c842dd31\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"dd8c5328-671a-466f-bcfb-95f4e6292842\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3F307160-8BB7-49C7-BE2C-196D70485F64\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 917.2,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-01T00:00:00\",\n                            \"amount\": 701.09,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b28c7584-e07f-4d2f-96ef-6abdfdc5484c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1c2eef2b-17ec-4d7d-9d3b-947d0375d4fd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8C4E0D10-B4A8-4238-9E96-CA044DE0AA39\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 701.09,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199682\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-03T00:00:00\",\n                            \"amount\": 1508,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"32c191a2-1e33-4efa-86d1-2448289a020e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"606f8675-57b2-4509-b7ed-1c4f73a2d7c1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E5B7CA64-D81F-D641-84C6-1C825718683F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1508,\n                                    \"supplierId\": \"24199682\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-04T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ca7ff870-af20-4008-9ed7-4ab521747a02\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b018082a-c06b-4efb-a4ae-6a59edd142a4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"36525010-F19D-4673-8E86-3D962210DE67\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199683\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-05T00:00:00\",\n                            \"amount\": 90.67,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8edd9aa0-4a9f-4ee4-acdb-39f0654393fe\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b2664fcb-7f48-49cd-b73e-0e13fcaeb931\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0F99F41F-19F1-4744-BA92-BE014AAD4E97\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 90.67,\n                                    \"supplierId\": \"24199683\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-06T00:00:00\",\n                            \"amount\": 3642.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"108ad40f-fcf5-45e8-92fe-0892b462c681\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"179f698d-8705-4723-a31b-e248ac3de8b1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C3A75291-1BF1-4BF3-A2A5-48696E514D5B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3642.4,\n                                    \"supplierId\": \"24199656\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 2328.7,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"460db629-6de3-4862-af65-1e0ef2d00f66\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4dbb281d-a012-4347-a275-0c2b011a7785\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0CEA5C3E-CEE5-4E4C-85B1-EB5DE547357D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2328.7,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-07T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1e8c3107-c11b-47c5-9540-dc1256d9ad62\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f5e8e97c-cd5d-4d9d-b764-0f0fc007264f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"52F25F7F-5736-45EA-929E-B744EC8B6727\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-08T00:00:00\",\n                            \"amount\": 2427.22,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"04fbbf0a-e778-4044-8400-68add421b817\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7053379c-78a2-4855-86dc-ad0164a7d33e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F141F1D5-A466-4552-9487-052F951BB77C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2427.22,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-11T00:00:00\",\n                            \"amount\": 4129.67,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"dfa42b71-b500-4ed4-b7a0-5da4e04de533\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"576614da-dba0-4c3f-bb18-72554d8f4be2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"10A4A608-7BF4-4B27-A257-9A6491ABABC2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4129.67,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-12T00:00:00\",\n                            \"amount\": 553.32,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3b67e496-0e50-4316-81cb-a5e873bcd582\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"97ef1249-4c53-40f6-b810-d6b866b284ce\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3027D8AC-4D2A-C643-9248-26122D9DDB0E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 553.32,\n                                    \"supplierId\": \"24199658\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-18T00:00:00\",\n                            \"amount\": 1388.52,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7bc9a67e-8e81-4567-a7ab-4334c9db982b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5b12693a-5134-409e-8def-6ac3af21f3dd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B73C1071-5C14-49F8-938B-B6190A4E2528\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1388.52,\n                                    \"supplierId\": \"24199670\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"30d790eb-b7aa-4a24-b227-dd7efcfad2a0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"98a1ae1f-0b13-4223-b744-9b7c6ceeb15c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4F278A85-83CF-444D-8B73-459958ACA04A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 701.91,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199686\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-25T00:00:00\",\n                            \"amount\": 3857.79,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9c1c4502-eabd-4b06-a745-1c1bb079aac9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0ff32769-e292-4524-b365-2040f5245218\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C5DF2862-8ACD-4CC1-BA91-FF879D02D987\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3857.79,\n                                    \"supplierId\": \"24199686\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-28T00:00:00\",\n                            \"amount\": 91292,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"afd6c18f-6f9d-4261-b169-0501eb3c4df4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a4535720-fa12-443a-9540-b715cc83aa33\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"73476D4D-9B7E-4A9D-835A-F1D41F91FE90\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 91292,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-28T00:00:00\",\n                            \"amount\": 3648.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e952f5db-fe8d-441e-88e5-712ab0108e08\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"942eecdf-5b40-4870-86ad-280ee730fcd2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D80BE728-8E45-49AD-8015-2E147EE22E35\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3648.2,\n                                    \"supplierId\": \"24199688\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199689\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-31T00:00:00\",\n                            \"amount\": 126092,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f3f152cc-efd0-44d6-98ac-8f539e4259c0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4fd0b089-40c9-407c-b010-723ef35bbe2e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C40E036C-276B-4073-8602-19876E7D1908\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 126092,\n                                    \"supplierId\": \"24199689\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-10-31T00:00:00\",\n                            \"amount\": 96396,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"04024d67-02c8-46be-8609-43106748e2fb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2f53cd6c-c329-4593-bfa9-f2fd538a751c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9C5B1AED-22D8-4431-AFC4-86572ADD1D68\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 96396,\n                                    \"supplierId\": \"24199690\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-04T00:00:00\",\n                            \"amount\": 150.8,\n                            \"currency\": null,\n                            \"description\": \"RODAMIENTO RIGIDO DE BOLA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f5c14afb-87f5-4097-a737-5ca722d05fce\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a4cd8550-007c-4668-bca0-a8f57f605f4c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"26665966-E50A-453A-8B1C-CD2CD64AB691\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 150.8,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199691\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-05T00:00:00\",\n                            \"amount\": 1325.36,\n                            \"currency\": null,\n                            \"description\": \"DIAM.EXT. 493&quot; ALAMBRE .065&quot; LARGO 1.390&quot; VUELTAS 10 1/2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0e2f5ff5-e6ec-4d54-a71f-ee9b7f5eb491\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8bb3da13-b927-4255-b65c-063d690f8a2b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5F91D1C5-917E-45B3-9949-291CD1A1848B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1325.36,\n                                    \"supplierId\": \"24199691\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-06T00:00:00\",\n                            \"amount\": 459.08,\n                            \"currency\": null,\n                            \"description\": \"EAD EXTENDIDO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2ed65f95-d833-4a58-b129-77cf961b6b22\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"074ea5f2-36c0-4e08-9584-9c564d5c95ec\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3A5962B5-F6F9-473A-BCAA-24E76478CB35\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 459.08,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-09T00:00:00\",\n                            \"amount\": 18678.5,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"988685b2-bac0-43a0-a736-9ecf8415da04\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0288ecca-01b9-4c6b-b46d-b7424485baaa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9012036C-1ED3-42BB-842C-7A0DCB5D29F6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 18678.5,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-13T00:00:00\",\n                            \"amount\": 1449.48,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 45 X 25 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"178f93f2-c998-4f18-8e77-32c217f039ea\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"76078a33-0376-4495-8f33-5bb2a36f7eb6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"93AD6D0E-DCC4-4907-B654-6EA9E46C5885\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1449.48,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-20T00:00:00\",\n                            \"amount\": 4686.4,\n                            \"currency\": null,\n                            \"description\": \"Renovacion CONTPAQi Comercial Start 1 Usuario9661579D7E5D33E4\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4edaca35-37cd-49e9-a551-de20812c9f44\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f016f720-ed1f-4843-99e2-4e4b82511189\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F840D417-BC1D-43DB-90B8-78A04A4EC81D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4686.4,\n                                    \"supplierId\": \"24199657\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-21T00:00:00\",\n                            \"amount\": 223.83,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a55ec7b5-47ce-4ffe-bf8f-741359e3b6c1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ce2eda51-20c3-4cee-b49e-bc8fcbf6cc72\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"62F199F8-F028-401B-B91E-D9A12B121D1D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 223.83,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-21T00:00:00\",\n                            \"amount\": 475.26,\n                            \"currency\": null,\n                            \"description\": \"EAD EXTENDIDO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bef8a405-5dbb-4f0d-94f5-199cac2fe5c8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e9719ad3-cf6e-428a-a5f6-c6e7249a539c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B82A2685-E48C-4415-A078-2684D8FE49B8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 475.26,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-21T00:00:00\",\n                            \"amount\": 445.19,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7040a53f-eb6d-4a56-b083-4c278d5c9a7f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c6a07d6c-b661-4655-bec7-0b4eba2c187e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"110C6E44-14BB-47E6-86FB-11A53C022C23\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 445.19,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-22T00:00:00\",\n                            \"amount\": 369.43,\n                            \"currency\": null,\n                            \"description\": \"CORTE DE MATERIAL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3db47867-82f1-4c3f-8303-4407dd249efe\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9da4a730-bc73-42dc-b783-4f7a00763c8b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"310E98EE-E270-4096-8303-2811FBD78286\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 369.43,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-22T00:00:00\",\n                            \"amount\": 1364.09,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 45 X 25 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a4466b49-cab9-46e7-909f-36b493d86cd3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"72bff58c-fe5c-487f-bb54-3e4a6d33213b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"02329054-D276-41C2-BB5A-AFC12576C2CA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1364.09,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-25T00:00:00\",\n                            \"amount\": 73312,\n                            \"currency\": null,\n                            \"description\": \"CANCEL CORREDIZO TEMPLADO DE 6 MM CON DISENO DE 2.10 X 2.50\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"023099ea-b375-4a44-b2f2-1d00367bb834\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b6f54f3b-641a-4520-8a1b-ae75bed6ffc6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2F5BC5E9-D56A-4CB1-9782-90064BE0FF71\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 73312,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-25T00:00:00\",\n                            \"amount\": 66700,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN PROCESO V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3d985108-075c-410f-b82c-58d9b6953fba\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c5620dec-c906-41d3-a736-699e8ac0228a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EADD315A-B3D4-42C3-89DB-6DFA460CD94A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 66700,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-26T00:00:00\",\n                            \"amount\": 8777.6,\n                            \"currency\": null,\n                            \"description\": \"LAMINA ROLADO CALIENTE C.8 4 X 10; PEDIDO/POSICION 1002392200/000010; ORDEN COMPRA CLIENTE: CORREO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4635843e-347d-46e7-9fdb-379315a01886\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ae85e3b6-94ae-4fc8-b274-ad8abd2c44ef\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6E61105C-EDDA-414B-AB15-430A3A84BBCF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8777.6,\n                                    \"supplierId\": \"24199688\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-31T00:00:00\",\n                            \"amount\": 79692,\n                            \"currency\": null,\n                            \"description\": \"Caucho y elastomeros Amortiguador de poliuretano 350 x 250mm de espesor\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4368e6a2-7a19-4d9b-a876-fcfc5b49d1d1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"594544d2-f53c-4823-ad84-0b743c522842\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5636B0E5-9368-417F-9A00-80B61396A8FB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 79692,\n                                    \"supplierId\": \"24199678\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4000658-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"627bcc33-5703-4e0c-911d-89aad198a1fd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f5342089-33af-404f-a969-7085c9692d82\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA12B20-28D0-41FB-97D6-3AAAA6174303\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-02T00:00:00\",\n                            \"amount\": 5742,\n                            \"currency\": null,\n                            \"description\": \"JGO BALERO PRESICION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"aa15abdd-af54-4ee0-a699-479f9e8c3f1b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6be8eded-a72f-4337-aa16-99a053b1e360\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"356A9A30-8EC4-4870-AC34-8E9D1F20D15B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5742,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-04T00:00:00\",\n                            \"amount\": 45431.5,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"89914587-c59d-4edb-bbfd-a9e3bd0bf236\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5540c4ad-2888-4765-885c-f93ad9f57e8a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"77DB3A71-65A8-4A48-9366-110B2E62F858\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 45431.5,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-11T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": \"LAMINA ROLADO CALIENTE C.8 3 X 10; PEDIDO/POSICION 1002401523/000010; ORDEN COMPRA CLIENTE: TELEFONO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e5a8c60a-ee06-477b-b0e5-88b17d7741ce\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e5a6f03e-544e-4fdf-8f38-2b5f45691096\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"77C6D245-4D98-4FF5-817A-1534A200FA38\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"supplierId\": \"24199688\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199693\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-16T00:00:00\",\n                            \"amount\": 645.1,\n                            \"currency\": null,\n                            \"description\": \"ELECTRODO S30 & S45 TRAFIMET\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a2d565b3-9c52-49d5-92fe-a245c2cff6c1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1c568f94-923e-44f9-b72b-574cdb54ad9f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"499EAA72-FC87-4B66-B19A-E3B9FECA7EF6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 645.1,\n                                    \"supplierId\": \"24199693\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199694\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-17T00:00:00\",\n                            \"amount\": 14745.3,\n                            \"currency\": null,\n                            \"description\": \"LAM. R.C. CAL. 8 (.165\\\") 4 X 10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e249c9c8-b188-43ef-a360-31927983c8e9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1314889a-8397-42f5-a7aa-4754032d9557\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6E7FEA23-FB47-42BC-BFC5-E7A8E56EAC06\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14745.3,\n                                    \"supplierId\": \"24199694\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-18T00:00:00\",\n                            \"amount\": 9132.8,\n                            \"currency\": null,\n                            \"description\": \"B.H. 45 X 25 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"631ac383-de84-4ca7-b744-2eb4fc2496f4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a037503e-405d-4e06-b7d2-db6ac9eed7ad\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D81BD4EE-F645-4FE1-95A5-BC5ADC93DD28\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9132.8,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199695\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-19T00:00:00\",\n                            \"amount\": 18884.8,\n                            \"currency\": null,\n                            \"description\": \"HSR25C1SS ROD *A1SS*\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"83ba3df9-952f-48c4-91ec-1a34968d0389\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"217b0aa8-67a6-46f9-81b2-4467f8d689a3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7DEE2CBD-907C-4FFD-BBC8-40EFE085FE3F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 18884.8,\n                                    \"supplierId\": \"24199695\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-24T00:00:00\",\n                            \"amount\": 661.2,\n                            \"currency\": null,\n                            \"description\": \"GRASA PRESENTACION 250GR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a557a576-f9b9-442d-a837-7ff9418bc0f9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e65db200-325e-4019-b7ed-c68a6353202e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3FD04040-4116-4B79-AC83-E8F40B47BB87\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 661.2,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-26T00:00:00\",\n                            \"amount\": 85260,\n                            \"currency\": null,\n                            \"description\": \"BROCA RECTA METRICA 1/2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"abb6ca3b-a110-4c53-80f1-e6344e3eca63\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8505f94c-ef00-40d2-b258-fd92cbf0d4e7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"777811DA-82CC-45D0-8D6E-18203782BF14\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 85260,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-26T00:00:00\",\n                            \"amount\": 91292,\n                            \"currency\": null,\n                            \"description\": \"BROCA CORTA CON DOBLE PUNTA 1/4\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"79a2d100-2c70-4b07-97ca-38bb2e712367\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9cd0680d-b67e-4600-93b9-801fc03c61c9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2A3459E8-D2AB-4623-B7AD-5D3833F54F1D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 91292,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-30T00:00:00\",\n                            \"amount\": 73892.2,\n                            \"currency\": null,\n                            \"description\": \"PLACA A36 (3/4 ESPESOR DE 4 x 8)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"68faeaab-c359-472d-be3f-b3daf2560bb7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"817ac949-0c8d-4576-a22a-d307933c908d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0A9BEF6C-22FA-4F2B-AC24-0BA48A29BAC8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 73892.2,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-30T00:00:00\",\n                            \"amount\": 174,\n                            \"currency\": null,\n                            \"description\": \"GRASERA RECTA 1/4\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"21378dc6-5f6b-44e5-9aca-b1ab609adfde\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4f604671-6914-4706-b842-75ff01909ad6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2BD4DF10-D021-4312-A6F1-B2C371BA3630\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 174,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-30T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4005024-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ad6de54d-78ca-48da-adca-63f9da42a139\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"17a44704-ed0d-43ec-ac5d-947839c9349c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA1E901-B810-4A68-A5FC-FA5AFA8906DC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 763,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-30T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4000812-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a2e84c73-3ff6-47f9-b85b-96836a089161\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fb85a701-f98c-464b-b4c7-79f7b2a9cdfa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA191D2-D0BC-4F45-9A7D-71142109F8AA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-01T00:00:00\",\n                            \"amount\": 1051.05,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ac614fff-cd64-4b41-8f58-865448b5d3c5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f38efe99-36c6-48cd-8ffd-92f55270c3ec\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FE9CA1B3-81E1-4882-A4D9-2B022F9C7382\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1051.05,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-04T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d52c420b-c57d-4bd0-b02a-a8508ae09c27\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c636fa84-93c5-46b3-b345-45c967e74d79\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9B014D91-4AB5-4A9D-B40E-8A61220DB769\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-05T00:00:00\",\n                            \"amount\": 713.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b7854b23-72b1-4c27-b8b3-73ed84e738da\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5b8e1a75-3714-47db-ac97-f9505da8d0d8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D7A1175D-1C5C-40DF-ACEB-98C10FF55F1A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 713.4,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199696\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-06T00:00:00\",\n                            \"amount\": 6264,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4bb919c4-2ec0-468c-b477-abbcc011527c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ff085abc-db09-4ec1-8a97-338d8e0e2c77\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9ECA7E7A-DC6D-454D-9B03-889472630C60\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6264,\n                                    \"supplierId\": \"24199696\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199697\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-08T00:00:00\",\n                            \"amount\": 1405.69,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"326f74d8-5999-44ad-8ece-01e64e418c12\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"56eaa9ce-c901-4d09-8ad7-85af0772c886\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D6203262-335C-46C1-A606-660803358C4D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1405.69,\n                                    \"supplierId\": \"24199697\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-09T00:00:00\",\n                            \"amount\": 7051.45,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"707699ea-8b83-4220-adcf-93a4a2ca168e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"bcd318fa-fd29-4450-980c-83a88c5dda9f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"38B87826-E4E4-4F7B-AD7D-4139531EE3DE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7051.45,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199698\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-13T00:00:00\",\n                            \"amount\": 3340.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"982ed902-a32e-4ea7-8070-9cdfcb26f026\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2943ad28-2b49-4e6e-bc1b-a65110405141\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"51D53116-43DF-4CCD-9869-C2F2221B0443\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3340.8,\n                                    \"supplierId\": \"24199698\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c30f03d9-390b-43c0-97e7-38f57f34513b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"976ad076-3d7a-4f22-a2d4-68acb344ba1e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2DFF79AA-F827-4BB7-8D46-C8AB70BDD95D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 701.91,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-20T00:00:00\",\n                            \"amount\": 157389,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3a9135de-7cfc-4018-bc38-8ffc8cc230ce\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"724f04e0-6464-4049-bdc4-72afb63cc652\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C7E8666E-4E92-45F8-AF8A-F40B6FB7F7FC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 157389,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-21T00:00:00\",\n                            \"amount\": 1559.16,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"766776fe-5b0e-4d6e-8ccb-2ef952b018c7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e7ef85fd-c88c-4ec5-9044-3560f4f96de7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"ECA14F30-7B4E-430A-B370-5DBFFF5EB9D4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1559.16,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199685\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-26T00:00:00\",\n                            \"amount\": 2436,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6f2e4706-8766-47ab-8596-6f8014fa4362\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"529428cd-1b2a-49e7-ae8f-28ccb424ed10\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B8007F07-C075-45B4-A2AC-F3CADBE30F97\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2436,\n                                    \"supplierId\": \"24199685\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199701\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-28T00:00:00\",\n                            \"amount\": 123.89,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"276c7136-00a3-44be-b9f5-3b3c1a554171\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a6d27ff7-7804-4e27-867f-cce7d6ecc871\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E5792821-C74E-4185-A9B4-5DEE27D15E92\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 123.89,\n                                    \"supplierId\": \"24199701\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-28T00:00:00\",\n                            \"amount\": 60900,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"117ca3a9-1ce7-47c9-8bb6-c5438be33217\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f15511a9-e8e1-49c1-aa1b-8c85dce84625\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AFA7B37E-939A-4108-97DB-B1534FFC3F76\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 60900,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199662\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-28T00:00:00\",\n                            \"amount\": 79460,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5b5b18ff-acff-46a8-a0fa-9deb4f220da0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0e5feea9-61dd-4557-b8d0-ad5bd0db5374\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D2C9CCF1-198F-4CBC-A7B1-9B6E9C80B7A5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 79460,\n                                    \"supplierId\": \"24199662\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199702\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-28T00:00:00\",\n                            \"amount\": 13208.04,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"81262475-1e33-46f6-9846-88e34ac95609\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b165dcbc-ea57-4155-a6b8-7a89d6f108e5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"05EFE478-C582-4ED5-821B-1815D01388B7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 13208.04,\n                                    \"supplierId\": \"24199702\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199703\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-29T00:00:00\",\n                            \"amount\": 114492,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1c9fc73b-308b-4914-9b24-223ef83112d8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5b042aec-807c-4e94-ad41-9caf0ca484c9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D8A0C11C-A9A9-4FF2-B2C6-866BBB1DDFF7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 114492,\n                                    \"supplierId\": \"24199703\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-07-30T00:00:00\",\n                            \"amount\": 806.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8e1b6bb7-2191-47f0-8c30-4a2033231429\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"48a0d3f3-cbae-4831-883b-1d86734b0cfd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F7EF42C7-79E1-4668-BF0C-A8AE1A417705\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 806.2,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-02T00:00:00\",\n                            \"amount\": 43659.96,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 80 X 50 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9f4a6459-629f-4ee9-80e7-342c6ffe63aa\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fc2db251-e422-460e-8b72-b005206fd80b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"435B5521-EB3C-4882-88DA-6F468686E4A3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 43659.96,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-02T00:00:00\",\n                            \"amount\": 55661.23,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 56 X 28 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"61897469-7f16-4b35-8f97-91830c928171\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"892689ee-b067-4ab7-810d-f795b28a33e7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F52A9010-4031-43C0-A279-D2BDF1867E5E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 55661.23,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199672\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-05T00:00:00\",\n                            \"amount\": 5220,\n                            \"currency\": null,\n                            \"description\": \"EBONOL 946\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"23494149-737a-4abb-b637-aa7929a5c165\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b1ae4d6d-abf9-4df4-99b4-cbd36c0f45ff\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7FD7A2CA-2E9E-4984-AED1-8E220BA92C28\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5220,\n                                    \"supplierId\": \"24199672\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-05T00:00:00\",\n                            \"amount\": 95932,\n                            \"currency\": null,\n                            \"description\": \"ENSAMBLE DE FUNDICION DE PIEZAS MAQUINADAS POR GRAVEDAD\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6da21662-d084-462a-bd8f-46c00165e5c4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4736771a-07db-4055-8b25-59e0c9b11d3c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AE9024F2-8F6E-4D87-AF44-78CD5DF70421\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 95932,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-05T00:00:00\",\n                            \"amount\": 83172,\n                            \"currency\": null,\n                            \"description\": \"BASE PORTA PINES DE 49 EN ACERO INOXIDABLE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7cc65aa7-7c89-44ba-8e97-bf4ff7e7f5dc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"028a3a62-66bf-48b7-9fe6-471af2844004\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"25BD6977-F658-4EFF-B87A-449AFA330180\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 83172,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-13T00:00:00\",\n                            \"amount\": 125860,\n                            \"currency\": null,\n                            \"description\": \"ACERO 9840 2 3/4 X 65\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"00c53826-5c62-460f-b614-8e78737645d3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5d1de66c-7a5a-4dbb-9d93-56f6ee9836f4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"06A90CDC-ABC1-4930-99F0-399477124A30\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 125860,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-19T00:00:00\",\n                            \"amount\": 1403.6,\n                            \"currency\": null,\n                            \"description\": \"JUEGO DE RODAMIENTOS DE PRECISION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"38718335-55b9-4d50-8c5a-0db22ef54be8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b9fdfc29-3dff-4de9-bec4-c578d3b5996b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7F12A725-859A-43E8-931B-217408A4C5C7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1403.6,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-19T00:00:00\",\n                            \"amount\": 1403.6,\n                            \"currency\": null,\n                            \"description\": \"JUEGO DE RODAMIENTOS DE PRECISION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b8b42cfd-2291-4d6d-9667-fca0a8340011\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a0496416-bc3c-4a61-a5aa-84a188ccac3d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6D17CE35-19BB-4519-B153-3CD112B2BCB8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1403.6,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-28T00:00:00\",\n                            \"amount\": 1403.6,\n                            \"currency\": null,\n                            \"description\": \"JGO BALERO PRESICION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"206d9e62-11ef-4521-adb1-0e7334fb29b4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"130e3a98-cdcd-49e1-abda-2ae8719d678a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E9795146-4792-43ED-A3D0-286E788B0168\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1403.6,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-30T00:00:00\",\n                            \"amount\": 88972,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fd2da1ce-1089-45f0-9717-733a05966d52\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"542f9347-273a-48d8-98b9-de5eb09f9e8b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"161FFB89-FBE5-4223-B13A-DDF5D8620E39\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 88972,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-31T00:00:00\",\n                            \"amount\": 63800,\n                            \"currency\": null,\n                            \"description\": \"CORTADOR DE CERAMICA M-GLO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"94609a36-f357-4d39-b3f5-310ef93739c8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"668d4c65-477e-458a-93ec-9d4c85824cd9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7D1C7B67-6BC3-416F-A648-AB01FF4AE66D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 63800,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-10-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-3014850-240\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b941b7fe-43f9-4984-9da5-d2983ab30614\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"554f63bf-b914-458c-8b8c-41ff89fbdd5b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA14FDB-7880-45B1-B160-D4DD7F5E8AA3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-02T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a3a0b740-5a6d-452b-ae3e-dc9e6408db22\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b1db46e5-7fc9-4d99-b826-1153737093a8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"01AD8270-4161-4693-A8F6-96B559942C21\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-06T00:00:00\",\n                            \"amount\": 1154.2,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TONER ORIGINAL BROTHER TN660 ALTO RENDIMIENTO PARA 2600 IMPRESIONES.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c3595a54-1451-48b1-8126-6d9a9ef0101a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"306887ff-9ee4-471c-a1e8-e3da3a4ce461\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"404A1507-3029-4E77-8DE2-0D136A122135\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1154.2,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-22T00:00:00\",\n                            \"amount\": 135952,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1900a756-70ba-472c-8165-fc4ac23a2f9b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7578fd90-e4fb-45c7-81fc-3495d140dd72\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"01B6A55D-3C10-4829-B3D9-53E3CF90DE74\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 135952,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-24T00:00:00\",\n                            \"amount\": 11580.3,\n                            \"currency\": null,\n                            \"description\": \"Renovacion CONTPAQi Nominas 1 Usuario34C850F1B29F3E56\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6fa61000-37a5-40c0-9337-3fba221c8e6a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b7dfdcc7-65c2-41bd-a6f1-653ab7976ebf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BE9FA4F1-416B-4382-BF7F-D3DB1AFD6A1F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11580.3,\n                                    \"supplierId\": \"24199657\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-28T00:00:00\",\n                            \"amount\": 41952.7,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5063955b-95a7-412b-a480-80b9bc9212b1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2bbd0aba-41c5-433a-a474-9429f6921a8c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"715E588A-34C4-45DA-8C76-91E1567E13AB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 41952.7,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-29T00:00:00\",\n                            \"amount\": 124236,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"63fe9fb3-106c-4fae-b741-df7574d42c71\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e73318dc-4073-4d05-bf10-496dc6ed599a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F18E1D9E-C765-4642-834F-76B56D092196\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 124236,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-29T00:00:00\",\n                            \"amount\": 97550,\n                            \"currency\": null,\n                            \"description\": \"SOLERA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9fb97c6b-0d25-452c-881a-7d15b7d2682d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"317cc5be-9659-4fb5-868a-639d194ef247\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EA18E780-B58E-4AB3-ACA7-CE09A1745C59\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 97550,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-30T00:00:00\",\n                            \"amount\": 7497.63,\n                            \"currency\": null,\n                            \"description\": \"PRIMA. RECIBO:100016091\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3d1cc57f-6e5c-4183-a288-44cee5b35ebd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"db7abcfe-1490-4fca-8877-36c399082f6a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8A366077-5E16-469D-A55B-CE7DEC0AAC00\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7497.63,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199707\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-31T00:00:00\",\n                            \"amount\": 91524,\n                            \"currency\": null,\n                            \"description\": \"AMORTIGUADOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3330a2a0-1ffe-406e-8a1e-4578de8e368c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"57331ff2-4475-49f2-8dac-45308a7c5b4f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EFF5032C-E452-44E7-B9E7-0D017CE27E79\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 91524,\n                                    \"supplierId\": \"24199707\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-31T00:00:00\",\n                            \"amount\": 98136,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"adacded7-35bc-4849-a7a7-ab1cf23d458a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c31423f9-db29-4b65-9203-46a93d27f5e5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B9FF6BE9-EBCC-4307-80F7-8F78DCCA0356\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 98136,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-31T00:00:00\",\n                            \"amount\": 105792,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"90b4a5be-48f0-495d-b4ef-3fb229dfba8d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"551a7620-1276-4ff6-b199-f82d10493408\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"90492CFC-488D-429F-A12C-3C4F91344758\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 105792,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-31T00:00:00\",\n                            \"amount\": 782,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4016721-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7f4882d5-97ab-4529-a9c6-9c0e879523de\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d30a4d49-7328-4487-af68-b8e6a644e5d7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA125C5-0E95-4C47-90FE-F1B6CBD19BA7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 782,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-01-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-5000525-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1e47614e-72e2-4e75-91d6-bd2641c8ee9e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"90d10c9d-480e-42db-85cc-2bc42e390fa2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA155DB-7FCD-41B9-AA28-13CC1A6A2C90\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-01T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a9019c03-315b-4268-8de1-aaf9ebdf0808\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4dc9d0e7-e99b-4e58-b4a1-d3f363bd0318\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5B6BFA37-0EDE-4E0C-A2B8-B6E0669FA104\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-04T00:00:00\",\n                            \"amount\": 0.01,\n                            \"currency\": null,\n                            \"description\": \"HONOR X6A SILVER ATT SIM 8952050402400308962F IMEI 860404071009982\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d57387c6-5fcb-4711-bd5e-edeb808b7e42\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f85e939b-145e-430d-8997-99ccadcbb8ba\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F50FC7DF-8AF8-47D7-B446-3F066B4696F0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0.01,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-04T00:00:00\",\n                            \"amount\": 27998,\n                            \"currency\": null,\n                            \"description\": \"IPHONE 15 128GB AZUL ATT SIM 8952050402400308954F IMEI 357136143289016\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"dd43d4b4-7fe1-4fcf-8bc4-02bdb9889996\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cfbd6697-f70b-4063-8412-5f39d4e4c1b3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"08E00E1E-7168-48CC-9164-A7C43D47D54A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 27998,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-11T00:00:00\",\n                            \"amount\": 15899,\n                            \"currency\": null,\n                            \"description\": \"IPHONE 15 256GB AZUL ATT SIM 8952050402406895301F IMEI 351522602906578\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"da291557-b1ff-4a53-aeea-33229ec9846f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e7b05e72-dce6-49cd-b8ad-fe8879769744\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AA2E97F4-C4BA-4416-9B29-3A706D4EA080\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 15899,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-11T00:00:00\",\n                            \"amount\": 101500,\n                            \"currency\": null,\n                            \"description\": \"ENSAMBLE DE FUNDICION DE PIEZAS MAQUINADAS POR GRAVEDAD\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fe2bcd2a-fb8e-4c15-ad85-60d22ced316f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"93bacde4-2c1c-4a85-8889-c0174b0cabe9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5FD8E379-3690-4A39-8257-60070F5BA9B0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 101500,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199691\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-21T00:00:00\",\n                            \"amount\": 2208.94,\n                            \"currency\": null,\n                            \"description\": \"DIAM.EXT. 493&quot; ALAMBRE .065&quot; LARGO 1.390&quot; VUELTAS 10 1/2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6ad66eca-4a55-4c96-a3d7-b8ca90cec10a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"61fca844-f991-4cb9-8be7-a2ee792613cd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B64AE3EE-244C-4419-9355-934357E45597\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2208.94,\n                                    \"supplierId\": \"24199691\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-24T00:00:00\",\n                            \"amount\": 180.96,\n                            \"currency\": null,\n                            \"description\": \"PAPEL BOND PARA IMPRESORA PAQUETE DE 500 HOJAS (T\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"570c56d9-fbea-44be-bab0-33d9a478b95e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c792de40-2f0b-4612-b29a-0e4af97f912d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0EE708B2-7BBA-49EE-853A-3B7E70DDA954\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 180.96,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-24T00:00:00\",\n                            \"amount\": 17114.2,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9eb479de-7e59-4066-9f53-150e07856cf0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"23b36324-7658-4633-9791-bec2ad40602e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"34881689-0006-438D-A1AC-C948F3324B44\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 17114.2,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-25T00:00:00\",\n                            \"amount\": 358.44,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TINTA LC203BK NEGRO REMANUFACTURADO GE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c75724db-5da1-4983-a4c8-6a6acd91ebd1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9bd5d045-f9d5-4e6b-beb2-0bf05df2df75\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EDA00B6F-7E46-4CEB-8C6E-E20D97AB562E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 358.44,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199674\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-30T00:00:00\",\n                            \"amount\": 103356,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS fundidas mecanizadas en V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d137c205-be79-48e8-a8fe-5bcb8af82052\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6f5ad431-7483-4e1c-b345-b1375cdaa757\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FBF58867-1B12-4712-9562-582F0F84D302\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 103356,\n                                    \"supplierId\": \"24199674\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-30T00:00:00\",\n                            \"amount\": 106372,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 1518.56 C 28 MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"226e05d7-8796-4a78-adc0-7d2b20cc4eaa\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"515827af-22cf-4bb0-98cf-c8b7bc11e9aa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"329EEF07-F223-4C27-83E4-A5D93EF878D2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 106372,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-30T00:00:00\",\n                            \"amount\": 114492,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5a696b9a-0fe8-4515-bf28-e7471afce867\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1c82cf23-949e-48a2-86f1-5815e267b9c0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"67684053-DF8D-4045-A477-621D0F003E6A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 114492,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-30T00:00:00\",\n                            \"amount\": 105769,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7f607483-2a0d-44a3-8c96-bf8f5abe4f9c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"43c49144-99e8-41d9-8942-ea296cd643df\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3D18DD14-FB49-487C-A4A2-FC1B7319E17A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 105769,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199674\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-31T00:00:00\",\n                            \"amount\": 94482.1,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS fundidas mecanizadas en V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"22c5308a-c9ed-47dc-b358-9541223eeacc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"56391fd0-7b57-48d5-9915-aac495b9c117\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6A84AB70-8F70-4975-8205-486319A00156\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 94482.1,\n                                    \"supplierId\": \"24199674\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-31T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4014170-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"acd0f147-8ef2-4cd3-bac1-64440a18d1a7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e0bded4a-8b17-4ab2-9bd8-f316b0551511\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA1755A-3387-424B-B7C4-522DBB91C4C6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 763,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4001865-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0a77fd99-7a3f-41b0-a9ca-610d713cae3f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c07401db-8ed8-49c7-a7ee-f69f8896e337\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA19406-C0DF-426D-BCFF-35C163EFBC22\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-01T00:00:00\",\n                            \"amount\": 936.85,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"76f09942-1f50-4404-9d8f-f0b7d22dd556\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"83fd7efa-d401-4bd7-84c8-7f42254d776d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B02D90EF-6C27-414A-82B8-4CA11467F1D4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 936.85,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-01T00:00:00\",\n                            \"amount\": 702.34,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0d50bcae-e887-4c9c-8025-d2526d2d497a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c99d6b70-eb90-48c0-a80f-a7d3745d6bf8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5F466BEF-5E2D-4C5B-997C-2BB415A4FF86\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 702.34,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-02T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"54d8cd68-26ac-4239-8c95-3c08d5eb9c23\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c10ce90b-623b-41d4-a7c2-ef1ef5592413\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4B58DB5D-748B-4A89-B9C8-D0CD87E588D8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199708\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-06T00:00:00\",\n                            \"amount\": 2516.66,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6aabfa96-bfe1-47cf-a7d9-27ef1caac00f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a6113d4f-990e-4cd7-882c-2855557b5daa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"87841E1F-8171-4F66-86A5-D10139E40C80\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2516.66,\n                                    \"supplierId\": \"24199708\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-07T00:00:00\",\n                            \"amount\": 8439.17,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"25804be5-fe2a-4bb3-a86f-7c6b3dd0349a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ab631147-c08a-490a-8cf6-b612a82bfbe6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B78BB45A-E67C-41AB-81BA-84746ECA5BDA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8439.17,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-08T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3993997f-4b4c-41f5-b371-c34c2d417286\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3b280ea1-efaf-4bc3-a5e0-6ecb0d3415e9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7F8077A7-45F7-40A4-8140-C6473E12C3A1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-09T00:00:00\",\n                            \"amount\": 1283.31,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c7bfb61d-f979-48b6-8ecd-c4d54d894d46\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4ab18325-64a1-4d2f-80a6-72f0f48b49aa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"73412CF1-B9BC-4DAC-AA67-31E1B4324F70\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1283.31,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199693\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-09T00:00:00\",\n                            \"amount\": 1332.84,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"15bea07d-3cc9-4192-8fbb-a3192acc2cc2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5ec9b914-e435-4fef-a3f4-4f29c33608cd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7AB028F0-8D4C-4C96-BC3E-62E79A6FA666\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1332.84,\n                                    \"supplierId\": \"24199693\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-14T00:00:00\",\n                            \"amount\": 8124.66,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1705a134-952e-4848-8349-79dd591906fe\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"90551b8d-af05-426f-a75f-2368a31fbee0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"98E00E6A-C539-4C8C-8DB5-97719EEBC7E8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8124.66,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-15T00:00:00\",\n                            \"amount\": 105676,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"81463616-cb35-462e-aef9-764a8546f7dd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e1fcd70f-b669-4143-b9fe-20c274087e3b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A8E0085D-78E2-4A5C-8169-7710AF7490EF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 105676,\n                                    \"supplierId\": \"24199690\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199709\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-15T00:00:00\",\n                            \"amount\": 97092,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f2361507-92a2-482a-99ef-a5fe5cddd8ab\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7f3adc1c-b1ff-4043-96bc-0fb9e9b71d0d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"56A86C63-93BA-744C-994A-6989842166A2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 97092,\n                                    \"supplierId\": \"24199709\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1f7d413f-1152-4120-9122-489293b73601\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e1739e6b-fab6-4763-b8f5-4852113d94cb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"02FED12B-D519-4F0A-A291-E9ECA4B9A6A5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 701.91,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-20T00:00:00\",\n                            \"amount\": 1165.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8d0d709c-fafd-4757-9b1a-1817e89e1903\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a44de377-d4a9-459d-8bda-7a6e58ec58dd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"606F909F-4550-461C-8E92-75CD970D8011\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1165.8,\n                                    \"supplierId\": \"24199710\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199711\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-20T00:00:00\",\n                            \"amount\": 5225.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a0346d97-611b-4473-9a96-aeb297ab7ee5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6db0689b-adf2-472b-a291-92c43ce8be2a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"002A5609-B387-40FD-ACEA-B4C9FA60B39A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5225.8,\n                                    \"supplierId\": \"24199711\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-22T00:00:00\",\n                            \"amount\": 766.76,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3e3ad37f-045c-4e34-b282-cdc9d97caabc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"68e7176e-c7c6-4a9e-ac13-f4e146e8c417\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B7F0A35D-7587-A648-9D34-D76756F8D28E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 766.76,\n                                    \"supplierId\": \"24199658\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-22T00:00:00\",\n                            \"amount\": 1364.59,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"174c16c0-6753-438a-95df-96013fa8069e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"599df3b8-6b3a-4810-b0e7-2a82f2ad0d64\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0060BD17-A075-41A2-9A26-F6DFAC9DF3B9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1364.59,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-26T00:00:00\",\n                            \"amount\": 638,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0b256d31-cf03-4163-b9e4-3d64e3185085\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"93c5d3dc-46fe-4f92-8bda-866ee7054908\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0B4E729C-6DDE-7249-86E8-51F089A1E020\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 638,\n                                    \"supplierId\": \"24199658\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199693\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-27T00:00:00\",\n                            \"amount\": 837.1,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5a2ee88a-f6c2-44c1-baeb-a3cf257aaa08\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a2f823a4-2776-4450-80d3-92eda3c4082b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E26FC9F4-E40C-4CA5-B991-B54A9FBDFF9B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 837.1,\n                                    \"supplierId\": \"24199693\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-27T00:00:00\",\n                            \"amount\": 2233,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2e1898ba-9afa-4fd3-b9c4-f27a6cc1f18e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4c52d56c-62cf-4439-9aa7-f92dbf098b6a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CAA39A54-C177-4F97-B137-341F230BE3C7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2233,\n                                    \"supplierId\": \"24199688\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199652\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-28T00:00:00\",\n                            \"amount\": 5807.49,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4f0f47b3-69f6-466a-ad91-9f0e2985f3c4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a5bb9d05-b2d1-48c1-8245-8316d14ccf9d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E2813BC0-6CC6-41A4-878B-D1E14BDA4520\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5807.49,\n                                    \"supplierId\": \"24199652\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199689\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-29T00:00:00\",\n                            \"amount\": 120988,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8119834b-8a23-4ccc-9d89-57f706acc156\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d841443d-aca2-4174-871a-92f9c6fb0260\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"68F3FEEC-AA4D-41FC-BA29-E25249DB6A1A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 120988,\n                                    \"supplierId\": \"24199689\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-29T00:00:00\",\n                            \"amount\": 62292,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e9bf96b9-5cbe-4a6a-b518-552f674a2102\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8cd72257-22ff-484c-ba5e-2ad6860b9bc2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F18E1585-9DD2-4416-8397-6528D281581B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 62292,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-09-30T00:00:00\",\n                            \"amount\": 107996,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"694105eb-c070-474f-8cd0-8797088c7432\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a0cc46a5-3580-4ddb-8394-34bef78e03cc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4A4437B7-F1CF-4E24-8B2B-09F745F3CE2D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 107996,\n                                    \"supplierId\": \"24199690\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-01T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c3514987-227a-4ef1-805b-7970477b5fee\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7c3f857d-4c9c-49ff-a034-3049045c2d9d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3B488880-2324-44C5-BEFE-E3C932561002\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-09T00:00:00\",\n                            \"amount\": 6820.45,\n                            \"currency\": null,\n                            \"description\": \"PRIMA. RECIBO:101429258\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5f9e7d1b-e5fe-485a-adfc-c021e4859d78\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a9e8cc91-5f88-469e-ab16-675ee86063ff\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"226B2443-6B22-4358-B5E8-FC1A3D94C003\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6820.45,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-10T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2ca9ee25-5900-4bfe-b783-adc93adcfc51\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"90fd3395-8f09-4cc5-9145-bf93e496bdea\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"09B53DE6-704B-45D5-A458-42E7992F9405\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-22T00:00:00\",\n                            \"amount\": 90016,\n                            \"currency\": null,\n                            \"description\": \"PTR DE 4 X 6 CALIBRE 14\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4f01ad6a-9424-4d11-ac19-9ac8cf7b955f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"90b41610-02bb-4b0d-a197-6ed3463e226f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7CF88955-92D7-4AFC-B703-69B2C4FDE7D0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 90016,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-24T00:00:00\",\n                            \"amount\": 626.4,\n                            \"currency\": null,\n                            \"description\": \"PISTA INTERIOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"736dea45-566c-4f29-8a4a-9f1cd0d19734\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ed25460a-9dc6-4600-80a9-d207f34a5c9f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DE42F723-09E6-4679-AAB4-9857B3EA3386\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 626.4,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-27T00:00:00\",\n                            \"amount\": 18966.1,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cd758164-08d9-4f67-8262-444151e87437\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f62b62da-fe81-4323-9d7d-61bbbe82a6f8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B97F3530-3DEB-4524-AA9E-E5A59DE67FAE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 18966.1,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-27T00:00:00\",\n                            \"amount\": 1293.4,\n                            \"currency\": null,\n                            \"description\": \"AC. D-2 SOL. 1/2\\\" X 2\\\" X 33 1/4\\\" LGO. \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"067cc8af-e0d8-4a85-9973-d3f90eedd8a3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d31f5eaf-f33b-4191-a46f-f9d363f44aa6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"76630303-95FC-41BD-964B-60EABB53B865\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1293.4,\n                                    \"supplierId\": \"24199653\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-28T00:00:00\",\n                            \"amount\": 96860,\n                            \"currency\": null,\n                            \"description\": \"Equipo de izaje y accesorios PLACA A36 (3/4 ESPESOR DE 4 x 8)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"862c20de-ca89-4008-84ab-72c91e7665f1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"46382cee-24b4-4944-b336-674d1123bf26\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"99CA0F7F-232D-4228-B145-C79C87159015\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 96860,\n                                    \"supplierId\": \"24199678\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-31T00:00:00\",\n                            \"amount\": 94772,\n                            \"currency\": null,\n                            \"description\": \"Compresor De Aire Portatil 50l 115psi/8ba Husky\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e00a0171-316d-487f-94e4-9682f917c5f2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6564433f-c4d1-423b-9bcb-970dff136b77\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B8C2758E-EFB0-4636-9010-9358C5F2FB32\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 94772,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-31T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4012282-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c3f46e36-e5d6-49d2-b93b-35c4179d5f16\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2c121c1d-78e4-46ad-a71b-b928df537d7d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA1E639-37DB-44E3-8358-5E5383E38042\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 763,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-08-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4001425-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5c4fb052-a2d2-48ce-a719-2741ccb04d0f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"62c2c594-f998-47fd-9fad-4511c7c6ba81\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA10F69-D803-4263-B955-23052EB996B0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-02T00:00:00\",\n                            \"amount\": 1334,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ecfda32c-4190-40b7-bc7f-5d36b746cfb8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"01e87435-17d9-4089-88ce-ebe9246fbca8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8E6A27AB-3EA8-48D7-93A6-27326879EF57\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1334,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-05T00:00:00\",\n                            \"amount\": 1064.88,\n                            \"currency\": null,\n                            \"description\": \"TORNILLO 2.5MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ad031551-cf55-47bc-b260-85c04ca14ab3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"eac1e8fa-1fc5-487b-a8d7-faf657c45b35\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"57BC8822-AE48-1442-BCF4-BE52842CF975\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1064.88,\n                                    \"supplierId\": \"24199658\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199702\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-09T00:00:00\",\n                            \"amount\": 8908.8,\n                            \"currency\": null,\n                            \"description\": \"PASTA DE DIAMANTE 20 GRS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"08d6a134-28d4-4209-883f-6e5a1f9698ec\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"73cd420c-1526-4e57-be61-e9322f463856\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CFEDAB16-B345-4AFA-ACB6-1B64AD8A584B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8908.8,\n                                    \"supplierId\": \"24199702\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199713\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-09T00:00:00\",\n                            \"amount\": 3364,\n                            \"currency\": null,\n                            \"description\": \"POLIZA 3 MESES DE FUMIGACION VS INSECTO RASTRERO Y ROEDOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0d5a46a5-7000-4128-9fd3-110187df8d3f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"135f2322-d248-4805-af2c-a7814baba7b8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"33E94FBF-5B55-433C-AEE2-5D9338F3677A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3364,\n                                    \"supplierId\": \"24199713\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-10T00:00:00\",\n                            \"amount\": 484.11,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fecf596b-6242-4bec-a58a-01464649b166\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2cf6bdbf-23ff-4dc4-8a96-50f57d834eb8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6274A0E9-A312-4EE5-9621-108DDE06B048\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 484.11,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-11T00:00:00\",\n                            \"amount\": 556.8,\n                            \"currency\": null,\n                            \"description\": \"BROCA A.V. ZANCO 1/2\\\" 17/32\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"433f5839-af7d-4670-9481-5876927adb40\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"11ee1d2f-96ef-4a86-851e-0fec701d6968\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E05B7024-F164-0B49-89AC-1477DEBEB5D1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 556.8,\n                                    \"supplierId\": \"24199658\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-12T00:00:00\",\n                            \"amount\": 89552,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 45X25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"54c040a9-130d-44e5-88ac-96fa1efb6bdb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b162a47a-011b-450f-a2ee-43641251bcde\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"816A7BD2-38D9-4157-A98C-FB5C782C99BC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 89552,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199658\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-19T00:00:00\",\n                            \"amount\": 974.4,\n                            \"currency\": null,\n                            \"description\": \"LLAVE T8 TORX T/DESARMADOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2d9ba804-dd56-4b2f-8d52-bfdd2e242257\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d6d191b8-3cd6-4622-90f7-6660147a7795\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"66521232-BAF9-4449-88D1-4FC6DC67CDCA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 974.4,\n                                    \"supplierId\": \"24199658\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-25T00:00:00\",\n                            \"amount\": 5620.2,\n                            \"currency\": null,\n                            \"description\": \"ACEITE HIDRAULICO INDYCOM VG-68 \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"64f49c39-0537-4321-b384-6e10fe798c8a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6f5c1d89-8022-4bd6-88bd-6c111b30da37\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"74CE4E63-B2E5-4B82-ACB7-EB8E6805AB12\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5620.2,\n                                    \"supplierId\": \"24199670\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-27T00:00:00\",\n                            \"amount\": 46845.4,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"37502908-cc25-45f5-a605-88d699747965\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9a3e3580-f373-4de6-812e-8daeba46f45c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1DAE1370-46F7-4248-8331-2D5CFE496799\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 46845.4,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-30T00:00:00\",\n                            \"amount\": 94772,\n                            \"currency\": null,\n                            \"description\": \"SUMINISTROS PARA SOLDAR COMPRESOR DE AIRE PORTATIL 50l 115psi/8ba HUSKY\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c0d300af-54ad-48fe-9fd5-d8686aeaa4f1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d103ac4d-a2e9-46fa-ba34-c069426370ed\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3F2C661D-EE06-4D43-BC4C-2C01D0C0EF13\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 94772,\n                                    \"supplierId\": \"24199678\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-30T00:00:00\",\n                            \"amount\": 101732,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 56 X 28 X 6 MTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6b343df5-8c0d-4545-8be5-d07e217939b8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"af51d88e-31c2-445c-9b49-b0cf0b81d060\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"87FFD485-3D8C-4FD9-A6F4-5735B657908A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 101732,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-30T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4013481-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9dd6385f-0c0c-4161-b683-38aed74b35f5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"81c62a9c-3933-4c54-8721-f94e9074a199\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA139D2-78F1-406E-809D-8A9BBA99891B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 763,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199686\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-04T00:00:00\",\n                            \"amount\": 464.09,\n                            \"currency\": null,\n                            \"description\": \"TORNILLO SOCKET M.M. 5 x 40\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4a95988c-c859-4cfd-be3d-44154eea0228\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1edb5dde-2885-4d28-a106-9cb58e14eae7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E42864DA-4055-49DF-A904-1CF782053E3D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 464.09,\n                                    \"supplierId\": \"24199686\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199714\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-05T00:00:00\",\n                            \"amount\": 1223.22,\n                            \"currency\": null,\n                            \"description\": \"608 ZZ. ROD RIGIDO 1 HILERA BOLAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e45ced68-306e-42f7-831f-289f182de433\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b81ef53e-64f7-4439-83a3-05a18540df7b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2AFA1F03-48F8-4361-88D2-7CCA2C9B2A36\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1223.22,\n                                    \"supplierId\": \"24199714\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-06T00:00:00\",\n                            \"amount\": 0.01,\n                            \"currency\": null,\n                            \"description\": \"N.SIMV85ATTTRIOD SIM 8952050402303800792F\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2baa6353-471f-4bdb-96c0-90f73ff19f90\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"072ba096-daff-47be-ac8e-544a53c9b70d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"580CA897-77C4-4498-BECA-A1C4993BB659\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0.01,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-11T00:00:00\",\n                            \"amount\": 7823.04,\n                            \"currency\": null,\n                            \"description\": \"LAMINA ROLADO CALIENTE C.8 4 X 10; PEDIDO/POSICION 1002253826/000010; ORDEN COMPRA CLIENTE: TELEFONO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"106f69f6-6415-48d0-97f6-51465cbf48d0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"648f1f27-237c-4dd0-a358-c5a2bad63fec\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0BA42257-942E-40FE-9856-8CE9A958E26F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7823.04,\n                                    \"supplierId\": \"24199688\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-12T00:00:00\",\n                            \"amount\": 811.41,\n                            \"currency\": null,\n                            \"description\": \"EAD EXTENDIDO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6ca47518-128f-4dfd-afd2-bbe92460e8f3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9a3f83b6-59f7-4344-8b65-30e9022a9747\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BF42761A-0B84-4129-ABEF-4C64D96000F3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 811.41,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-14T00:00:00\",\n                            \"amount\": 360.09,\n                            \"currency\": null,\n                            \"description\": \"1018 SOL 3/4 PLG x 5 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b70dd238-4d6f-42de-909b-12d1ef658142\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"44e5c78e-a516-407e-b009-69e6fadc191f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4739D927-9F87-4712-AF72-93C5663C4FDE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 360.09,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-14T00:00:00\",\n                            \"amount\": 1310.8,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TONER ORIGINAL BROTHER TN660 ALTO REND\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bcef8cdf-72af-43d7-a0fe-f81689306557\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c9b814e7-34c3-447d-839d-0beb90deb8dc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4282C2FA-7CC6-45D0-AE9F-C6A4C71567C4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1310.8,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-21T00:00:00\",\n                            \"amount\": 1067.84,\n                            \"currency\": null,\n                            \"description\": \"1018 CDR 3/4 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6e2f63ad-3194-4dad-bb29-9ba605c049e4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d2eeb2c2-65b9-4432-b2a5-bfe79d5315d3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E3EDDD2D-5EB4-4F66-9B42-2E935F5D4F02\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1067.84,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-21T00:00:00\",\n                            \"amount\": 316.8,\n                            \"currency\": null,\n                            \"description\": \"1018 SOL 3/4 PLG x 5 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c891e7a6-2cd6-4848-a882-ffce95935078\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8d9de5ce-80bc-4358-ab27-bffd9b456c21\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3FF92A41-5510-4581-BFCF-093E79710E60\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 316.8,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-24T00:00:00\",\n                            \"amount\": 737.4,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"21946805-b302-402b-9de9-3ebcddd3bfb3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"393f2fcc-b542-40cd-83c4-4963493380b2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8D2D8904-FB9E-435C-905A-40A2A871AEF4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 737.4,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199715\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-25T00:00:00\",\n                            \"amount\": 14685.6,\n                            \"currency\": null,\n                            \"description\": \"HOJA CALIENTE 8 4X10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b7f88bb3-1e73-4b07-9688-90371df49bcf\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7f6ce88e-fbad-404f-98ea-e556d59a08e1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5F91EA8C-13BC-4F3A-BB91-31652CFEFC60\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14685.6,\n                                    \"supplierId\": \"24199715\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-25T00:00:00\",\n                            \"amount\": 336.4,\n                            \"currency\": null,\n                            \"description\": \"INOX CUAD 2 X 2 X 2\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"952be86b-086d-4964-b290-ef630b1121b3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"449186ef-ef99-4282-a308-5f4cea6681de\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A50CA1D2-5086-485C-B8C9-0F05513F5AFB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336.4,\n                                    \"supplierId\": \"24199710\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199716\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-25T00:00:00\",\n                            \"amount\": 5707.2,\n                            \"currency\": null,\n                            \"description\": \"SUM Y CORTE LASER ACERO Suministro acero al carbon y corte laser de piezas de 1.5\\\" de diametro: 50 piezas calibre 20 50 piezas calibre 16 50 piezas calibre 14 50 piezas calibre 11 30 piezas calibre 10 26 piezas 3/16\\\" 26 piezas 1/4\\\" 20 piezas 5/16\\\" 100 piezas 3/8\\\"   $4920.00 pesos\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"12e61cef-8347-4a35-9eb3-50ce6a8a23ee\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6930037f-3cd3-476a-b22f-0f5ff7dd7bf2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C5757739-A7EE-4E9A-B193-780081E6779D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5707.2,\n                                    \"supplierId\": \"24199716\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199698\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-26T00:00:00\",\n                            \"amount\": 3340.8,\n                            \"currency\": null,\n                            \"description\": \"EXACTODEN TUBO DE 150 grs./CAT.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"55a20bce-f990-40b9-a99c-f2382812240b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c27029fb-5662-41fa-b731-c2b7a04e6f73\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9D61DF6D-6499-4199-80FA-285B1F989213\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3340.8,\n                                    \"supplierId\": \"24199698\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-27T00:00:00\",\n                            \"amount\": 273.02,\n                            \"currency\": null,\n                            \"description\": \"ALUM. BARRA CUA. 6061 T651 50.8 MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ad23e3df-2a45-4806-89bf-5e01a7583012\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"17a7426f-6b76-41d5-b07d-f51c9f212fd2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"10E964DF-0C5A-4BE7-87A6-B5BF5ADF3123\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 273.02,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199717\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-27T00:00:00\",\n                            \"amount\": 8220.9,\n                            \"currency\": null,\n                            \"description\": \"FILTRO SEPARADOR MILWAUKEE 40 HP \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ff46e2bc-f34e-47f0-8b68-3fe1f7da5092\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"54d42ea2-5620-485c-82bb-b8848326c67b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7FB82F0C-A3BF-454A-92F7-E276F99A2292\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8220.9,\n                                    \"supplierId\": \"24199717\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-27T00:00:00\",\n                            \"amount\": 79228,\n                            \"currency\": null,\n                            \"description\": \"PLACA A36 (3/4 ESPESOR DE 4 x 8)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bac8fe0d-a7e3-4a10-8a4b-34dbbc2f2c59\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b4767275-2c96-461c-b103-71c484a49013\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4BCE058E-C04E-44A5-8042-38E62A28447D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 79228,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199714\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-29T00:00:00\",\n                            \"amount\": 18422.4,\n                            \"currency\": null,\n                            \"description\": \"2MM 9114 WICRDUL JGO SUPER PRECISION 29114\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"02f59d6a-be4f-432c-a354-ddc3441b07f0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4e7b630f-62db-4ce7-a67f-e1fb1597233f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FAF74B79-AE98-4213-94D6-39A1B850B00D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 18422.4,\n                                    \"supplierId\": \"24199714\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-29T00:00:00\",\n                            \"amount\": 113100,\n                            \"currency\": null,\n                            \"description\": \"Piezas fundidas mecanizadas en V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c1a6fc0a-f8df-43eb-b3dc-dc141f971a23\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1f6e46a3-3353-411d-be6a-aef964a3e2ad\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B56AC5EA-17C4-4BD1-95EB-5868F4C4F687\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 113100,\n                                    \"supplierId\": \"24199690\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-29T00:00:00\",\n                            \"amount\": 35009.5,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"17081332-3b9c-46e3-8103-a8516610deee\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7640d269-5107-4ca2-a1de-289d985e17cc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"97118861-693C-457D-B5B3-D4DEDEEF80AD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 35009.5,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-29T00:00:00\",\n                            \"amount\": 50692,\n                            \"currency\": null,\n                            \"description\": \"ACERO 9840 2 3/4 X 65\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f5a73037-995c-4767-af53-d425f70219d0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"60953b13-d674-48aa-82ec-52ddd5a81fd4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3692396A-445C-4922-B6E2-14A3D2774CFF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 50692,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-29T00:00:00\",\n                            \"amount\": 88972,\n                            \"currency\": null,\n                            \"description\": \"RODILLO DE ACERO INOXIDABLE DE 10 X 4 X 4\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2016eb28-fd77-49ce-8c63-78a44952addc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"92456273-76b2-4333-ba5b-07c1637b6d96\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"28B24C8F-6D21-4FAE-800C-A4C211B9AE2A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 88972,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-07-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-3001396-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f4e6d1fe-ad41-4829-8453-072a10d423c3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c85847de-c874-4f53-a7b6-8c96dc9d103b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA1135B-8864-48EC-8815-60CD21C5F893\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-01T00:00:00\",\n                            \"amount\": 713.3,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f47fdbec-7385-4cc8-b4b7-8900235e078f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"31e1a53d-57ca-4aee-9935-d15a57c1dfa2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D23AF4D4-6233-4B32-88B7-ADE6A4EED5EF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 713.3,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-01T00:00:00\",\n                            \"amount\": 812,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f9660c50-d539-487f-b013-fda1aff8f56e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0750934d-72a1-4037-8869-b1c7716f0d42\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DAC1376F-E490-45E9-8EE8-0BEB07E6C5B8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 812,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199685\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-03T00:00:00\",\n                            \"amount\": 1160,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"06acd446-6632-41b0-865d-5e00baee672e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"65c9c636-8b00-4af5-a377-e05725a309c6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0A6FBFEF-E1FD-473D-B9A3-98163E9D9C69\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1160,\n                                    \"supplierId\": \"24199685\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-05T00:00:00\",\n                            \"amount\": 2923.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1f194ef0-fc5a-44b6-9f73-1dd4568ae7ce\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"30d5f274-534c-460f-aeb7-ea331c8c8004\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5F75FBAD-43ED-45A4-A4F9-A4EBA59EAE3D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2923.2,\n                                    \"supplierId\": \"24199670\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199718\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-05T00:00:00\",\n                            \"amount\": 258.01,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0f6fa378-8b46-49f0-89e8-0da41e2fdf76\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c5278642-cea7-4846-a3c9-f1b2665f319a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CE7268F0-BDAA-4122-A302-9AA140C2B0FB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 258.01,\n                                    \"supplierId\": \"24199718\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-07T00:00:00\",\n                            \"amount\": 2291.1,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cc742f1e-3c9d-45eb-afc4-9d884b1a4594\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c0b7f9d1-1d2f-4b4f-b4da-b4b66eb3e199\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2285A0D5-01CA-41C9-A613-019AAE4AC526\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2291.1,\n                                    \"supplierId\": \"24199663\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-10T00:00:00\",\n                            \"amount\": 831.42,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"50418760-b047-485b-8a57-8ba5e171cfbc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1c1b152f-295e-4fef-9648-a4b3fcd4487e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9682750E-82EA-406A-8307-CE4DD4457152\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 831.42,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-11T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"94a6cb63-75cd-4980-9546-b6cb750dc3f7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f95de903-de52-4d7f-b0b2-9582e4ddad4d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2143F52F-3CC5-4513-8982-ACD46A01E32E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199719\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-13T00:00:00\",\n                            \"amount\": 273101,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"67af0c97-7cbf-4f87-a966-35d9e6dd558f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fc6c7e5a-81d6-45d1-8a1f-938a27f18f91\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"58230C72-4895-4A9D-B1F4-C40446791F13\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 273101,\n                                    \"supplierId\": \"24199719\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-14T00:00:00\",\n                            \"amount\": 4848.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"76a2dad9-07b4-405d-8ebd-37e839a2449d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"43f07042-840a-48f9-879c-13afbf959684\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7AA5CCAE-5D7B-479F-8B77-468366253A54\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4848.8,\n                                    \"supplierId\": \"24199670\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199685\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-14T00:00:00\",\n                            \"amount\": 4089,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"04868d4d-d8cf-4fb5-a11b-e2d815d5bf27\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"10be054d-d9d1-42c8-b4a0-4d75be43c21e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FCAB4EA7-13EB-480B-AB30-272378F44FFD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4089,\n                                    \"supplierId\": \"24199685\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-15T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0bfd81ff-7a9b-4af8-aea0-2d65d42a5667\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"05e4e6fd-0475-4b6d-a9db-2ff89e386f05\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"63702D01-7BCF-464D-A09A-74E293185DF3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-18T00:00:00\",\n                            \"amount\": 374.74,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5ecc7214-cec6-4eda-8126-4edfbb29b632\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c2047031-c62d-4c5a-94c1-6397b4da243f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"370E8CCA-979D-4332-923D-991D420156D0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 374.74,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-18T00:00:00\",\n                            \"amount\": 107068,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"19e26e24-1b22-4065-9640-b86b0b79a5e0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b8481cba-3546-447a-b2d2-934e2c3cc4e8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"344B1BFF-5182-4EB9-B9A9-1FE124F5E86F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 107068,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199715\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-20T00:00:00\",\n                            \"amount\": 110230,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ac85dba6-1476-4e86-afd6-435738bfc224\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f207d19f-1637-4bfd-8b6e-e656ae5d1ccb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1F7B0EEC-F05E-4A9B-AF50-030A3816FD23\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 110230,\n                                    \"supplierId\": \"24199715\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-20T00:00:00\",\n                            \"amount\": 9706.88,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"49e7057f-87f8-4b89-889f-938384ef1be4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b8550b7f-8c1d-48c5-a7eb-ff2476523b3f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"53E7D2F1-BE8D-49EF-880E-2FAF8F53A2BC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9706.88,\n                                    \"supplierId\": \"24199657\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-26T00:00:00\",\n                            \"amount\": 85260,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ca1481ca-c855-4916-b216-0913a8de36d8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"40f150a2-f4e5-4137-b08a-433bed1cb1cf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C6941F52-6F28-4542-A556-821DA8F84146\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 85260,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199722\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-28T00:00:00\",\n                            \"amount\": 148132,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"16f263c1-ebde-456c-9a65-cb70637bd675\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5561a60b-3d2e-417a-935f-07e9eacd17d9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2E522A8E-27F4-467A-B172-002828EA3E39\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 148132,\n                                    \"supplierId\": \"24199722\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199723\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-28T00:00:00\",\n                            \"amount\": 274688,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ee48106f-6819-42c4-a6bb-5ea6e4a1e99b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"50776277-d9e9-45aa-abf8-1eafddcf05eb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3965D16C-A6C0-439E-B744-9D20694F9321\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 274688,\n                                    \"supplierId\": \"24199723\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-31T00:00:00\",\n                            \"amount\": 277890,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b4412e86-5b59-4af4-ba48-a3fdb9e98218\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"19ae01c7-ca48-4494-add6-50fc19a4004f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"51ADE2BB-A0AD-4AE7-B410-5A34983A9711\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 277890,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199662\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-01-31T00:00:00\",\n                            \"amount\": 50170,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d9ba2482-a464-45d9-8911-4d4e0be00ff9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5f6a5991-60e2-4084-988d-684485f01b1e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C8772091-EED3-4639-9657-6BB000216CF9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 50170,\n                                    \"supplierId\": \"24199662\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-11T00:00:00\",\n                            \"amount\": 1194.8,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TONER ORIGINAL BROTHER TN660 ALTO RENDIMIENTO PARA 2600 IMPRESIONES.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"63c39dc1-43d6-4bee-8382-a94bd7bdd745\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"79dd4f1b-cbdb-4409-a538-b9a6684a347f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AE0F2E53-CF6A-40A3-8F48-35834C7922D0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1194.8,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-11T00:00:00\",\n                            \"amount\": 96396,\n                            \"currency\": null,\n                            \"description\": \"ENSAMBLE DE FUNDICION DE PIEZAS MAQUINADAS POR GRAVEDAD\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"16cb5cbb-cb1b-4d8b-a9ca-748b0183d0be\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"479014dd-f50d-4c42-8790-d159f09aa1c8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F5CC02EE-A355-4A0C-A718-FA11310CC950\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 96396,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-28T00:00:00\",\n                            \"amount\": 73892,\n                            \"currency\": null,\n                            \"description\": \"NUCLEO DE TIERRA FISICA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"be7c2919-3217-4426-8df3-a57dc5739f72\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d1647ce6-60d9-4573-b54a-3e8d1946d9d3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"44652451-9A27-4A50-BDC2-FEBDF1238735\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 73892,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-29T00:00:00\",\n                            \"amount\": 134212,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0dfeef53-044f-4b4a-821c-117e30d5089f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8e5cdd87-a132-44e2-a6ee-c2bd57607c94\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"03010C7E-FE41-4929-A52F-E2341896D2A0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 134212,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-29T00:00:00\",\n                            \"amount\": 88972,\n                            \"currency\": null,\n                            \"description\": \"Piezas fundidas mecanizadas en V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b3954091-b892-474b-bb12-e5dcc792a764\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a10aaee5-7f0e-46d4-a3b2-fe60ab69fc04\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B9D16297-5F2E-4813-BC96-6BA96E311673\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 88972,\n                                    \"supplierId\": \"24199690\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-31T00:00:00\",\n                            \"amount\": 745,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-3018022-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c65ac553-9048-4337-b647-2e03dc1a9cad\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"949e5be3-d961-4bb4-9658-8942f18c6a34\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA19CFE-0C88-4223-852F-7F72C56B8EE2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 745,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-3002654-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4fcb93d0-076d-465c-8c15-1af0cc0b7ee0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"41f5c964-6050-4156-b612-362fc2d2b047\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA1ABD6-735B-4DC9-8069-5B777C1F7299\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-01T00:00:00\",\n                            \"amount\": 777.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f7a8fc91-ef5b-4cd3-a93b-17568c62ac98\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ddc3b342-9315-4db7-9a65-4f06b189357d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CD31D9EC-1BA5-4216-ABF3-D46B46547A5D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 777.2,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-06T00:00:00\",\n                            \"amount\": 54636,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1f3c52a2-4973-4845-8ae9-e5ff5ce2bd54\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f43127b1-ea79-4cec-a81d-260bee301a7c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F758E9B6-24B6-4F26-A5B1-57D3D4ADDF5F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 54636,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-06T00:00:00\",\n                            \"amount\": 2633.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f604cef9-3fa9-47bb-9212-5e5f6b180b3e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ba08e584-b422-4486-ad11-c9c5cec68a9b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D99AF1FA-9BE9-4C15-9877-128B3A242245\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2633.2,\n                                    \"supplierId\": \"24199653\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-07T00:00:00\",\n                            \"amount\": -490.96,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4640611d-18c5-4eab-a345-c0af003e9aba\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"760c4d75-6546-4fa5-adf5-40d23871a677\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"52F20AE3-CF84-443D-93D4-BF604AA75E53\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": -490.96,\n                                    \"supplierId\": \"24199679\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199709\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-08T00:00:00\",\n                            \"amount\": 97092,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ecb61419-dde8-4180-a6cf-e388828db081\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"586fb928-64cf-4625-b3b5-0888be7902d5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"899337C0-55A1-4944-8A37-008C4E1A04EF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 97092,\n                                    \"supplierId\": \"24199709\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-08T00:00:00\",\n                            \"amount\": 8908.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3ea831df-19f5-4c84-8298-81bc7055879b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"dde6c419-e194-4960-8976-6b72b7e0db8a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DA58DDE0-B6AD-4B11-A79E-85D15F26E255\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8908.8,\n                                    \"supplierId\": \"24199656\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199662\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-21T00:00:00\",\n                            \"amount\": 47908,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0a928752-1045-411d-b9f0-53b43e984573\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"37577b33-f8de-4eaf-9cbf-e33edf080fb2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0BB648FA-D34A-45F0-83E7-022A02EBF720\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 47908,\n                                    \"supplierId\": \"24199662\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199715\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-25T00:00:00\",\n                            \"amount\": -0.05,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b6fa6669-6cf4-4e63-84f2-79cf3912f4ea\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c8b6d064-bcc1-47ea-a240-4e96d058e92e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"97FE3BE8-34F6-4A6C-8CF3-03257E1DFB74\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": -0.05,\n                                    \"supplierId\": \"24199715\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199655\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-26T00:00:00\",\n                            \"amount\": 128992,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a8078da2-b090-44ba-b9ae-fa3caacbb031\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c27f3341-fee2-4047-9a99-3a64011aeedb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"120D0E35-E1E9-45EE-9F2B-00A587EA5C03\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 128992,\n                                    \"supplierId\": \"24199655\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199715\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-27T00:00:00\",\n                            \"amount\": -0.03,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5c61038b-8597-4c22-b260-560823918272\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"80a35901-4fed-4f55-8ea1-f74bcdfdcb94\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7B8227E3-5BA9-4CFE-A660-A5620B0AAC9C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": -0.03,\n                                    \"supplierId\": \"24199715\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199655\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-27T00:00:00\",\n                            \"amount\": 82940,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f4a6e850-af75-4ec6-b12c-f293ebd00044\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c682c364-4890-49a1-a2c8-7ff3ca888ba8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4DFC9406-FFA7-4737-AF8C-00A72EEAC131\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 82940,\n                                    \"supplierId\": \"24199655\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199689\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-28T00:00:00\",\n                            \"amount\": 157412,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b750afb7-c166-45c8-94c8-573f924a6770\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"92ba50ff-b946-43c9-ae2b-a27dfe055f65\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AF1BEF1F-84C2-42FE-A5E2-3E89786935F6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 157412,\n                                    \"supplierId\": \"24199689\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-28T00:00:00\",\n                            \"amount\": 66236,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"989c73c6-696e-4359-8a45-289d604e6552\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"197c474c-03d7-498d-bdac-6aa78a42acbb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C989565E-EFBC-4F60-8034-1F1B9CB54749\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 66236,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-29T00:00:00\",\n                            \"amount\": 134212,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d7518cc7-c8bf-4e12-9651-f4b3d00f75bf\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b98a2bfa-538f-417d-af7b-85bf0e95ac32\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1EDA43A6-78ED-4322-A400-26F3ADFA8C87\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 134212,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199709\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-29T00:00:00\",\n                            \"amount\": 195692,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"25f4d348-d86c-4e06-88e7-f23ab702021b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"86beeac0-5ad2-40e6-9786-13cf6ca332e5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"13AB40D5-65C8-48DB-A671-00A9D51AFB25\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 195692,\n                                    \"supplierId\": \"24199709\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-30T00:00:00\",\n                            \"amount\": 1148.24,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"74c2b9ea-5a56-42a5-8020-dac134d53639\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"83eacbcf-b690-464d-be36-97c4f1c49c78\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"02DB5596-1CC1-4595-B835-7FB5AA721BE0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1148.24,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-01T00:00:00\",\n                            \"amount\": 794.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8cdd8c1c-f6ae-445d-84b3-c1a66ea3aa41\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7945d864-433f-4a1e-8b6b-b45202254884\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"31D0C35E-9FC2-4919-BF70-D3C3246C95EC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 794.6,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-01T00:00:00\",\n                            \"amount\": 1261.08,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"97006fa3-831a-40d4-8047-5ec92170fb7f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"20b0f804-3a7e-450d-912d-b08a814e6087\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B576ED46-C765-45BD-907D-171F01A4459F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1261.08,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-03T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cd7689a2-28ba-4691-a45b-12e37e95238e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"835ab8c6-1a35-496b-8f4d-d4e9ab0de528\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C1FCC8B2-4223-4F2B-8A5A-EB6AFF52597A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-09T00:00:00\",\n                            \"amount\": 320.13,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9cd46146-bb2d-447e-b995-dcd5d8608b5a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"90353ff0-b03a-439b-b5f5-9aaa35d961a3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"422E8393-AB43-4DAC-93B6-59D91592B56E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 320.13,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-10T00:00:00\",\n                            \"amount\": 1463.49,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0c9b5873-42c2-40c8-b3bd-8da1b3a61291\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"dbee3d0b-685b-4a74-afb3-3d316b57000c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"333F3B00-A320-4CA1-AE0E-8C12F9764884\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1463.49,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-13T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"052ffd9a-9696-48aa-b96c-26ba0265d852\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7460cc38-7300-4040-a345-ce3ae034aec2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"614A638A-B4D1-4CBC-91F0-75D6F777CA87\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-16T00:00:00\",\n                            \"amount\": 4106.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6e1b308f-db7f-44f7-a7eb-69566184afe4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"52afc5fd-25d5-40f3-80cc-6f345f44ec7f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FD91088E-B3DC-45C2-88D5-03A3DAE450AC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4106.4,\n                                    \"supplierId\": \"24199657\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-16T00:00:00\",\n                            \"amount\": 419.41,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a828d28f-4535-41e3-9acd-345949de4912\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"136d25fa-cb94-4f1a-b3da-615acf9d5fa0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5D759876-3A60-4EED-9346-F1D377174E01\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 419.41,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4f83429b-7978-432c-b8c7-9b2b7cfca4f1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1c754401-abae-458e-a409-00cad90e15c1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"95A06D13-ADC7-45B6-8833-28A334BCBE65\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 701.91,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-28T00:00:00\",\n                            \"amount\": 96860,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fd2ef340-abd3-4c7f-87bb-c2c61e139499\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e1d52a49-fcb2-47b7-9c47-67038945584f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6AE66D7F-C464-4D38-BF5C-0BBBD7D23873\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 96860,\n                                    \"supplierId\": \"24199690\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199725\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-29T00:00:00\",\n                            \"amount\": 136532,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8812ec06-7890-4540-808c-0abb602e562e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b1b565dc-3302-4ed2-9c24-9ebd5c3efa32\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"579F20F9-4C20-43DE-B25D-3F699ADA6B97\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 136532,\n                                    \"supplierId\": \"24199725\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-29T00:00:00\",\n                            \"amount\": 75400,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0b97112c-363d-402c-892d-67ae4bc3144e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"af9b0dbb-c1a5-4f99-ac9c-570dcbf1513e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C1C3D608-9394-481A-88B2-4DB90633B8D0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 75400,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-29T00:00:00\",\n                            \"amount\": 84100,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cd67ca3a-9d84-49a9-be00-dca2ca75c795\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"117261b5-a4ba-4476-bd30-1f868dce8668\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EE8ED6A3-0E53-4B9C-9D02-319D0BF2C759\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 84100,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-29T00:00:00\",\n                            \"amount\": 1178.07,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6932b817-39cb-4919-9d09-9ffb5670e215\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5a25ccd7-080c-475a-9718-e5f74c1a302b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1566F837-648F-476D-9337-3869423AADFE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1178.07,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199725\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-30T00:00:00\",\n                            \"amount\": 104052,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2d68046e-fe19-46ad-98d2-e5edfe9cc697\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2e77315f-9244-48d6-b7ca-fb98cb51aa04\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"17C0D607-B247-4A58-BC63-01BA976AD5D2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 104052,\n                                    \"supplierId\": \"24199725\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199726\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-30T00:00:00\",\n                            \"amount\": 70528,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9b95f529-ee11-416f-95c1-2c710a402dbe\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"425697e7-71c4-4eaf-bf0c-0777e30078a5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"574F9235-8F6A-4B84-BD17-AE33B5AFD954\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 70528,\n                                    \"supplierId\": \"24199726\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-03-31T00:00:00\",\n                            \"amount\": 14431.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4175d8d6-32e1-4205-854d-977e0f3ea924\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ac7f15c0-b919-46d4-a634-05cd01c37431\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B70CE33F-ED70-4F74-8B0B-B07511B41F20\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 14431.8,\n                                    \"supplierId\": \"24199688\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199664\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-06T00:00:00\",\n                            \"amount\": 274.57,\n                            \"currency\": null,\n                            \"description\": \"Marco doble C-20\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1dbe87f9-4935-4283-b1fd-c8f093df2ecd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5590934f-1cb9-418d-88f9-0c72f912b216\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7E5BB07A-18DE-43F8-9238-3549E4907142\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 274.57,\n                                    \"supplierId\": \"24199664\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199664\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-12T00:00:00\",\n                            \"amount\": 2155.42,\n                            \"currency\": null,\n                            \"description\": \"Caramelo 1/2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1c17ba56-e47d-4774-839d-e49c3c141bfa\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"bda057e0-7296-4e33-89eb-399d1cd9c803\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C688367D-C362-40D9-B80E-903A5F8EF5DA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2155.42,\n                                    \"supplierId\": \"24199664\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199664\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-13T00:00:00\",\n                            \"amount\": 262.62,\n                            \"currency\": null,\n                            \"description\": \"Solera 1/4 x 1\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a07dee23-a422-4ac8-8bba-b402a18019ea\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3260bf70-e0ef-4df2-b39c-3e2c97fd5b92\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"045F6BED-CDB1-43C1-8DD4-42D0341800B7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 262.62,\n                                    \"supplierId\": \"24199664\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199676\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-13T00:00:00\",\n                            \"amount\": 2528.8,\n                            \"currency\": null,\n                            \"description\": \"12L14 HEX 57.15 MM(2 1/4)EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cd5806d0-ad0f-4ce3-9913-e0904891c32c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0a282765-adfa-44cf-9a1c-5c625643e391\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FCC598E6-5285-11EE-BBC4-03AE9290E6F9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2528.8,\n                                    \"supplierId\": \"24199676\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199679\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-14T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": \"Soluble refrigerante 19 lts Soluble S-500CFP (Aceite soluble en agua) Hangsterfers [Fecha documento aduanero: (23  24  3573  3017597) 07/07/2023]\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"39ab69a4-3a02-4c13-a587-e55ad6fbb9bb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8fb28a39-eedb-4a18-abd6-aa0b2dec3f2c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"263FB159-0508-4A00-ACBE-C6203F498BE1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"supplierId\": \"24199679\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-22T00:00:00\",\n                            \"amount\": 1649.59,\n                            \"currency\": null,\n                            \"description\": \"RUEDA TIPO 1 AZUL (ACERO TEMPLADO) 7X1/2X1-1/4 3SB80K7VP4\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4c80c59c-3f57-4e01-a049-36d9e26d6067\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e9a3138a-df7b-4519-9fad-383220e337ec\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9C2A1934-7C54-4412-ADDD-BB3848B76AB6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1649.59,\n                                    \"supplierId\": \"24199663\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-26T00:00:00\",\n                            \"amount\": 1030.44,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7b7109e1-d1d2-409a-80ee-8db01fa28d2a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"46ec6b32-3d1f-4625-bc4e-ffdd9d5286cb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"79F6478B-A099-426A-AF87-9F3D5541086B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1030.44,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-26T00:00:00\",\n                            \"amount\": 84100.1,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c4318c5e-9dbf-4e5e-a338-6f4de22f0998\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2424992e-f04d-4f2d-bf48-44ca5a5a2377\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"63A182A4-4602-4108-AB12-DDA06017BFB7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 84100.1,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-27T00:00:00\",\n                            \"amount\": 39783.3,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6c419b35-a0dd-4ead-b70c-224beb434408\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3986941c-bbf9-4a88-b80b-18514d7d1df4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"483FD2AF-88CC-4D77-B6A5-01E1D979915F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 39783.3,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-28T00:00:00\",\n                            \"amount\": 1355.97,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 32 X 20 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4c1334eb-1d64-4f90-968e-a63b7034ac34\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8e7c5293-1394-44aa-b67f-363f0df0ba6d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"98F7CE62-0D4E-420F-9248-1760EFD3C8D7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1355.97,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-30T00:00:00\",\n                            \"amount\": 79692,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"20739f88-e8b5-4d63-a07b-d77a089bc2f1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"76a00306-5a69-4f2a-9388-dd8fedd44e55\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B024EE0C-554C-4B55-B87D-0EE923AEAC4D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 79692,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-30T00:00:00\",\n                            \"amount\": 745,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-3010699-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"64fd3c19-7c0b-4315-8970-63f4368a447d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fde28fb6-7d01-464a-b6b3-974db5c123ad\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA16ABE-46B8-4055-841B-7369C1B673F3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 745,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-09-30T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-3001994-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"84579dc2-30ca-4395-8eca-9a32749191eb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"66a6f50f-546d-424f-8e5c-395e7c568364\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA1D909-33AF-46E4-A8F8-D1FA41EA86F5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-04T00:00:00\",\n                            \"amount\": 3183.61,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 80 X 50 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4181df16-7e00-4c02-abd2-051a73bf18ba\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"016c7f7a-19f7-45c4-bfbd-b45c684414f4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"ECAD36DC-6FB1-48C0-B713-DA56FA2A54AC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3183.61,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-07T00:00:00\",\n                            \"amount\": 3071.27,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 63 X 32 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4320e30c-5156-464c-ab4e-09a0a6467a09\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0dc92c33-25a0-4c53-86ec-2928fc081200\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"19658B57-A113-47A1-B7AF-604B48532295\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3071.27,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-10T00:00:00\",\n                            \"amount\": 1843.18,\n                            \"currency\": null,\n                            \"description\": \"D-2 PLC 1/2 PLG LC R\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c23fbd62-5f49-4a5a-aed4-adb13d4f6c10\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3b528526-a1f9-4c38-bf07-8fb4d0f0ab13\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4B2E455E-D7E0-48B3-9B3C-E80B18E8D5A1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1843.18,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199676\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-14T00:00:00\",\n                            \"amount\": 1948.8,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 70MM X 35MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"15097b35-6564-46da-a123-a45ef80743ac\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"897e882e-913a-496b-bd41-289bd43c9917\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9D8F2F5C-3AF1-11EE-B3C4-3B5BDC2A3643\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1948.8,\n                                    \"supplierId\": \"24199676\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-16T00:00:00\",\n                            \"amount\": 139.2,\n                            \"currency\": null,\n                            \"description\": \"SOLDADURA INOXIDABLE DE  3/32”\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6f81c01b-2aab-4e43-a73b-c2e675b4a035\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7e21d172-5532-4c42-a0bb-a0d04faaf9df\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"522148E8-3864-4CB2-9948-BB22017B9E35\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 139.2,\n                                    \"supplierId\": \"24199724\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-17T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"SOL DE ALUM DE 1/2 X 5 X 10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bd02a623-b2b0-442d-8121-52f047101453\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cd994da2-0271-426d-87cc-4dba55fc829a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B2E1E6F1-A044-446E-82A4-2B8E69F8346E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199710\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199717\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-17T00:00:00\",\n                            \"amount\": 6101.53,\n                            \"currency\": null,\n                            \"description\": \"VALVULA DE ADMISION AIV-40B-G \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1b5ab2cb-16e3-4a0b-ac6a-372906e4dd52\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"895b5edc-125c-40b4-b660-db681ec995f2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"83D0CFD0-14AB-4F6C-B021-C34DE7C5ACA5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6101.53,\n                                    \"supplierId\": \"24199717\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-18T00:00:00\",\n                            \"amount\": 348,\n                            \"currency\": null,\n                            \"description\": \"BALA G25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"07617a45-8db0-4b1e-9673-3910c1b395ba\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6a6b9115-5ebe-492c-be87-60e560a57515\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9E807A37-618C-4FE8-A9F0-3809EE84B289\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 348,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-18T00:00:00\",\n                            \"amount\": 139.2,\n                            \"currency\": null,\n                            \"description\": \"RETEN MILIMETRICO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b08fc8cd-eb95-45e3-9fad-0160d0b4e33d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"97d8cc9b-3577-443f-86b7-1c394215a58b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0B161E03-4D4C-48CE-8E48-7CA8993DA9BC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 139.2,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-20T00:00:00\",\n                            \"amount\": 10969.2,\n                            \"currency\": null,\n                            \"description\": \"PRIMA. RECIBO:78700432\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5ce53752-0855-4fb8-89e2-6ebecff7a198\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"02b8c7dc-1a53-4230-a21b-5a7f6b9f859b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F6002D2F-3C96-4CC3-8B5D-861640813304\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10969.2,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-23T00:00:00\",\n                            \"amount\": 1006.78,\n                            \"currency\": null,\n                            \"description\": \"NYLOMAQ B BARRA CUA. 50.8MM X 610MM DE LGO.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"48ded6ac-d7ef-42c9-b19f-bdbb757672c1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7688d34e-6bbc-41b1-9b98-b45051508cce\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4167F6E7-B7C6-4558-B1E2-3A79836AA7BE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1006.78,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-23T00:00:00\",\n                            \"amount\": 216.75,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cf7222a5-89fd-4170-a118-6f3ea5dc6891\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0c908ce1-d8d2-4958-8930-0d4df88b6478\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A0E001B0-50D0-405C-88CE-DC20BF9E0280\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 216.75,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-25T00:00:00\",\n                            \"amount\": 1441.3,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7eb06027-d4a0-4420-af32-7d0a4d39b9c6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4f45f5b8-68f3-4e57-8afe-ef2df5b51449\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A0C7331B-AC68-4FCC-9AF4-D08DE3E0F14D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1441.3,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-26T00:00:00\",\n                            \"amount\": 17455,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4912c33d-032b-4c88-b7a7-5334873762f8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"23a95910-f677-4ea7-b8f3-e3f9ee734218\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"82F52F12-3214-4964-BFE3-FA0329FC32CE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 17455,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-28T00:00:00\",\n                            \"amount\": 754,\n                            \"currency\": null,\n                            \"description\": \"Asesoria en sistemas\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"233f7298-8a83-4a9c-8b53-e8591e505260\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d61c5f44-3d16-4fb1-9364-0f5f08c3943f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5C675B9D-6D53-4512-88A2-4232792FA717\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 754,\n                                    \"supplierId\": \"24199657\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-29T00:00:00\",\n                            \"amount\": 706.45,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c7115955-7c56-409c-a31e-a674c9931f05\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e11b8e14-3219-45f4-a85c-a7d1594242cf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B67D0A7A-1285-4650-8F66-FB0E197D152B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 706.45,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 92.8,\n                            \"currency\": null,\n                            \"description\": \"SOLDADURA INOXIDABLE DE  3/32”\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d1293d2c-7d7c-40c7-ab7c-d068fab8171b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"24562b13-5b27-4652-a761-73263d538f4d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"889B8EC4-A827-49D2-88D1-A1545040AA75\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 92.8,\n                                    \"supplierId\": \"24199724\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 97092,\n                            \"currency\": null,\n                            \"description\": \"ACEITE PARA BANCADA SINTETICO MOD ML25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"84dc38fb-9128-437a-92fd-41fca3b5107a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"37702b6d-5cf0-4f32-aec5-5ad26bd0d1b3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"08779511-183F-490C-B24B-87C554B31820\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 97092,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 75052,\n                            \"currency\": null,\n                            \"description\": \"LAMINA DE ACERO INOXIDABLE 4 X 10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"70fae2eb-8345-4690-8773-0cf60baf7fea\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"25d6629e-f5de-468c-9ec8-173ec6192ba6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5E326925-DA9C-40E3-9BC2-273B54082150\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 75052,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-30T00:00:00\",\n                            \"amount\": 80152.2,\n                            \"currency\": null,\n                            \"description\": \"CORTADOR DE CERAMICA M-GLO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"74592fda-4f3d-46a1-bba7-b9441c7ee858\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"aff38817-117b-4b4d-bd2d-1b05bbc35343\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"29D90C5B-E770-43CC-9AF5-785F93D1C869\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 80152.2,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-31T00:00:00\",\n                            \"amount\": 78648,\n                            \"currency\": null,\n                            \"description\": \"GATO DE TORNILLO AJUSTABLE 1-1/2 L\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"72f3b586-e683-4018-a8b2-c5daa3ac9dfb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6415aa13-5f98-4a6a-b120-1f7f3258d8c2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D297B064-501D-4669-8F4F-D18CFD190180\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 78648,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-08-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-3001709-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4eed935a-1742-4a14-9af5-421ce9021108\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3a81d46d-e80a-48c4-a322-7124b360e43b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA17660-3678-4C28-B4EA-1D11778ABAA9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-05T00:00:00\",\n                            \"amount\": 4959,\n                            \"currency\": null,\n                            \"description\": \"ACEITE SINTETICO P/COMPRESOR INDYCOM 46-CP\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"08cd5332-08b4-42f0-b812-4acfa5e6ac93\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"299d53dc-9b52-4c80-a83d-210bc21df78e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"99336953-8D0F-4136-B728-654A8EBE27B7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4959,\n                                    \"supplierId\": \"24199670\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-13T00:00:00\",\n                            \"amount\": 73660,\n                            \"currency\": null,\n                            \"description\": \"AMORTIGUADOR DE POLIURETANO 380 X 150MM DE ESPESOR\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"15c45c4f-40b8-44a1-b518-2651069de1d9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4c2ac91f-1397-40fe-b5af-80eb3d356fa1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D2950F3D-0357-4CFE-85C8-639AF46D9FC6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 73660,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-19T00:00:00\",\n                            \"amount\": 824.79,\n                            \"currency\": null,\n                            \"description\": \"RUEDA TIPO 1 AZUL (ACERO TEMPLADO) 7X1/2X1-1/4 3SB60L7VP4\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"84784c17-8bb6-4051-83ae-80ee33e12f67\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"82b5a2c6-df15-4f22-9334-a5622ed5c807\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5A4A94EB-49D9-4D20-BFAD-E747B7382831\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 824.79,\n                                    \"supplierId\": \"24199663\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199727\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-21T00:00:00\",\n                            \"amount\": 1710.75,\n                            \"currency\": null,\n                            \"description\": \"PLACA DE AC INOX T304 1/2 CORTE A ME\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3571e885-fb96-4415-bc11-a30c97181632\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"40d2c268-22f4-459a-9ebe-1654134c5ceb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C9EF7A3C-367A-43F1-8BFB-BC738D5669CE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1710.75,\n                                    \"supplierId\": \"24199727\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199715\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-22T00:00:00\",\n                            \"amount\": 16514.7,\n                            \"currency\": null,\n                            \"description\": \"HOJA R.C. DECAPADO CAL 8 4X10 4 PZAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b52f579e-0c7c-4dc6-b417-33a15ad0ecad\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f3e84b49-52fa-4933-b628-0e5d78db1f1b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1E79146B-99F7-4961-8BF7-6B6FCD4F6A97\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16514.7,\n                                    \"supplierId\": \"24199715\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-23T00:00:00\",\n                            \"amount\": 810.79,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4bf54fa8-5804-4d38-8902-0fe888b2d06f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"49d70404-957e-4df6-bdb6-768385915183\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3BDBFBA8-F6D5-4323-BF88-220DFF63CB8B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 810.79,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-27T00:00:00\",\n                            \"amount\": 13877.8,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f5c38ed8-d6f4-44dd-9b3e-55dd69e12973\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"894811e4-2faa-4d45-a547-3124b8ed50f8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1C8D612B-B2F3-4A62-A29E-BE329ABCA36A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 13877.8,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-28T00:00:00\",\n                            \"amount\": 2003.27,\n                            \"currency\": null,\n                            \"description\": \"1018 SOL 3/4 PLG x 5 PLG EF\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"17fc2119-8d1b-47fd-8634-e3d91a30ccec\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2f778b02-b518-4563-bc95-25f74892e0cf\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0D9C9DC3-7E12-4D82-94CD-DB59A7A3F91E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2003.27,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-29T00:00:00\",\n                            \"amount\": 1465.52,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3af6d103-64d3-4355-93e2-4e1442b7dbb4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"64429280-1e59-4849-b883-ac37455fa121\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"773AD7B4-AF94-4C7E-B4B6-30FB78F64791\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1465.52,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199728\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-29T00:00:00\",\n                            \"amount\": 834.24,\n                            \"currency\": null,\n                            \"description\": \"BARRA CROMADA 3/4 1045 C.D. 75K PSI\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a7b358b4-86e5-4653-95c9-45e1631b497d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9045c0d6-e4ab-4341-ba5b-68b39202f99b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"95F88791-0412-4B0C-B0BF-702C66DEBE76\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 834.24,\n                                    \"supplierId\": \"24199728\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-30T00:00:00\",\n                            \"amount\": 97092.1,\n                            \"currency\": null,\n                            \"description\": \"GATO DE TORNILLO AJUSTABLE 1-1/2 L\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0c596bee-766c-42c5-b46b-c06b45e0aec0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6d840b80-9299-4655-8ec6-ad1d7cbec459\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"299757ED-271D-4E84-A334-AE48890FDB64\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 97092.1,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-30T00:00:00\",\n                            \"amount\": 64148,\n                            \"currency\": null,\n                            \"description\": \"ENSAMBLE DE FUNDICION PARA PIEZAS MAQUINADAS POR GRAVEDAD PERMANENTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"874f7c06-a7f0-43fb-9702-1d57418c4c27\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"69766baa-f8ee-472e-9d7e-a698dd0f8985\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EC02FC02-F986-42C1-B851-AE94BEFF09E4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 64148,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-06-30T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-3001077-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c7cff8d8-b796-45df-803b-730b804b7a6d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4546a646-8e77-47af-890a-46c66de450ed\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA1C892-D9C1-4397-8FD6-9B3F18F74941\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-04T00:00:00\",\n                            \"amount\": 838.82,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3b246001-e00d-4bab-b66e-e0ad14b224cb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f6ab0893-9329-40d9-9f4d-fdcff67c815c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F4463883-AC68-4506-9DB3-AC4EEAB1C855\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 838.82,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-11T00:00:00\",\n                            \"amount\": 108.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"430362e2-8b84-4345-a7d5-8e14f45db69d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4407b923-39ef-4b8c-9173-67592bcfc1ea\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2A480C88-9F98-4AE7-8C0D-4EFAE97488DD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 108.2,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-14T00:00:00\",\n                            \"amount\": 1772.48,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c58de9cb-45a1-4934-b6c5-dcda7101bf7f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1ad59da6-1e76-49c3-82c5-01b04313a602\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"909679E5-6C74-4437-A306-173D1901AA33\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1772.48,\n                                    \"supplierId\": \"24199710\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199702\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-25T00:00:00\",\n                            \"amount\": 7411.47,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d37df3d9-ce82-4131-acaa-89f919e2a8be\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ea0a46cc-e635-4a6d-ba2a-55255e2e0078\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"94BDB85A-91C8-3C48-95B9-68D45DA3D952\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7411.47,\n                                    \"supplierId\": \"24199702\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-26T00:00:00\",\n                            \"amount\": 389.41,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"509e5fbd-0e93-4ba2-8deb-a90ed91b2e67\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7a632cd4-3f45-4ce4-a090-678222210f38\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1D91B128-F93C-446D-9FBE-07DE088B16AB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 389.41,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-27T00:00:00\",\n                            \"amount\": 87812,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"30586ff5-9cb3-4db1-8004-9727e6dd0643\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"366995ba-5cb0-44db-8db9-7aa8a0ed79b2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"58277F96-2EAA-4D10-8300-3AE3C0AEC277\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 87812,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-04-28T00:00:00\",\n                            \"amount\": 63916,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"206cf8f5-9cc9-4f18-9e72-1cdc68e64119\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e5b26501-6e1e-48f3-8424-76cb10e521b3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B2E0C250-7DDA-4943-8ACD-7035902B3AEC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 63916,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-01T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6900a31f-26e5-4471-8cdb-82fa08b2acd2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5fa27083-91c8-4eef-904c-bcd9b34b8b7a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A0DDD7C5-F1F5-483B-9A40-BBACEF702137\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-04T00:00:00\",\n                            \"amount\": 493.64,\n                            \"currency\": null,\n                            \"description\": \"EAD EXTENDIDO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a4ac86b2-3a19-4a65-8f36-28fe0e311821\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8969c802-a5b2-4575-b29c-00b8963dfa18\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1103DB08-BBBB-4925-A362-40943268516B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 493.64,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-04T00:00:00\",\n                            \"amount\": 367.78,\n                            \"currency\": null,\n                            \"description\": \"ENTREGA A DOMICILIO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"902a5b88-4b77-45a8-bc98-aec5ae58053c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"466c1bd2-4db0-4479-a67e-eabad6e47d0b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C7EDA86E-2DB7-4257-A93E-30E355A7F0C4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 367.78,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-13T00:00:00\",\n                            \"amount\": 92452,\n                            \"currency\": null,\n                            \"description\": \"NXT-CLAMP PRO 4/A\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f7f76a49-116f-4bd8-b9ee-2610af73b8dc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"87f7a77f-a3a6-4881-a8db-1a53b1f7e02e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E5DE56F0-2461-449E-8BA4-7E51B553E3CC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 92452,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199680\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-18T00:00:00\",\n                            \"amount\": 1025.71,\n                            \"currency\": null,\n                            \"description\": \"BANDA HI POWER SECCION B\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bc4139e9-d763-481c-b24a-0857cf26017f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"957b0dc6-f8a3-4097-aefb-7a7fe480b720\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B0D6D6CF-8597-4F4B-9E77-A59A0EB4CD38\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1025.71,\n                                    \"supplierId\": \"24199680\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-25T00:00:00\",\n                            \"amount\": 137692,\n                            \"currency\": null,\n                            \"description\": \"ENSAMBLE DE FUNDICION DE PIEZAS MAQUINADAS POR GRAVEDAD\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0e36ce61-5694-49f5-9089-71992f41edcc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1094c814-88de-41ab-bc5a-27f9fdda8757\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"06FB5149-3C90-4C67-B50D-5E642FB6BD06\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 137692,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-25T00:00:00\",\n                            \"amount\": 69252,\n                            \"currency\": null,\n                            \"description\": \"SOLUBLE REFRIGERANTE 5700 MN CUBETA 19\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"dabe18bb-d5fe-427c-beab-697f88b89a18\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ed437197-7490-4f01-9778-0fc14c185651\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5E5744C3-8B0C-44C7-B3CC-6255347DE82E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 69252,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-27T00:00:00\",\n                            \"amount\": 94308,\n                            \"currency\": null,\n                            \"description\": \"SOLERA ACERO 1018\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fa5a4d64-a69d-4458-b0b6-7fca31123c96\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3312b054-e78b-4def-b7e7-35a76697fff7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5B00D714-5E15-4CA7-BC6C-6B05D4B27D09\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 94308,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-28T00:00:00\",\n                            \"amount\": 102428,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1c6730b6-6c97-4a97-91af-913112627e5c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2cc7830c-af3e-414c-bf75-0ea37ff2d1e7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1B835CAE-FEEE-4293-A77B-AB963D195AB4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 102428,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-02-28T00:00:00\",\n                            \"amount\": 782,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-5001015-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2b8dcc36-6c9d-4a8c-8b51-df0e675ed115\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f8814a86-0bb1-4d59-a9c6-68777439c8b6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA1201C-FD87-452F-9E8D-85D6E23C5153\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 782,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-01T00:00:00\",\n                            \"amount\": 922.32,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fef12abe-9511-4ed5-a850-fbdf140033bc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3ffbbcd7-d90c-42e0-bade-b7a103d1a43f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CE3ACF71-E0F6-4AF2-99D8-3F14B9F40950\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 922.32,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-01T00:00:00\",\n                            \"amount\": 1332.36,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"370eff3e-a882-4b69-b23b-97ed24536e0e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0d4acd7f-e64f-4af9-b08d-f4f09595ad8d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4DADC510-7D05-4577-A9CB-5EFEBC2EDD56\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1332.36,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199664\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-02T00:00:00\",\n                            \"amount\": 639.17,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d5e0a65c-18a5-43f5-8533-4e22af01b5cb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6bed8f1d-9632-40e8-bb69-10ab81e279dc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"468D174D-0FAA-4907-BA51-931C6D406FD5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 639.17,\n                                    \"supplierId\": \"24199664\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199664\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-02T00:00:00\",\n                            \"amount\": 2512.56,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"70069662-8437-4bd2-9d0f-c4fdf51390d1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9542a8f5-76a4-4b27-9184-a033485440dc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4F1F88F9-AC20-4595-AB6C-0738D09928B1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2512.56,\n                                    \"supplierId\": \"24199664\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-04T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"892e7228-549e-4dfa-b89c-2987b39a4b78\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9a6c26a3-0a41-4501-b3fb-f723f6d3af8c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"937DAA06-703D-4A87-B067-42D2C237FFD2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-08T00:00:00\",\n                            \"amount\": 235.82,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c5ae3b64-1029-4d66-98c6-fe7ce0427cd7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"64ca4869-a604-40cf-82a5-c8a997934fb2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5B75DF76-EC52-4932-ADF8-8B304FEFEEE9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 235.82,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-08T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"54a78712-e2fe-4a44-bf37-7600a430a794\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e723632a-fa21-4f0f-a075-840646dea050\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7C8A1DDD-BC92-4681-B3B5-8084799A84D7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199656\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-08T00:00:00\",\n                            \"amount\": 1447.68,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7a580a48-77c3-4d72-a0b2-3a14d40a8236\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4de54bb9-e1bf-49f4-a3cf-d636b9f45fde\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DFF6C42F-263C-466A-8544-E219A757BE1E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1447.68,\n                                    \"supplierId\": \"24199656\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-08T00:00:00\",\n                            \"amount\": 1447.68,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4c0a49b7-5baf-4d5c-83d2-0e7f78e19efe\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b4de4bc4-a448-471f-b698-5212e888d2c4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FBFE6092-A4AD-4FE0-A09B-E142A58F2BF6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1447.68,\n                                    \"supplierId\": \"24199724\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-15T00:00:00\",\n                            \"amount\": 1160,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7c1f4ca3-9a15-47d3-94a1-f994e81b1bb6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"311fb7c8-4b2f-4f0f-994a-fca79be48e14\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5CC60939-D0A5-447D-A41A-37D82DA58A13\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1160,\n                                    \"supplierId\": \"24199724\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ce6a856c-2cd5-40e3-b27a-58dcb2de8cf7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"904a3ec8-d90a-4cab-b50c-0d52643d4269\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A3DA1EC9-A1BA-4168-80B3-8317E68EC441\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 701.91,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-19T00:00:00\",\n                            \"amount\": 528.96,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b5d5ec78-3ee5-44cf-ac41-8a96cb789367\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"90c57b63-4169-402d-9ba8-7e72a720f2df\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"09DD4737-3DB0-4862-87B2-F67268EAEA11\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 528.96,\n                                    \"supplierId\": \"24199724\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-20T00:00:00\",\n                            \"amount\": 4801.12,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"073cdd9e-c3a2-4e5a-8589-f4bb1edc6f92\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e46c1f49-7f9b-4d92-9f48-2a377d06ec6e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B651AD66-75D4-47DD-9D24-3DE460E863A8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4801.12,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-26T00:00:00\",\n                            \"amount\": 217679,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6d9e46fb-7cf4-4c8b-9a28-5ed30259ce17\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8f06f56b-afed-4ebd-9a65-a711c9de8b46\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"62F44F4F-B507-4B77-BD86-69B18A42168E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 217679,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-26T00:00:00\",\n                            \"amount\": 91292,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"80ca82b3-3abf-41b0-afff-b511e3ab61aa\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2789c620-88c1-4f88-906a-69a169028834\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CED3ACFC-3FF7-466B-BB63-982D28E27E6A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 91292,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199725\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-26T00:00:00\",\n                            \"amount\": 114492,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a0fd8f4a-c61f-4a06-a4e7-d7a3dd7ed434\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a2a75d16-99bc-466f-9899-a2772461fe70\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7E139C51-F66D-4FF4-A5EF-2E985CE53915\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 114492,\n                                    \"supplierId\": \"24199725\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-31T00:00:00\",\n                            \"amount\": 2474.58,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fb21bd6e-1b98-481d-8a99-5717fd3f2364\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"99990abd-69ac-45c4-8c02-88ec473ea2cc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B8F93096-E3F6-4457-BBCD-147D47F9B84F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2474.58,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-31T00:00:00\",\n                            \"amount\": 907.52,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d66df218-07cf-48ab-8f8f-c8cacc4ad2cd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cf7599e1-d4c0-4b41-8085-554ffb8a1c36\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D37C9AB3-C297-4264-961C-C2CC8F80A948\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 907.52,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-01T00:00:00\",\n                            \"amount\": 18181.1,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3703a1ab-6e1f-4b40-ad28-d6dcce3ebfb9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c8d12405-e4a6-4262-9b6a-a3c2d36c809d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8F605DE3-3984-4631-9657-65659273A2F1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 18181.1,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-07T00:00:00\",\n                            \"amount\": 5901.7,\n                            \"currency\": null,\n                            \"description\": \"PRIMA. RECIBO:88079624\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c490c0ca-0192-4fbd-a191-1d5cc98073cb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"092278a4-5b35-4610-833d-6b9601331cb5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8434744A-5389-45AD-A444-56B8D28AEDF8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5901.7,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-08T00:00:00\",\n                            \"amount\": 1403.57,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"916a9d2a-a623-4489-8a2e-4bd03034f63f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"952653d3-e59d-4770-8eeb-98d4a3cb6c9f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0E268C5C-8B65-4A94-8AF3-348493FDA352\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1403.57,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-16T00:00:00\",\n                            \"amount\": 1001.15,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"34516cfa-53f2-48ca-af6c-7d79e093afbb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2bbba608-2225-4d9f-bf76-e0e50ab715c0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"38FB4CFD-D7C6-4953-9CAB-94C37FBB43DA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1001.15,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-16T00:00:00\",\n                            \"amount\": 214.6,\n                            \"currency\": null,\n                            \"description\": \"ALUM 3/16 X 6.25 X 16\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0d30e1ed-688a-42bd-803d-233e94a72a56\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f1ee3f94-4bc4-48c5-ab9b-d40667ac4b00\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"31586BAD-D0BD-4464-A9F1-C5799C3E7736\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 214.6,\n                                    \"supplierId\": \"24199710\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-25T00:00:00\",\n                            \"amount\": 71340,\n                            \"currency\": null,\n                            \"description\": \"BROCA RECTA DE CARBONO 3/8\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ce042b65-e844-4647-a539-0bd59d50347c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ec7d50fe-8ace-4eef-9d10-65511e5edae8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BD2B46CF-6E27-4CA7-B59B-03693AF332E6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 71340,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-25T00:00:00\",\n                            \"amount\": 83172,\n                            \"currency\": null,\n                            \"description\": \"BROCA RECTA METRICA 1/2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9ca50600-acb7-45d4-81e4-007fdbeeb8e3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f1d6aa70-dd94-4a8f-ad23-a7b5309d6cef\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CDE99C43-54BE-4804-B4F9-FC9D5C2FDB2C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 83172,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-26T00:00:00\",\n                            \"amount\": 11692.8,\n                            \"currency\": null,\n                            \"description\": \"LAMINA ROLADO CALIENTE C.8 4 X 10; PEDIDO/POSICION 1002360656/000010; ORDEN COMPRA CLIENTE: CORREO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2dfc36e9-8450-4f24-82e0-63aeab9725e4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5b2a891b-d503-45a2-ab19-5678d22d3804\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5944E485-77D5-46E2-9610-19D50413005A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11692.8,\n                                    \"supplierId\": \"24199688\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-29T00:00:00\",\n                            \"amount\": 42861.3,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"920f099c-88a1-4223-b4ad-ac23fbe21d7d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b108c4a5-9a68-4a97-af54-b7b1558581ff\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"07BBF9D1-DD60-4537-AA5A-5FFACB4F0D9C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 42861.3,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199672\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-30T00:00:00\",\n                            \"amount\": 5220,\n                            \"currency\": null,\n                            \"description\": \"EBONOL 946\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e0071244-076e-4339-9440-76809641ff12\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2fe2a5c4-169b-4528-9c78-da57a21f046b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"845A0BDA-939B-4D5B-8109-842F18116512\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5220,\n                                    \"supplierId\": \"24199672\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-31T00:00:00\",\n                            \"amount\": 11087.3,\n                            \"currency\": null,\n                            \"description\": \"Renovacion CONTPAQi Contabilidad  1 Usuario939CB488090B6D7D\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4f43bd25-4aac-4008-8048-b8fec977a23b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b83aa517-8ff1-455f-af23-074d88ebe1b3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B29C1D2A-6A76-4B4A-9CE1-4323934859B6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11087.3,\n                                    \"supplierId\": \"24199657\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-31T00:00:00\",\n                            \"amount\": 83288,\n                            \"currency\": null,\n                            \"description\": \"Fuentes de energia Motor Magnetico DC 1/3Hp 1750 rpm voltaje nominal 90 v\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3fa6617f-abf3-40b8-88c3-225257f73905\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7447fa38-1031-456d-8988-656608409e54\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A2CA38DB-191B-40E4-93A6-E1F65BF24ABE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 83288,\n                                    \"supplierId\": \"24199678\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-01-31T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-3018685-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"11950131-968b-4d11-b32e-9d86dc7bda48\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"842663ec-a645-4373-94ea-53184d206a2e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA11F41-1B12-47C5-8B2D-E18F78346F8B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 763,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-01T00:00:00\",\n                            \"amount\": 342.2,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6b95020a-282a-40ad-ba69-4a728c05bb60\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4a0cff15-71ad-464e-a34d-cb7f780b011a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"81C7B286-5AF9-4E9B-9F2B-E9BF7A286DCC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 342.2,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199730\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-06T00:00:00\",\n                            \"amount\": 4165.46,\n                            \"currency\": null,\n                            \"description\": \"SPROCKET MARTIN 40B36\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"645a0032-629d-4065-a3d5-68b6847b5161\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"820b3ea7-ffc7-4704-9ab3-96f5612c94b3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0AA9FA8B-E5D8-457B-BE11-C14793ADF875\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4165.46,\n                                    \"supplierId\": \"24199730\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-12T00:00:00\",\n                            \"amount\": 21610,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b25b2df0-8dda-42c4-b781-364f99d9a70d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3de775fd-c49d-4f8b-bfca-3a7ed3b5ee53\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"40BD74BA-982A-4EF7-9588-39A36676E70E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21610,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-13T00:00:00\",\n                            \"amount\": 6166.07,\n                            \"currency\": null,\n                            \"description\": \"COBRE CROMO ZIRCONIO SOLERA C-II 19.1 X 101.6MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0d619434-07a0-4b4b-86fa-017da4e76665\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"27011f1a-106d-43bb-94d5-7705c898d42a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BD62AE28-DC7E-49CC-88B7-D97D3E703739\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6166.07,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199636\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-18T00:00:00\",\n                            \"amount\": 690,\n                            \"currency\": null,\n                            \"description\": \"PTR 1-1/2\\\" x 1-1/2\\\" C14 (C-150)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"374c0a43-f4d8-40cc-923a-8c55fc878c57\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"400b2f1a-0364-47bb-9ec4-0289f42c7ff0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"39E66D11-0538-46EE-8B8A-040EA67D073D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 690,\n                                    \"supplierId\": \"24199636\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199677\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-19T00:00:00\",\n                            \"amount\": 114492,\n                            \"currency\": null,\n                            \"description\": \"Soluble Refigerante 209 Lts soluble 605D Lote F14674423\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c1338ab5-a5ca-4305-bc84-e2641d25dfb0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1defc30e-1c5d-4536-9d07-0419589e2278\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"055E9548-EA86-4BE1-86F9-216E750B29C1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 114492,\n                                    \"supplierId\": \"24199677\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199636\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-19T00:00:00\",\n                            \"amount\": 317,\n                            \"currency\": null,\n                            \"description\": \"PTR 1-1/4\\\" x 1-1/4\\\" C14 (C-125)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"57e1d6a0-7425-4573-844b-f943e02f72c5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ad8f093f-dd31-45f7-b21c-8f78a0a412dc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A0BA1AFC-A03B-4024-ADDC-FB3EFA5032F1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 317,\n                                    \"supplierId\": \"24199636\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-20T00:00:00\",\n                            \"amount\": 5034.4,\n                            \"currency\": null,\n                            \"description\": \"Renovacion CONTPAQi Comercial Start 1 Usuario9661579D7E5D33E4\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0938056e-b060-4c06-9c56-4766e0bc095e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a779cb68-57de-4be6-a396-49b251641396\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"05AC65E7-3460-45A8-805E-0044B9303AC5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5034.4,\n                                    \"supplierId\": \"24199657\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199675\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-24T00:00:00\",\n                            \"amount\": 10000,\n                            \"currency\": null,\n                            \"description\": \"ANTICIPO POR FABRICACION DE TARJA ACERO INOXIDABLE C20 T304\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"35f8b7e8-e4a5-4211-9ff6-19b996081422\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"43f9dee7-9438-4823-bc74-49395bf6d412\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B8B3417B-33B3-4495-B42D-533C9BDCA7DE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 10000,\n                                    \"supplierId\": \"24199675\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-25T00:00:00\",\n                            \"amount\": 94308,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45X25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f75843ba-5ba8-40c6-8aae-63083861a702\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fdd813d9-f929-40e4-bfa9-6dbdb97117c1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9559D947-5CC4-43F4-9D74-2132905E35D3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 94308,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-25T00:00:00\",\n                            \"amount\": 92452,\n                            \"currency\": null,\n                            \"description\": \"SOLERA REDONDO D2 ACERO 1018\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ef617321-cfc9-42f9-9dd1-cc0f459af88d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c4b9e147-4a29-41d6-87c8-7605d6ac2254\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A8586E80-3B9C-4ED5-B336-874746097F32\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 92452,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-28T00:00:00\",\n                            \"amount\": 104168,\n                            \"currency\": null,\n                            \"description\": \"LAMINA DE ACERO INOXIDABLE 4X10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9f6568aa-e4b3-4ab5-9a89-4bf729787486\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"86b33208-20d5-4209-b393-33cd5644d393\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F0DA0877-9B14-423E-B986-A7281BBD842D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 104168,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-31T00:00:00\",\n                            \"amount\": 50692,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 1518 45X25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"134e383c-4e01-4080-b5b4-0be144113372\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e4e6273a-cb0b-4760-b7e5-deb0219c2706\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8D263ABA-F6E3-49C4-9C97-2D85C273FA85\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 50692,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199707\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-31T00:00:00\",\n                            \"amount\": 79692,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"80ae26f3-d89f-4281-8465-2a94b35b5015\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6895098c-0edd-43f9-ba17-6c035bdbf88c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FEB1FA4B-91C9-4102-96C8-DABF130CAC47\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 79692,\n                                    \"supplierId\": \"24199707\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-31T00:00:00\",\n                            \"amount\": 54752,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b554a76a-61dc-4ab3-82e0-8bb75e7235aa\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cfa801a0-b5ca-4957-af73-6734ff54ffc6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C867F2A4-2484-41EF-AC8F-B0DC7F3808A2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 54752,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-31T00:00:00\",\n                            \"amount\": 94656,\n                            \"currency\": null,\n                            \"description\": \"PLACA A36 (3/4 ESPESOR DE 4 x 8)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0236b6bf-340c-4781-b581-2dbdcba20229\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a85ca49e-4501-4688-9cfb-1475112a4e77\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"1BD14C0B-5464-4DD1-95FF-ABDD30950E49\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 94656,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2025-03-31T00:00:00\",\n                            \"amount\": 782,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-5003017-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f8edda13-1089-437a-8b35-e273d0215a89\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1d41f891-2ab8-4d85-9bea-8dc87e06974f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA1ACA7-EA2C-4116-8C96-690DA07BC75F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 782,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199660\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-02T00:00:00\",\n                            \"amount\": 663.71,\n                            \"currency\": null,\n                            \"description\": \"TORNILLO HOMBRO GUIA STD. 1/2 X 2\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6f03322d-ba02-4713-a613-4838a32088d8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9ee5e697-630c-4475-b9c8-1908e6a14376\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6E2770E9-C3E8-4539-B6D0-406565FBCC60\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 663.71,\n                                    \"supplierId\": \"24199660\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-03T00:00:00\",\n                            \"amount\": 139.2,\n                            \"currency\": null,\n                            \"description\": \"RODAMIENTO RIGIDO DE BOLA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"649f4588-b1b3-48a5-8634-fbaff29dadd3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7069ca4a-995e-4817-a074-d105ea49b529\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4BF048C2-6E13-44A1-BB88-701757F21E45\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 139.2,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-03T00:00:00\",\n                            \"amount\": 5862.64,\n                            \"currency\": null,\n                            \"description\": \"ACEITE SINTETICO P/COMPRESOR INDYCOM 46-CP\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cb08cb1f-b36a-40ea-ae42-fa87264f21f8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d5aebefa-1a7f-487d-b3cf-879bd29f4008\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F3436E3E-1111-49D3-8F24-7F2ED2A18788\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5862.64,\n                                    \"supplierId\": \"24199670\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-03T00:00:00\",\n                            \"amount\": 2610,\n                            \"currency\": null,\n                            \"description\": \"BALA DE ACERO AL CROMO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"efad0106-54a5-48f8-a456-c67d3823b429\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6944cc9a-d55c-4468-a67e-9c86d034dbf6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9B52033E-C593-41A8-B4BB-C634752A9EC4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2610,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-08T00:00:00\",\n                            \"amount\": 250.56,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TINTA LC203BK NEGRO REMANUFACTURADO GE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"53290464-b028-4611-95f6-7e89349ba5d1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b7e9eb5e-c659-4ec7-80de-9612b525788d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"18B7DCE0-A1DC-40C0-8694-716B6FED4D83\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 250.56,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199660\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-09T00:00:00\",\n                            \"amount\": 846.8,\n                            \"currency\": null,\n                            \"description\": \"TUERCA HEXAGONAL MM. 8 X 1.25\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a6ede1dc-a26d-4b47-a916-7af695989b85\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1fff9570-7114-4ffc-8562-590737a170f7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2032A069-9925-4039-8503-8830BAAE68B6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 846.8,\n                                    \"supplierId\": \"24199660\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-10T00:00:00\",\n                            \"amount\": 1856,\n                            \"currency\": null,\n                            \"description\": \"JUEGO DE RODAMIENTOS DE PRECISION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"88435050-cc50-4960-9231-878fb789cbdd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"22bec934-52c4-4063-ac94-e64da920a91d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FFED41FF-D1A9-425F-B269-782ECBB033DC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1856,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-13T00:00:00\",\n                            \"amount\": 19244.8,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d00db5c2-2ef9-4640-a1d5-47348151a11a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"839074d3-0f5c-4362-aff8-53980188d479\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"55F73842-6D6F-4B3C-A0EC-2C118BC0A450\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19244.8,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-14T00:00:00\",\n                            \"amount\": 35348.99,\n                            \"currency\": null,\n                            \"description\": \"B.H. 45 X 25 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a6e24292-dc71-4628-92a6-4495cdb49a3e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"429d96f3-ae72-4202-9320-041557a3e3fb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D01BEACB-F9AD-4D80-A6B7-7877C69300B4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 35348.99,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-14T00:00:00\",\n                            \"amount\": 16744.28,\n                            \"currency\": null,\n                            \"description\": \"B.H. 56 X 28 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b4891715-4b2a-4aa4-9bfd-ff34de7383aa\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"03c3a724-c613-43c8-91f6-434896b770fd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"00E93591-D78B-42DA-94EF-A5686F45E293\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 16744.28,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199694\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-14T00:00:00\",\n                            \"amount\": 17278.1,\n                            \"currency\": null,\n                            \"description\": \"LAM. R.C. CAL. 8 (.165\\\") 4 X 10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8cfb777f-d853-4b7e-ae65-3b0f306cf501\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ee1bf2c6-6769-45ee-a1d1-9c1073a295e8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F36A6294-7D67-44B7-B7A3-CA218EB36C59\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 17278.1,\n                                    \"supplierId\": \"24199694\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-16T00:00:00\",\n                            \"amount\": 918.17,\n                            \"currency\": null,\n                            \"description\": \"EAD EXTENDIDO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1a44fc72-271f-4e42-8ee2-878b6485756c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f2cfbac8-f1d6-4e17-94c7-6969d4ad073c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3A122820-F901-49A9-99DB-494BA86A5A75\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 918.17,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-23T00:00:00\",\n                            \"amount\": 62060,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5045bf8f-48f9-4914-891c-bce46b0e4a44\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"11ac895b-6257-4d01-92a5-e79e60ca27ce\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"30274D3A-4674-4B6C-878C-1CBA84CFDCF5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 62060,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-28T00:00:00\",\n                            \"amount\": 62060,\n                            \"currency\": null,\n                            \"description\": \"PLACA A36 (3/4 ESPESOR DE 4 x 8)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cfb713be-0e34-4865-98c1-37e8c478b481\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5cf73817-9a94-4f84-95df-513b8dbfb7ca\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A8520E24-5BF8-438D-8631-21CF72ACC259\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 62060,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-29T00:00:00\",\n                            \"amount\": 2668,\n                            \"currency\": null,\n                            \"description\": \"JUEGO DE RODAMIENTOS DE PRECISION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"009e6710-54d8-44fc-a41c-175c1ad2cd44\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cecf78ed-f2e9-44c6-bf00-6bfdf5503459\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7D655E39-EA05-4607-905C-808623AA87C6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2668,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-29T00:00:00\",\n                            \"amount\": 5804.84,\n                            \"currency\": null,\n                            \"description\": \"B.H. 32 X 16 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5205a864-2d37-4f5d-9d2e-a71ae0a5dcc6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f9bcb165-b620-4f6e-8cdd-c675b5b17501\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"405BB4FC-FF98-436C-BF50-425AF228825A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5804.84,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-30T00:00:00\",\n                            \"amount\": 28420,\n                            \"currency\": null,\n                            \"description\": \"CUADRADO 2 DE ACERO AL CARBON\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e6dedc47-b5a8-42ed-94bf-026d75b9bbdb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"39ec7c97-1f1e-4e31-8b95-8e58952ddd3a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"95229E50-CAEC-46ED-B0E0-6596EDA4FE31\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 28420,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-31T00:00:00\",\n                            \"amount\": 17748,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 45 X 25 X 6 METROS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"48eb6bfb-7e40-4cc7-80dd-9d0c98085ced\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"225cbf40-3468-4753-b995-1606daf32dbc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"08A58962-F93F-4119-9C5A-93DD0D0883AE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 17748,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-31T00:00:00\",\n                            \"amount\": 139.2,\n                            \"currency\": null,\n                            \"description\": \"BALERO DE BOLAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bcc516a1-275d-4ffe-8645-48d78fa367fc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"099a6564-52e9-49e2-9db3-fbd770190e49\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"061D309E-2697-4F60-8F52-BCFE9D610B59\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 139.2,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-31T00:00:00\",\n                            \"amount\": 75400,\n                            \"currency\": null,\n                            \"description\": \"Fuentes de energia Motor Magnetico DC 1/3Hp 1750 rpm voltaje nominal 90 v\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b3bf22e5-3d4e-45a4-b377-d75d93577933\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4ff20ede-7c5d-416a-a112-6d42662bf2c7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B631A44D-19E9-4430-A2E4-99BFE5C0FF63\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 75400,\n                                    \"supplierId\": \"24199678\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-31T00:00:00\",\n                            \"amount\": 87812,\n                            \"currency\": null,\n                            \"description\": \"Equipo de izaje y accesorios Placa A36 (3/4 espesor de 4 x 8)\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8908b0fd-4687-4531-8ae4-2ed498ca1d1f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"187245b3-9369-405e-b401-77cde220c677\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CD731F13-5A1B-46A3-AA01-AF5767670EDD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 87812,\n                                    \"supplierId\": \"24199678\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-05-31T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4007142-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1146e7c1-17ac-45e0-bbc4-ce7667905eb3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3a96afdf-f56d-4583-9b24-678b26ba2915\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA10555-483E-493D-8719-34C6C31B33C8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 763,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-01T00:00:00\",\n                            \"amount\": 1032.79,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"38c5d210-4f25-4055-84d2-4908c7dac5a4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3b2b89a9-102d-46fe-966d-006fcec9c88f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8A93845E-AADB-4248-8CCA-F079824B469D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1032.79,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-02T00:00:00\",\n                            \"amount\": 1334,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6249ee9e-6c6f-4b2b-b3fc-5a5ed4393ef8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"326383ee-fa60-482d-9244-b27f1c3b9dfa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2A1574F0-89EA-4C10-8F97-28F92B3123B8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1334,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199731\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-07T00:00:00\",\n                            \"amount\": 1921.34,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a1c38fca-a118-48f6-aca9-5a821d05852e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ed31595a-eea7-402c-94b7-78ee29021990\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F20796A8-E8F6-4A81-9902-E2223E7D0539\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1921.34,\n                                    \"supplierId\": \"24199731\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199731\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-07T00:00:00\",\n                            \"amount\": 1911.65,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ff03458f-cac2-457f-9d9f-d77e611cb299\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4a45f514-f029-4a0d-98e6-dd8333a0f101\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C01C824F-BEE1-4DDA-963A-BF041518CC3A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1911.65,\n                                    \"supplierId\": \"24199731\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-07T00:00:00\",\n                            \"amount\": 1310.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d1edae22-e772-4453-b85c-f12086100baa\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2115539e-7275-4644-8f19-5349400943fe\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4EC560F2-6A76-4D81-A996-AA70923409A2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1310.8,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-08T00:00:00\",\n                            \"amount\": 111.64,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ed79e5fa-afe7-4253-95d3-b47cdf4b83c8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e8c3e986-1a9e-45a9-8ec5-d0fc9e5e3ff5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2BFC45A1-FA02-4055-B83A-9CF833CE6EA0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 111.64,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-08T00:00:00\",\n                            \"amount\": 55.82,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"abe873b7-d4bb-4c94-9476-97acc2b5dee7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"447990c1-8850-4b4c-8291-1c2757d328b9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BBE91102-EC7A-46BF-9D4A-CF0E403F3D34\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 55.82,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-08T00:00:00\",\n                            \"amount\": 55.82,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a18051b6-6916-4484-938e-502693a284a6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"867b7d4a-e7ea-43b0-b508-181985646406\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FA110BF1-A725-4EC6-85B0-C77C720DD617\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 55.82,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-09T00:00:00\",\n                            \"amount\": 1010.83,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"de1ba4c7-8496-4b4f-bf77-56d99988cf0d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5b1f88a2-5abf-4525-9ccd-d7e917b44a12\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7D4E4AF7-591B-4E4A-A73A-10A482094EB7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1010.83,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199661\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-13T00:00:00\",\n                            \"amount\": 80069,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ac07ff19-c2e6-4582-9056-e3a240a93370\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a458e540-6fef-4a53-9f15-901e2b5b46de\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F7BE68B4-5C85-4A44-8236-86FA45260DE4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 80069,\n                                    \"supplierId\": \"24199661\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199685\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-15T00:00:00\",\n                            \"amount\": 3306,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b5143738-5c5e-4ee3-8a87-4041a7209ca8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4be12c8c-7ce3-4e7d-a0f5-783b4c36a04d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F99CF760-A717-45D1-AB29-22ADDE0113C8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3306,\n                                    \"supplierId\": \"24199685\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-16T00:00:00\",\n                            \"amount\": 1113.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c41614ca-c495-4d90-87a3-6e8dcb81f331\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a37c3580-e6d1-40bc-810f-236292ba75fc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"60A4719A-14D4-4405-9079-AA3F8BF5B042\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1113.6,\n                                    \"supplierId\": \"24199710\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0ad65156-c999-41a7-8433-ea3ff51d4048\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1dcb18d0-4e89-496a-8279-f3a792dfd53c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"014FA798-8410-468A-AD9D-72DDA0B8DA79\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 701.91,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199733\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-23T00:00:00\",\n                            \"amount\": 970.24,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1594ddff-06d6-4fd9-b968-a190170c159b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b0817cbd-61a8-41cd-be88-ae473bc141c7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"342D9266-1BB0-4D95-B018-344796877ED4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 970.24,\n                                    \"supplierId\": \"24199733\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-23T00:00:00\",\n                            \"amount\": 55448,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"988d7bf3-dc0d-4c44-99cb-9bcfabd87e68\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"61a8f5f8-0963-4672-9345-a3f21ca2a59c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4ED8D7E4-35EB-4F8D-B042-4F760177958D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 55448,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-23T00:00:00\",\n                            \"amount\": 79460,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"66b741b1-63f4-465d-8d35-a0ca0f2b137d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"20dca72b-6ec0-4cbd-b189-4574b48a1000\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A483D698-D926-40AC-AA1B-B9FC7F1BFBBD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 79460,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199662\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-23T00:00:00\",\n                            \"amount\": 56376,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e16f383d-8933-484f-8c14-db8447e450ac\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"00c08304-da2e-49cb-b84c-a2655ed0010c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C856DE26-B82B-4BEA-816F-E44CE88614A6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 56376,\n                                    \"supplierId\": \"24199662\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199689\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-24T00:00:00\",\n                            \"amount\": 166692,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1c0e6e90-8242-4b17-bb9a-bf6fc77a0c0d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"94ed2b01-566f-4844-86be-49a5dfee4ca5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"27C29EFB-5FA2-4DD8-964E-C706F1321537\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 166692,\n                                    \"supplierId\": \"24199689\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-24T00:00:00\",\n                            \"amount\": 1027.12,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6cf4234f-5edf-42ca-be97-09e2ae6a6fd0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fa35e450-f744-42ee-a458-4be91de9d6b9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3769A784-CC69-4976-957B-F2EF56A3BAA8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1027.12,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-28T00:00:00\",\n                            \"amount\": 11158.5,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0c44cb64-a5ec-4501-9520-414addbb7f04\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3f77d063-a972-4bda-8e3e-4b4e32927dc7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"54C70B79-BC18-46B1-800E-72AE2446F6D3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11158.5,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-28T00:00:00\",\n                            \"amount\": 2862.97,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"61f8c772-1875-4671-a458-46345645f05d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7db787c7-eed4-4de7-85e4-01871ade9763\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F4EA5590-4006-48C3-8A5E-CB0930876BD4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2862.97,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199714\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-28T00:00:00\",\n                            \"amount\": 1142.85,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d0647faf-848f-4eb4-af14-75cc3908eda2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"486abf04-534e-42f0-a38e-ebb93dda597a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"00E4808B-6205-4E89-9B5F-81CF848F30FB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1142.85,\n                                    \"supplierId\": \"24199714\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199734\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-28T00:00:00\",\n                            \"amount\": 6188.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c5cf1932-81f3-42b7-ab6d-9314f483b9f7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"680e5299-db2c-4d44-9633-52a723d6f852\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"61AF5791-A58E-439D-ADB5-466B94788BA2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6188.6,\n                                    \"supplierId\": \"24199734\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199689\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-30T00:00:00\",\n                            \"amount\": 114492,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"471cd684-2042-4af4-8c0d-c385f4af04db\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4a524642-0cfb-4f1a-86e2-1764865d2bcb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2399D5DD-F78E-47B6-87FB-97F4106EB844\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 114492,\n                                    \"supplierId\": \"24199689\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-30T00:00:00\",\n                            \"amount\": 1064.43,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"07669b0a-cb62-4022-802c-b4810330b057\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"221c2932-7f45-4d80-8696-47f047046d26\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B96D6BB8-A5C9-4801-9E57-26F5F42838F8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1064.43,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-30T00:00:00\",\n                            \"amount\": 387.71,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"920a54fa-b8c3-43b3-b672-2ffe9a559147\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b789ee20-c0e1-442d-a8ba-1914ebf8117e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4A175B25-EAF3-4406-9678-295D3039FCA9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 387.71,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199735\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-06-30T00:00:00\",\n                            \"amount\": 121916,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f984d1f7-a5a7-4a00-be61-2ec77a8598b2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a0c6577b-8eb6-44d5-86fe-54ccd0f11123\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5D90699D-829C-7F4A-BF4A-1FE62348B5C2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 121916,\n                                    \"supplierId\": \"24199735\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199736\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-03T00:00:00\",\n                            \"amount\": 4640,\n                            \"currency\": null,\n                            \"description\": \"REPARAR  PINTAR Y CAMBIAR CAJA DE COMBINACION A CAJA FUERTE CASPER\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8630859c-1cd8-45da-ba2d-6c88a36786ad\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fc762f6a-ee62-47dd-bb08-ce64f29a2f34\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D5BE3A71-E6FE-44B6-B78A-E10142A76E98\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4640,\n                                    \"supplierId\": \"24199736\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-04T00:00:00\",\n                            \"amount\": 1494.64,\n                            \"currency\": null,\n                            \"description\": \"CELORON PLACA 7.9MM\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"79b48643-0871-4dfb-989d-b80426805f22\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7f04242d-98f7-4ee1-ae93-fc9fd5c12ffd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"17425BEA-1F3D-44F3-8CD3-6E2F714839AA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1494.64,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-05T00:00:00\",\n                            \"amount\": 23623.2,\n                            \"currency\": null,\n                            \"description\": \"LAMINA ROLADO CALIENTE C.8 4 X 10; PEDIDO/POSICION 1002218592/000010; ORDEN COMPRA CLIENTE: CORREO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1202d875-7e6c-4860-bc2f-5980eddba5c4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f6b96a6a-471a-4cc8-ac87-1a463ef895c1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"246D872C-1129-4851-B6B1-1DB079E33187\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 23623.2,\n                                    \"supplierId\": \"24199688\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-10T00:00:00\",\n                            \"amount\": 1055.62,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 32 MM x 20 MM EF T1026\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a8cce0e9-1245-474b-ba9f-d21edd14d40b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c8802abc-c251-4dbb-9b64-f7ef434daf4e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4861C631-8B91-455B-9166-9FAA7512C275\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1055.62,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-16T00:00:00\",\n                            \"amount\": 1002.26,\n                            \"currency\": null,\n                            \"description\": \"D-2 PLC 1/2 PLG LC R\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"42e8cb54-3ab9-4b43-ad9d-e9174f0f1201\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6dac1588-8946-4891-ad58-43b9f657c30d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0395046B-B4CE-43F4-A54B-472CB1C1A152\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1002.26,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-16T00:00:00\",\n                            \"amount\": 580,\n                            \"currency\": null,\n                            \"description\": \"SOL INOX 1/4 X 1.5 X 11\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"750d6399-6507-415a-9abe-9b143cae02e2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"559ecf5e-9a89-4b14-8198-2994cf39ba5a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FF71EC34-C8A5-47F4-BF64-F4837B15187E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 580,\n                                    \"supplierId\": \"24199710\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-24T00:00:00\",\n                            \"amount\": 419.41,\n                            \"currency\": null,\n                            \"description\": \"EAD EXTENDIDO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"10764f0a-a5ef-4352-8338-dc3d957851ec\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b8891412-b7fc-4527-803a-eeb64c1d4e20\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B3D50A40-C09C-4AD7-9B81-8B55FA548524\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 419.41,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-26T00:00:00\",\n                            \"amount\": 30550,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b4687273-3481-4983-9eaf-fb0f2e6fa975\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"13bacad2-556c-4ae3-8699-b08aa699f36b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"503120CD-4849-4DBE-AC02-530A1370AE91\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 30550,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-26T00:00:00\",\n                            \"amount\": 94772,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"afd3f637-6f09-4f27-ad88-451e152cbca5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7b0960c1-c8c7-4646-946b-a0b0e9b710a3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FEC11F10-5B8A-4964-BFFA-586BFFD1327B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 94772,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-26T00:00:00\",\n                            \"amount\": 89900,\n                            \"currency\": null,\n                            \"description\": \"FUNDICION DE MOLDE DE FIERRO VACIADO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"30d9871b-9e56-4007-bc80-286b5b545dd1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0f071b0c-9031-4a03-b72a-b7261df2a490\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B458C38E-D446-4715-BD50-E71F4F3E7C38\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 89900,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-05-30T00:00:00\",\n                            \"amount\": 84912.1,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"12f1d705-0040-4cdf-8e91-904d9ade4985\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6bb402a5-b72f-453d-804c-798e8b68a2bb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"45C7DF7D-8D02-444F-A789-B497E38A371F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 84912.1,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-01T00:00:00\",\n                            \"amount\": 933.95,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1674da30-d5ad-4e1e-a429-57468798d66d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"30b5011d-b140-486a-b0e1-6b340e5e0ee2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"644166BB-1678-46B0-889F-FFFB1DB68AD0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 933.95,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-01T00:00:00\",\n                            \"amount\": 2474.38,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d7b590c0-306e-447a-a785-8a3777890ff4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"23599b87-e4ed-45e4-b5c8-f7df84224c6b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"00589F30-0DAF-465A-9EA8-555305F36264\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2474.38,\n                                    \"supplierId\": \"24199663\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-03T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"69d2ecf2-e3ea-4fca-99a8-b523b07b9f0c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5bed5e2d-41d0-4ad4-ad76-14bc77f543b1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"60F93448-D628-4565-A851-8995218187CA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199714\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-07T00:00:00\",\n                            \"amount\": 534.76,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"04ea7f7f-1d39-49f8-83bf-e12251e69dcd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e8fd0269-841a-4407-8807-18f613189359\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6144D07B-4BCE-462B-9576-4BB92D1756B2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 534.76,\n                                    \"supplierId\": \"24199714\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-10T00:00:00\",\n                            \"amount\": 494.32,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2ed18efb-7737-428b-abe2-b1da35db96f0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"78e4ee16-6a70-498b-9777-f92221e24285\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"413EE0CF-9242-4D45-A052-C334112F4CEE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 494.32,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-17T00:00:00\",\n                            \"amount\": 1104.07,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"acbe29fb-5b32-47a0-8b6e-fc2e6ceeef86\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a2cc89b7-71f0-4595-b481-3b6c4f1d5610\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3D9EEF67-758F-4956-8A9D-35C57D5FE31C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1104.07,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-18T00:00:00\",\n                            \"amount\": 1658.13,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"eb7754c5-cd31-41e8-abdc-8d6361206c3e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b11888b7-5cb6-459d-ac0d-1599b52db778\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8D410E9A-8210-4738-9362-CC0F61364537\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1658.13,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"674f55cd-2072-42c9-a4d2-4660db4a78b8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"338eafa1-7454-455e-b215-accfd81cc127\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E3E45F60-0419-4DF4-9CD7-514C5846C1EE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 701.91,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-23T00:00:00\",\n                            \"amount\": 1432.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"21b52e50-5dc0-4853-a48d-486c58eca31d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"664eae2c-5f48-446a-8dc3-3e4707573a87\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"79B47F45-891B-4B82-94B5-3543B3AA454C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1432.6,\n                                    \"supplierId\": \"24199670\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199737\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-24T00:00:00\",\n                            \"amount\": 1200,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"eb7f5ef7-130b-44dd-b9e3-c3e94a1fe850\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"da820c65-8788-4b31-9103-805f6d0536c6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C16BF3E1-12C4-47A9-B9D4-BD7CF412D73C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1200,\n                                    \"supplierId\": \"24199737\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199689\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-28T00:00:00\",\n                            \"amount\": 137344,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b8c23030-c172-4c07-956e-a85f0f70bf1b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4a5766ba-b092-49c8-8b4b-126621ecfcc7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D3F63ECB-6B07-42A5-8032-23B6C805F14E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 137344,\n                                    \"supplierId\": \"24199689\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-30T00:00:00\",\n                            \"amount\": 126556,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ce27d201-8794-495d-b9d3-84a9493d0fd7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e76b52ef-baa3-44be-b18c-739806610637\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"000EAB39-7185-438C-895C-4DE3DD53B693\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 126556,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-30T00:00:00\",\n                            \"amount\": 134212,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2df22756-a825-45a8-ae6c-b5e62aacf656\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e56fce5a-6e14-4e8f-b81e-28f2971f13bc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5B8FFEF4-1894-46D5-B03C-FAD3E39F8D8E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 134212,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-30T00:00:00\",\n                            \"amount\": 134212,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fd34beb8-a4a4-43c6-8025-7c51c7e52b7d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a2cb31d4-815d-4ec8-a9e6-92f7fce981ab\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"ECCD00C9-2911-4271-9319-2A16BACD4618\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 134212,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199637\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-30T00:00:00\",\n                            \"amount\": 21871.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9857c53f-75bc-4268-a627-ec9852c88e10\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"18ee4860-17e8-4734-9054-85a356170e41\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B5D0D0AA-9D1C-44AE-8D76-ACB520D604EB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 21871.8,\n                                    \"supplierId\": \"24199637\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-30T00:00:00\",\n                            \"amount\": 659.98,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ce5f128c-119e-43a1-b7db-9f6736d9bea7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4e8b6e82-b87a-4b14-b020-98deebec2c30\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6ADC36AF-83F7-454B-B8F9-B218E1997F38\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 659.98,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-30T00:00:00\",\n                            \"amount\": 211700,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"75903851-6478-4f42-b9d6-b437586644af\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"95611de1-403f-4391-abf6-c00ff4148a78\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6EA798E6-05CD-4FF1-A965-2E9C066AD8CB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 211700,\n                                    \"supplierId\": \"24199690\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-01T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f0240290-5a86-4d38-bc1c-a5921ecea8de\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2a9adaf0-9d72-42ec-b835-f18d3f474503\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D7E596DA-96C4-4671-B3D4-4F4CFB3BDDDC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-02T00:00:00\",\n                            \"amount\": 19244.8,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"031bba66-a194-4552-b453-7b8bdc4c2fde\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"13e98467-db94-45d6-b5d7-056e71e9313a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F60BE12B-CDDB-413A-83C0-A07C49FCECC4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 19244.8,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-03T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"81a66e37-5aaa-4d50-8242-ea307c98808e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fd13cc3e-5cce-4b71-8e83-095cae95a50d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9E651D0B-06F2-496A-A906-9BD667CC34CA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-05T00:00:00\",\n                            \"amount\": 5263.7,\n                            \"currency\": null,\n                            \"description\": \"PRIMA. RECIBO:88079625\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9290faab-2404-4cda-8d1e-0729663fbc8d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"de0e1c81-b49c-4f2d-b6da-7879b8f054ae\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B40A432A-C477-48FA-AE01-F1D108AB99AC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5263.7,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-11T00:00:00\",\n                            \"amount\": 232,\n                            \"currency\": null,\n                            \"description\": \"BANDA LIJA TZAX-60 4X36\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5d82814b-60f5-4111-907a-c519ba1aed97\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ac4a8f45-7517-418c-8a2a-33fe1ba01fb5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"577CD61A-CB5C-44AB-A0C7-B07A22BEF4C5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 232,\n                                    \"supplierId\": \"24199663\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-20T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"05ce1c85-c18a-420c-aa96-75c511b98864\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d32e58be-a50b-4f7a-881f-ee726bc776d5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7F48A1CD-48BE-4188-BFDE-14EB03FFDDBE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-20T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"583e0a93-1edf-4ecf-9064-17fb6e81bd6c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5d35fd5c-890d-4f4e-819f-d039af7b583c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8F407CFD-5B51-47F7-A040-C54B8690DE71\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-20T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cdaec4eb-49f0-4c68-a582-2b069e87982a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"48eb71ab-dbc1-48b3-8c1f-2597bfd2affe\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C91D0049-5EBA-4AEF-9E2E-1517816EF7CB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-26T00:00:00\",\n                            \"amount\": 45784,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"dee62fb7-047c-4429-8684-399aa8be3260\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e451998a-292c-467d-91d2-a0ca2f9bd4f4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FCBFCCE0-0402-41C5-9CF9-F3E05D59B0EE\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 45784,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-29T00:00:00\",\n                            \"amount\": 77836,\n                            \"currency\": null,\n                            \"description\": \"PASTA DE DIAMANTE JP- 125 - 20 - GRS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"03d23d8f-a08c-49d8-b77d-69a7df35873c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"84f645d1-e9db-45cc-8972-106969765737\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"19F7B010-AF82-4ACB-81EE-D8BF79C268A1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 77836,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-30T00:00:00\",\n                            \"amount\": 8135.61,\n                            \"currency\": null,\n                            \"description\": \"PRIMA. RECIBO:100016090\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c08e2b02-3265-4a49-b806-b6f4829a50ff\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5f1e6a6e-0c56-4092-8a0b-45aeefbc2456\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5F322E88-0C85-473C-AA10-026734ED48EC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8135.61,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-30T00:00:00\",\n                            \"amount\": 84332,\n                            \"currency\": null,\n                            \"description\": \"Componentes y Suministros de Manufactura PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d4dc1636-c477-40c0-af96-02abede9225c\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a0b80454-9e20-4563-b21d-b0e0ab729c23\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A91BC06B-510C-4C8E-981F-F3A7436D7925\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 84332,\n                                    \"supplierId\": \"24199678\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-30T00:00:00\",\n                            \"amount\": 85492,\n                            \"currency\": null,\n                            \"description\": \"Componentes y Suministros de Manufactura MOTOR MAGNETICO DC 1/3Hp 1750 RPM VOLTAJE NOMINAL 90 V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2d142f67-39b9-4775-a820-159126ce4499\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5ec2c533-ae9a-4f18-98d3-31d5f956b7e7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"147C9278-C578-49DE-89FC-93697634ADC8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 85492,\n                                    \"supplierId\": \"24199678\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-31T00:00:00\",\n                            \"amount\": 2821.12,\n                            \"currency\": null,\n                            \"description\": \"ACEITE P/ BANCADAS INDYCOM 134-B\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"26099a7b-e1e7-44ac-a093-a207b67779cb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"64956f4a-d1d1-491d-9b9d-91368bb361cd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8F1F4154-8958-44EB-91CD-B6F9F2107C0E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2821.12,\n                                    \"supplierId\": \"24199670\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-31T00:00:00\",\n                            \"amount\": 106372,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA 46 X 25 X 6 MTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a0d2ac2b-fd80-48ef-84fd-da07b13fcbfa\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8244dfdf-7c24-49f7-92de-f0aad0de6b29\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"79B0F485-C2FE-4C45-ADC7-12FFE78C8DB4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 106372,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-31T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4010479-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d99916b3-e8f2-4d60-ba6a-10382237ea6f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a9759bfb-1702-4403-9dc3-e6dea1ea45ec\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA18FAE-4D33-48EB-9DE9-35F2290E3BB7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 763,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4001308-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"74220c0d-02d3-4999-bb1b-85e1ac251fa0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2bd6f5ac-4ed9-406a-9c04-0fab7323425a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA10AE6-C2C6-42A6-AC23-5405A97198A4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-07-31T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4001401-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8bfe48c9-ec1d-4e51-a42f-30c9b6f10ea4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5cf4bda6-6504-4725-b980-157b08551061\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA169B3-A142-4BDA-BDE3-948A5A45839E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-02T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b47bb313-ae93-4646-96ec-81142fc1326b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"66197bb9-052f-47c6-8171-fe47f92b6af1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5E5DDF4E-9515-4675-AE0F-186993D7051D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-10T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"54d34638-cc50-4916-bb4d-7b042f7da5bb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b07c6650-2dc1-44a0-8d4e-987f022308fc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FB29FD82-EBF8-4A9E-B701-D7E8E00CE3B8\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-11T00:00:00\",\n                            \"amount\": 959.11,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"67da6c35-454b-4678-9e08-5772b34daf80\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"40986365-bc8b-4615-8f10-03658a0fce14\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EBC0B2B1-7A9E-4A35-A118-D3BA4D6D24CB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 959.11,\n                                    \"supplierId\": \"24199663\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-12T00:00:00\",\n                            \"amount\": 382.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"09ccc52a-cb6d-4024-899b-4691c363cd61\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9be83e17-46b7-46fb-b4ed-28e234e0c55d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C2E34043-A48D-4630-8307-7A89ADBF215E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 382.8,\n                                    \"supplierId\": \"24199710\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"99a0521a-2f06-4d29-9993-348dc24fdab8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1bcd0954-aca8-46d6-87da-258598864fa3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"50594DC3-CB72-45DD-B375-49E3E61527F7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 701.91,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199664\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-20T00:00:00\",\n                            \"amount\": 372.08,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"250297ad-6269-45db-b70c-69f691fd5b67\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f2305dbb-3d18-4993-8c3f-776a55d5536b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A3856AE8-4253-48B4-86F6-7EAFB9856ACF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 372.08,\n                                    \"supplierId\": \"24199664\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199726\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-24T00:00:00\",\n                            \"amount\": 134444,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ed08da88-6364-4130-b9c4-ecb8dedce330\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c250d9c0-69c4-4767-a7da-005bd6541c69\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B461099A-95E3-4EBE-B988-10DF3128A6D6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 134444,\n                                    \"supplierId\": \"24199726\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199725\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-24T00:00:00\",\n                            \"amount\": 99412,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6938c079-7e65-455c-8c28-9a80059c5fca\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"85f26789-cf30-4ee3-8531-14af48296253\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"43323FF8-0393-446A-83D1-3446292FD200\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 99412,\n                                    \"supplierId\": \"24199725\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199738\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-26T00:00:00\",\n                            \"amount\": 17980,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e7401e20-5e09-4a70-bce1-62ebf7b227be\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c8b732f7-db28-4e3d-b11d-01a1c5f1c18f\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B398B5F4-5AFB-464F-97B0-26FDC0D5354B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 17980,\n                                    \"supplierId\": \"24199738\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-01-30T00:00:00\",\n                            \"amount\": 79692,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2adf28d8-2c7a-4ae0-938d-fa21ace1bfc3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f3964342-7849-42ea-8d99-ab63082a09b3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0D70ACBD-E7F0-4210-A901-A840FA27242E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 79692,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199668\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-01T00:00:00\",\n                            \"amount\": 4083.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c12f10cd-63be-4704-a27c-7a3531af3d3b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"13d961ba-9e20-4f78-82e4-c59463b828d5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E496CC90-81CD-47A2-AA35-E4A17B87FB33\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4083.2,\n                                    \"supplierId\": \"24199668\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-03T00:00:00\",\n                            \"amount\": 1944.95,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"eddc836e-80ad-4884-bbd0-a8fb01ef7160\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"22bf0b30-d818-4a11-ae76-e2687f79c408\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8C970ADC-5F1E-40CC-9B87-5176E5641CF7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1944.95,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-03T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cb6d6b7a-918f-4679-8d26-a3184102eed4\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c0958b16-d7bc-4fc2-875d-ee49c8a88bc7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6AD75264-A495-436E-9391-5B8AA997FBBD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-17T00:00:00\",\n                            \"amount\": 94540,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d727e820-1abc-40d0-a317-8c7fe9c0a0d7\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"612e7d8d-6d92-4521-854b-7a733b596e51\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8A72BD06-F329-4D7D-B35E-E13C962E2B33\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 94540,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-17T00:00:00\",\n                            \"amount\": 58580,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f0ebc617-6286-4242-8295-f86dbe05cc63\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"49ddc8d4-9b37-4545-82ec-6b6ab19d3811\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C13A4D5D-0BE3-4277-A83E-437F714DF643\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 58580,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199696\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-18T00:00:00\",\n                            \"amount\": 2349,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4862a3a0-d1e3-4041-8067-d7d3e5115027\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a540777b-4fc4-4920-906b-2759d5837196\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"90747C90-6916-441C-86E6-597224428B22\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2349,\n                                    \"supplierId\": \"24199696\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"be250c30-4574-41d8-bc44-150f879cad20\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"dde3349d-3723-4283-8b6c-b5f65ffde58d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"F9D25069-A0B4-4208-A5F4-CB7389BD5483\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 701.91,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-19T00:00:00\",\n                            \"amount\": 754,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"67a9a9e7-828e-4fc1-a83c-68c33c70e444\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c579539c-f551-422b-9c2a-5e1452dd6ddd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CE350CD4-3615-44C9-8C61-14015C30D5F9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 754,\n                                    \"supplierId\": \"24199657\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199693\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-24T00:00:00\",\n                            \"amount\": 1524.68,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"70a20bc9-7cea-416c-b764-9c7345fa0b26\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ba471be4-0cb8-4985-980e-06c54dc3f6f9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CEF036BF-62A9-4EDD-AF8B-854DD5C3A68A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1524.68,\n                                    \"supplierId\": \"24199693\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199689\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-24T00:00:00\",\n                            \"amount\": 114028,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d71afe8e-e9b9-4821-b08c-00c2528fcfb6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"de71fc2a-efcd-4eb0-8229-0e721c2b5ab1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"06716598-970E-4330-9E61-1B287DA722DA\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 114028,\n                                    \"supplierId\": \"24199689\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199637\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-24T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cad5b336-deb6-4ba5-ad03-deb2983870ab\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"fed3f9ac-5375-4040-bbdc-cf139f341940\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8A0F763D-2ABA-4C39-B26E-8077A8C5AC40\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"supplierId\": \"24199637\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-27T00:00:00\",\n                            \"amount\": 6376.13,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ef8ae718-fc59-474e-ae91-9921d9e2e5b8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"07922ab3-614f-4739-9167-0b4337c7b6a9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6DDCD572-E89A-4428-B2A0-287C6EA3E44F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 6376.13,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-27T00:00:00\",\n                            \"amount\": 2228.65,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7f887ad1-6fad-49c3-a296-30b7012a6d02\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5ff3950b-8f3a-4331-8c27-599bdb912b88\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"07A0C0BE-8324-4345-AA47-7E501EDB8A72\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2228.65,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-30T00:00:00\",\n                            \"amount\": 78300,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c5e4957e-aa70-48a6-971f-0a80e37e120b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ff66f137-328e-45ca-a39b-e90746705425\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"15A3E718-73A2-4024-BEC0-CEE55883DFB7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 78300,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-31T00:00:00\",\n                            \"amount\": 59624,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"dc2c9363-5a17-421c-9622-c5d7d16925ad\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4241e4ec-bd5c-4048-9500-4bc047f16da7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"71BAE0CC-0F7C-470A-A401-C0C36B43EE34\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 59624,\n                                    \"supplierId\": \"24199690\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-08-31T00:00:00\",\n                            \"amount\": 5373.07,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"16ba19ee-5935-46b4-8abc-5bb36822de0e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"49883fa2-0792-4192-a297-f3a44fd51d83\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2593BF64-8B95-417A-8F8B-D0A05438770D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5373.07,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-02T00:00:00\",\n                            \"amount\": 12528,\n                            \"currency\": null,\n                            \"description\": \"MONOPUNTA TIPO HACHA 1 KILATE ANGULO 60% 7/16X3\\\"\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"df84b567-8e5b-445b-87dd-e98c2e2558c1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2fede156-93ba-4ed3-9eae-5a6289a60afd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AC7EF1DB-5C40-4AB2-8A5B-80527AFEC7F2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12528,\n                                    \"supplierId\": \"24199663\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-07T00:00:00\",\n                            \"amount\": 1148.4,\n                            \"currency\": null,\n                            \"description\": \"Implementacion Complemento Carta Porte\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bb7b3275-e0c0-4ba4-a44c-52eb393bb54f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3daeccde-3886-466c-8057-3ea863248ad0\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AED88091-E359-4252-87E4-5797CACEDA6C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1148.4,\n                                    \"supplierId\": \"24199657\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-13T00:00:00\",\n                            \"amount\": 49300,\n                            \"currency\": null,\n                            \"description\": \"BOQUILLA DE CERAMICA DE 1.0\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f35fa621-1254-46a1-96e8-80f068345df6\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"14bb93f6-bb9b-4d41-b12c-a179a5ff18e2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9EAF50BF-C44B-4FB6-960E-CF441DCE0B5E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 49300,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199739\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-19T00:00:00\",\n                            \"amount\": 5208.01,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION DE PIEZAS MONEDAS VARIOS CALIBRES CORTE CON LASER\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6224e666-0f62-4a67-b115-00494f49631a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b2e005f4-91d6-440a-8852-0ab249216458\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A1321747-264D-4DA6-889C-77924A4B94F2\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5208.01,\n                                    \"supplierId\": \"24199739\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-19T00:00:00\",\n                            \"amount\": 85492,\n                            \"currency\": null,\n                            \"description\": \"BARRA DE ACERO AL CARBON 4 X 3.05 MTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cce6b4d2-3b65-490e-9451-3f3e4bfc4327\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1b1ccaa0-1fbf-4aba-8658-88fa4d6fb235\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B7581247-4817-479C-9461-8B50DCD50A07\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 85492,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199638\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-20T00:00:00\",\n                            \"amount\": 698.04,\n                            \"currency\": null,\n                            \"description\": \"B.H. 1518 45 X 25 mm\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cd7f9c19-afe5-4333-968b-c1cbd888f5ff\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"18cf323b-95cf-4ff2-836b-2e866cc25e34\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6AD03926-0CC5-4F39-B54B-582BA80CE89E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 698.04,\n                                    \"supplierId\": \"24199638\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-22T00:00:00\",\n                            \"amount\": 7444.3,\n                            \"currency\": null,\n                            \"description\": \"LAMINA ROLADO CALIENTE C.8 4 X 10; PEDIDO/POSICION 1002373762/000010; ORDEN COMPRA CLIENTE: CORREO\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5df483cf-22df-4e8d-a5ce-63558de2b718\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"45d1e30f-5bf5-467a-8cac-b8d929b1575d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EB0A4A1D-D529-40AB-983B-3FD1897781CC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7444.3,\n                                    \"supplierId\": \"24199688\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-23T00:00:00\",\n                            \"amount\": 777.2,\n                            \"currency\": null,\n                            \"description\": \"OXIGENO INDUSTRIAL DE 9.5 M3\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"3d687290-e682-4891-8998-56cb198bd1bc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5d0b237e-d51b-430c-9257-67cdd8b01d5b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"42FD62BF-8ED9-4696-A1E7-7022FA9A25C5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 777.2,\n                                    \"supplierId\": \"24199724\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199739\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-23T00:00:00\",\n                            \"amount\": 3966.43,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION DE PZAS MONEDAS CORTE LASER VARIOS CALIBRES\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f60fe64d-d68c-40ae-bbf9-cf9123fe0f2b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d0ea52c5-51ac-450d-934b-c0f4667cc470\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8435A8CC-B63E-472C-A496-08AD229F8CEB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3966.43,\n                                    \"supplierId\": \"24199739\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-29T00:00:00\",\n                            \"amount\": 79460,\n                            \"currency\": null,\n                            \"description\": \"PIEZAS FUNDIDAS MECANIZADAS EN V\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"60a83360-4bc1-4538-bd9f-e534a67fafc2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1369a1e3-db88-4efc-9ab4-5db6e2158c97\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5A4D5F9D-3CF3-45AA-8E68-237D6B8E79AB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 79460,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-29T00:00:00\",\n                            \"amount\": 255.2,\n                            \"currency\": null,\n                            \"description\": \"PISTA AXIAL 30X47X1\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"feb38629-4e8c-499e-b863-c658ac934114\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3817a5b4-9d4b-4133-b2d4-a6d376280a93\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"942768DA-761A-4ABE-8E8C-1F3E03B8D008\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 255.2,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-02-29T00:00:00\",\n                            \"amount\": 336,\n                            \"currency\": null,\n                            \"description\": \"Pago de PREVALIDAAAA del pedimento 1862-4000632-800\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7f386b8f-ddd5-43bb-a0b0-1b45bc12bd6b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3a1eabda-3c1c-4faf-b801-f3a3f503a83b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA1D712-B743-42B1-9848-2E3E1F6BC93F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 336,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-01T00:00:00\",\n                            \"amount\": 788.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"fbce6785-f5e4-4a98-912d-d599d0d16868\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"b4619283-714d-4158-bfa4-ca8627a5ceca\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"7ABCAA5B-E586-452C-80CD-FF4DC0589FBF\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 788.8,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-01T00:00:00\",\n                            \"amount\": 1294.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ac6b0728-ed9b-44e5-8c16-5a8534ca9b70\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d3d1e524-0f10-4b58-a254-8e4219a473bd\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3E4FB37B-B1E5-4E6A-97BB-3D57D5724E9A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1294.4,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199729\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-03T00:00:00\",\n                            \"amount\": 7656,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9c264d78-6ac2-45d1-9d89-c6e2a244e9ef\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6971a5fa-7199-4750-8636-284480aca6d4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8D8FD67A-AA95-438B-AB95-D31526C26DE6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7656,\n                                    \"supplierId\": \"24199729\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-04T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ce7c0082-4b9e-43a1-92df-cdd74f125b5e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"59aa786c-0b70-47c6-b4b3-50de8130e920\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DA414035-19C2-485A-BB73-7BC4C100FA24\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199657\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-07T00:00:00\",\n                            \"amount\": 0.32,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9e997864-bbca-4b21-889e-f928558a2a5d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"22e3f32b-fa95-4eb6-b77c-467dc0302cb6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8C96C0C6-03B3-4EEC-AAAA-45C34898E367\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0.32,\n                                    \"supplierId\": \"24199657\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-09T00:00:00\",\n                            \"amount\": 3887.57,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e3e5c81a-b4ad-4a8d-a800-9e514d052b6d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d0c7f4ca-da3c-474a-a1a3-ef3d924a5680\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2031F6A6-DD6A-4CB0-86ED-4EA0C6BC928A\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3887.57,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199686\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-09T00:00:00\",\n                            \"amount\": 353.92,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"7aba3127-01cf-4fb4-8fd2-d89b72870b4a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"14307c7f-2232-4597-8b04-2928a8e193a3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8177F38D-7C55-4E7C-859C-CF2E5FC75924\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 353.92,\n                                    \"supplierId\": \"24199686\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-09T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"51d5a736-a58b-475a-81e3-23a1c50f2778\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"170cc200-16e9-4cf3-8a7c-24b35f19e7bb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"37E21A25-56A6-41BF-9749-03C72D92A564\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199665\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-14T00:00:00\",\n                            \"amount\": 355.58,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b3e567d3-9556-41f1-bb2d-b8a08d9b2dee\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f55435c4-f284-43b8-b2c1-9c34583468a7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A989105D-127A-4BF4-82C1-443C56CA302B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 355.58,\n                                    \"supplierId\": \"24199665\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199690\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-15T00:00:00\",\n                            \"amount\": 114492,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e76b9dd8-646b-4bd2-b9b3-7a20b629679e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"8f629b60-42a2-4e93-8b58-ac28353e70cc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"532ED5F5-A955-4E93-934D-B8DE497899D9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 114492,\n                                    \"supplierId\": \"24199690\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-15T00:00:00\",\n                            \"amount\": 7153.06,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"cbee379a-1348-4e44-a887-e1e0ac7f8e62\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6fd7c2bc-e62c-495b-8a97-838a6f6faa69\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"42A5CECC-E0DA-41F3-8E0C-7B2D83F191CC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7153.06,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199662\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-15T00:00:00\",\n                            \"amount\": 102428,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0c31b1c3-2be3-4ca5-94d5-f2dc87bb86d1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"caf6d98e-7b78-49ec-8d3b-8acd28ee131c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"38DFB00C-1E66-43B6-907D-437EFBC51A1E\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 102428,\n                                    \"supplierId\": \"24199662\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-15T00:00:00\",\n                            \"amount\": 71572,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d42c878a-8404-4b77-97ea-07c634edd690\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cec077c4-7a96-48e1-8e2d-ba149d1c143b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"8BE4F244-661E-4A3C-B127-21D035CC6417\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 71572,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199668\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-16T00:00:00\",\n                            \"amount\": 1392,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"00026039-b855-4e8e-8ab6-f4b3f9de87cb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"79495a60-e848-4c7b-8d3b-e99706f3d8ae\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6CD45B61-C2B8-4E43-98A2-3877879AF020\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1392,\n                                    \"supplierId\": \"24199668\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-18T00:00:00\",\n                            \"amount\": 702.62,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"6b32e4bb-e42b-4eeb-ab6b-242d326bf5f5\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"138c65cb-002a-4c53-9ecb-d6dd31b3dba6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BF9276D2-E01E-41B1-9F8D-94AB4FD28426\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 702.62,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-19T00:00:00\",\n                            \"amount\": 701.91,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"95ded62a-4ad5-4537-afa3-bfc1a802972e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"83d96788-fd9e-4959-8a3c-184246c5b411\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"98AE8352-7F77-4590-B355-E54DBF10A4D7\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 701.91,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-20T00:00:00\",\n                            \"amount\": 1388.52,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0036092e-e9b9-4de3-9005-7eef30735bbf\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5df6b37f-4d73-4ccc-98a1-630ef1563831\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"EF62ADCA-4125-4ACE-BC48-8375CBFEF54D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1388.52,\n                                    \"supplierId\": \"24199670\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-21T00:00:00\",\n                            \"amount\": 1983.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b25d391d-f27c-4c61-8ceb-ab48155aa9dd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"f584c63e-3748-4bda-8336-5c2ca9e7b527\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9809D878-18DF-4F5A-800A-0116499ECCAC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1983.6,\n                                    \"supplierId\": \"24199724\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-22T00:00:00\",\n                            \"amount\": 3480,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1ec9c8df-3e79-4646-aaf5-88ef2a350b7a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4122c1da-952a-4cbf-b20d-fa3e738f98b6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AE1D7376-7826-4F99-B367-F9B0772F04F5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 3480,\n                                    \"supplierId\": \"24199653\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-23T00:00:00\",\n                            \"amount\": 5359.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"52fcfd17-a182-448d-b797-8c6b8f1e58a8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1d30f15d-19bf-4683-98ff-1e13adcc309a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6AA0E5ED-2EAF-4616-A2BD-8CD08F9EA929\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5359.2,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-27T00:00:00\",\n                            \"amount\": 1392.01,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"1ed212e4-945c-4198-837f-3913e13d6c0e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e673ee31-83f8-4215-b4d4-c19197f00a0a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B799F35D-607E-46F8-A490-4CB5A298328C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1392.01,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-27T00:00:00\",\n                            \"amount\": 122728,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"45d82520-3b1d-41dc-bee9-562a453952d9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ecdbf998-8940-45a1-9333-b8f3a4df37e5\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B7F8C6CE-A533-42B1-BA7F-D1BCD7144928\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 122728,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-27T00:00:00\",\n                            \"amount\": 74356,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e12086ff-e518-412e-8ed8-66fbbc344d25\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"16f12ce4-befa-43b1-afcb-cf989187fd23\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"10131D8C-3485-4864-B5B7-105715F45F54\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 74356,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-27T00:00:00\",\n                            \"amount\": 76328,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ddb9df96-f684-4ba9-ad5b-850672767499\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ce6d10d9-faa5-429a-a3b2-5e73fc33fafb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"12E46102-A26A-4F89-B368-F6912CB4303C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 76328,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199725\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2023-02-28T00:00:00\",\n                            \"amount\": 112752,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bbdf1119-23d6-4cba-b4e0-942ecebdb8ed\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ca3ffc0c-3de8-453b-83d2-60db1ef75537\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"83877AE0-A71A-436F-9D07-B10312032EBC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 112752,\n                                    \"supplierId\": \"24199725\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-03T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d676313d-4ce6-4f8c-84cf-54b90103d09b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"9883a079-afa2-4cf7-b848-68ddf3bb866a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0CD513C5-632A-4DC6-AFB4-C93AA278631B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199641\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-05T00:00:00\",\n                            \"amount\": 7786.49,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"412f9b1f-7ced-4f12-aa64-d4b5c31e7b47\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"069cf43c-c468-4b76-b1a3-a58f3098a816\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"280799B4-1768-421E-9332-B42B0DA46A91\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 7786.49,\n                                    \"supplierId\": \"24199641\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199650\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-05T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ec23b8a1-920c-4057-80f8-a2550aaf24bf\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4d999ac4-802e-4147-993c-167d3f4d43cb\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CF75AE42-3AF0-4989-A7B3-F3815BD7D3C5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"supplierId\": \"24199650\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199653\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-06T00:00:00\",\n                            \"amount\": 5823.2,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5c258cbd-e7c2-4569-9cde-44a796497ec8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2efa8c58-34e1-493c-b3f5-74e223cc3d89\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"25D83CD7-38B1-4923-BEFB-68BB7FE2DCB4\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5823.2,\n                                    \"supplierId\": \"24199653\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199740\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-09T00:00:00\",\n                            \"amount\": 9698.57,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"66c888d6-3bde-47c7-bdfc-6ad4f40779da\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"70ca87ed-7a5b-4b2b-8c18-b1b2ca870d89\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"A09FE3EC-4D4F-47A1-952E-74AD1E01A0B3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9698.57,\n                                    \"supplierId\": \"24199740\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-12T00:00:00\",\n                            \"amount\": 426.32,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"0aabb0be-7325-415a-935e-e9417c49fd7e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"c3e9c08e-a1bf-4888-97cc-f1a917feef0e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6A9F4E73-3EA2-4416-8BE6-9E55D7E55771\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 426.32,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199716\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-16T00:00:00\",\n                            \"amount\": 12180,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"820324d7-5926-4589-bb29-60be9840328f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4e8243dc-ad6a-47bb-8ebc-b5fad3cfb7c7\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BD56E25E-739E-428D-A9D7-75F52D8FC258\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 12180,\n                                    \"supplierId\": \"24199716\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-18T00:00:00\",\n                            \"amount\": 4643.23,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"2a66b59e-3d44-4686-9b8a-a29354dfd8c9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3d4fe9ac-2bea-4e0f-918e-31e6a6acb7e3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"53D3A2EA-64C4-4972-9712-BDA5DCD95A7F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4643.23,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-19T00:00:00\",\n                            \"amount\": 1281.95,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8ef1d253-79db-4d05-abec-e1c5c644cd3e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"6caf8efe-7652-41b5-96e6-3586472f96ef\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9D1BB5DD-6A6C-4D08-98DA-C4203647D6B6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1281.95,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199716\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-19T00:00:00\",\n                            \"amount\": 5057.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"27484fba-bf64-45de-90b7-b6ad20229d29\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a4e65baf-8082-4a70-9e00-13ced7dac93b\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"0518B423-8D28-4171-8BC3-DF87609AE55F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 5057.6,\n                                    \"supplierId\": \"24199716\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199716\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-23T00:00:00\",\n                            \"amount\": 8282.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4f9070e4-1075-4b41-86ed-c2ca16a2eaa3\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"cd8e74d6-89e6-42fc-b046-f3db0255ad04\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C6FF8B39-2C21-461B-A27E-4C64D34BA39B\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8282.4,\n                                    \"supplierId\": \"24199716\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199741\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-24T00:00:00\",\n                            \"amount\": 582.96,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"73b518e5-d58d-48ab-8c07-12393511b93a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"7aec5485-df74-43cf-9f0d-cde6c5a77e33\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D69E3303-BD72-48AF-B132-3628CA16C0C6\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 582.96,\n                                    \"supplierId\": \"24199741\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-26T00:00:00\",\n                            \"amount\": 206.97,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"35342822-d418-43e6-90ad-0e69488a7bbf\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"160fbad5-9a6e-414b-9134-f1024dbf830c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3A2BA574-B261-4DDC-B806-664D25809AD1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 206.97,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199644\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-26T00:00:00\",\n                            \"amount\": 1970.27,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"988a9d55-4cce-4385-bff9-4e42b7c724f0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"82b5059d-b44f-46ef-9312-4d4fba6a457c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AC60A7FF-9E6A-4450-83E8-1DB69422EB3C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1970.27,\n                                    \"supplierId\": \"24199644\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199740\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-27T00:00:00\",\n                            \"amount\": 0,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"44414c06-1e90-41b2-8044-c1f66eeff8fe\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5a9c49a8-66bd-4692-8e33-7377bd1f47a8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D0CD006C-1584-4DBD-9541-C2F5E73E8E38\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 0,\n                                    \"supplierId\": \"24199740\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-27T00:00:00\",\n                            \"amount\": 1432.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4b951a1f-69c6-4651-bdc3-4cef12b7b6c0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ded7ad95-a14a-47d1-aeb1-2554b139dd33\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"B323B2AB-FC6F-4119-941C-B85ABD02D268\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1432.6,\n                                    \"supplierId\": \"24199670\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199742\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-27T00:00:00\",\n                            \"amount\": 800.4,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"560bf39f-761d-4775-9739-f9c6d08dcbcd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a4052327-64b7-407a-a6f5-2fb7c6682f3a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"DE9E92F7-6370-4C6D-99A9-991F0083BE6C\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 800.4,\n                                    \"supplierId\": \"24199742\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199742\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-27T00:00:00\",\n                            \"amount\": 1800,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d5f56c8c-02ea-477b-8a5b-659ebbc31cec\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d46f4b3c-13a3-41e9-8ac9-133cdd2d0ab1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"76F9F6B5-2F66-45BC-901F-E9A99723B623\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1800,\n                                    \"supplierId\": \"24199742\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-30T00:00:00\",\n                            \"amount\": 88740,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f4816d14-68b6-4f9a-966f-141773bfdd8a\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2d906486-bbb0-437f-aa9a-d4312702312c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"5B0EF8DF-773F-4254-93E2-47BDFBFDA67F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 88740,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199710\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-31T00:00:00\",\n                            \"amount\": 4593.6,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"13d4ea18-09e8-4b02-802a-cefff45a09b9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5430d6fd-6898-4af0-b54a-e277b5374fd1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"680710F1-BAFF-468F-80A0-8D3DEC85677D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 4593.6,\n                                    \"supplierId\": \"24199710\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199642\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-31T00:00:00\",\n                            \"amount\": 896.21,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"f3135efc-3212-4538-9f85-7cfa4347c05f\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"3b5b9b76-adb4-4113-ab82-f2f412f026e1\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9F11E091-8CE2-4719-9801-701404A31976\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 896.21,\n                                    \"supplierId\": \"24199642\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199655\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-31T00:00:00\",\n                            \"amount\": 104052,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c95630be-8595-4943-9a2e-28af8e512681\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1f877815-63e8-4d00-9fd0-55603352ae85\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"65D895E0-F072-344E-98F3-A30477A468DD\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 104052,\n                                    \"supplierId\": \"24199655\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199633\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-01T00:00:00\",\n                            \"amount\": 290,\n                            \"currency\": null,\n                            \"description\": \"Total Comisiones de la cuenta 0075604280201\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d67ca4df-91cc-4436-8297-1dd59e575707\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"62169ddb-e2b9-4a56-8381-600c849d5e6a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"6D56D100-6E84-4FB2-9A6E-C14A1A7532D9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 290,\n                                    \"supplierId\": \"24199633\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199667\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-03T00:00:00\",\n                            \"amount\": 614.8,\n                            \"currency\": null,\n                            \"description\": \"TUERCA DE FIJACION\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"79ef59be-6911-49c8-be50-7bc54acfcfd2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e227d4fd-d49e-4a04-8695-70aa2ba9a2d4\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"3E431FD2-C7E5-4B13-8036-6E9519CDB90D\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 614.8,\n                                    \"supplierId\": \"24199667\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199694\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-04T00:00:00\",\n                            \"amount\": 23417.3,\n                            \"currency\": null,\n                            \"description\": \"LAM. R.C. CAL. 8 (.165\\\") 4 X 10\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"bf1062f5-ce67-4bd9-8758-23660a9dd458\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5b878efc-6629-43b8-9e35-1b731cfc0dc3\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CD37579D-E365-4073-91A6-6B62D9C8C037\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 23417.3,\n                                    \"supplierId\": \"24199694\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-06T00:00:00\",\n                            \"amount\": 28652,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 45 X 25 X 6 METROS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"8d8e2501-ad74-4859-8aef-03217812d8dd\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"17dc258b-92da-4c96-9142-6b9eafed4573\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"CA5FA5EE-97BC-4CD8-89E1-5D7E4573B453\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 28652,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199640\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-07T00:00:00\",\n                            \"amount\": 46457,\n                            \"currency\": null,\n                            \"description\": \"Cuotas IMSS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"4fb0bbc5-f362-4fd9-b4cc-203cccf69dc8\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"77c6dfe2-c92c-479d-893c-f0ba19fab0f6\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"9398C6F0-4DF5-4290-8E6D-369E4DD31AA1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 46457,\n                                    \"supplierId\": \"24199640\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-11T00:00:00\",\n                            \"amount\": 9622.44,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 32 X 16 X 31.5 METROS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"ec0ce94a-38b7-4551-841c-14c67a34bc8d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a24cb496-8d7c-4d42-9b2e-24e61dbd75fc\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4F38B4F1-D9F0-49E7-9022-BB7A68EE20A9\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9622.44,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199724\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-11T00:00:00\",\n                            \"amount\": 2192.4,\n                            \"currency\": null,\n                            \"description\": \"ARGON INDUSTRIAL\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"43a29359-6c31-4629-84e4-83ddd5b35a0b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"95c3e858-4adf-4ddc-a275-38df60e860aa\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"60F2441C-8315-49B1-AEEF-92A7C62D3967\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2192.4,\n                                    \"supplierId\": \"24199724\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199663\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-19T00:00:00\",\n                            \"amount\": 1536.13,\n                            \"currency\": null,\n                            \"description\": \"RUEDA CONVO DE FIBRA 6X1X1 SIC FINO D/ALTA#\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"c210e49d-5b84-4132-9b2a-edc852d0e95e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"d53fa066-9514-412e-a562-b16e8681c42e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AE6E4BED-6306-4903-B94B-045B8DF50EFC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1536.13,\n                                    \"supplierId\": \"24199663\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199648\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-21T00:00:00\",\n                            \"amount\": 85260,\n                            \"currency\": null,\n                            \"description\": \"PTR 3X3 CAL 3/16\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"e757d312-a0ed-4e8c-bf38-a2d0da7a5012\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ab5c9850-0e71-4eef-a862-148975f062f2\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"C12B7FE9-C97E-40CF-AE50-0E07BB7A44A3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 85260,\n                                    \"supplierId\": \"24199648\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199670\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-24T00:00:00\",\n                            \"amount\": 1113.6,\n                            \"currency\": null,\n                            \"description\": \"ACEITE P/ENGRANES VG 100-B\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"a62562e0-d8b4-45e7-90e3-a0fb4d5b1ddc\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"0c0f37db-f5dc-471e-abbe-d3037906203a\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BC673B35-30C6-4B59-8357-6CBC6336A723\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1113.6,\n                                    \"supplierId\": \"24199670\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199669\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-25T00:00:00\",\n                            \"amount\": 9546.8,\n                            \"currency\": null,\n                            \"description\": \"BARRA HUECA DE 32 X 16 X 31.20 METROS \",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"b6918050-41b4-4ad6-9b20-8caed44885da\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"94f1199e-d850-4793-aafc-7872e2058489\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"398183C7-C6B4-446D-A9A5-3E6B35132F37\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9546.8,\n                                    \"supplierId\": \"24199669\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199678\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-28T00:00:00\",\n                            \"amount\": 80852.1,\n                            \"currency\": null,\n                            \"description\": \"Componentes estructurales y formas basicas. PTR 3X3 CAL 3/16\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"517d6d2f-1e58-442d-9f3a-5d2f18c7712e\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2262f79e-1f58-47af-a3e4-93ead2102f14\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"E68C3DC4-4594-4BCF-AE84-1D31C208785F\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 80852.1,\n                                    \"supplierId\": \"24199678\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-28T00:00:00\",\n                            \"amount\": 1194.8,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TONER ORIGINAL BROTHER TN660 ALTO RENDIMIENTO PARA 2600 IMPRESIONES.\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"99b0483b-abc4-4987-8879-dd2fed895fed\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e3d9257d-4516-431c-aeee-4f266602e677\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2001BC8A-393D-4428-8204-76D33C3874E1\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1194.8,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199645\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-28T00:00:00\",\n                            \"amount\": 1502.2,\n                            \"currency\": null,\n                            \"description\": \"CARTUCHO DE TINTA HP 667XL TRICOLOR ORIGINAL PARA 330 PAGINAS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"d4c15ed9-1598-4a9b-adf9-69a591817957\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"4ff02054-f4d3-4da6-908b-0b3cd4a6b849\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"4D4F2CC0-CBC9-404B-84C6-38951FD799F0\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1502.2,\n                                    \"supplierId\": \"24199645\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-30T00:00:00\",\n                            \"amount\": 27904,\n                            \"currency\": null,\n                            \"description\": \"FABRICACION DE MESA PARA ENSAMBLE DE IMPRESION DE WHIA\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9ab3eb8f-fa71-48a8-8cec-1cb5e34f99c0\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"78965452-a789-40ef-b34d-6f02aa197b9c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"19A03A49-15F1-4F9E-BBF9-22FE8A13BDFC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 27904,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-30T00:00:00\",\n                            \"amount\": 79344,\n                            \"currency\": null,\n                            \"description\": \"MOTOR ELECTRICO WISCONSIN 20 HP 3500 RPM 55/27.5 AMPS 60 HZ 220/440 VOLTS\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"874e9def-3430-4e15-8075-0ba160bded3b\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"ad304d37-c0b3-4387-88ba-8fccfe2b5413\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"FED956C5-0FB1-421A-9F7A-88D0FA1CAC50\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 79344,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199643\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-30T00:00:00\",\n                            \"amount\": 92452,\n                            \"currency\": null,\n                            \"description\": \"ENSAMBLE DE FUNDICION PARA PIEZAS MAQUINADAS POR GRAVEDAD PERMANENTE\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"9590bb08-efeb-4b7a-aaf6-d78043f4c28d\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2b8d2095-d1c9-4d33-862d-e4d2605e889e\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D41F8590-A968-4880-A9E6-144A000D2B31\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 92452,\n                                    \"supplierId\": \"24199643\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199649\",\n                            \"id1\": null,\n                            \"id2\": null,\n                            \"issueDate\": \"2024-06-30T00:00:00\",\n                            \"amount\": 763,\n                            \"currency\": null,\n                            \"description\": \"Pago de DTA del pedimento 3586-4008377-400\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"paymentId\": \"5d4359cd-a930-4a46-b455-25c44becd613\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"2dcfe9f7-8039-449d-a63d-7b95795c65c9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"AAA1CB1E-A0CB-475F-9E80-FFF89BFB2365\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 763,\n                                    \"supplierId\": \"24199649\"\n                                }\n                            ]\n                        }\n                    ],\n                    \"creditmemos\": [\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"4A7075C4-B094-43AE-B310-2FBF49A4517C\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-02T00:00:00\",\n                            \"amount\": 677.52,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"add7d2ee-b481-4f9f-8571-26ffb2abb3a2\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"05e4e6fd-0475-4b6d-a9db-2ff89e386f05\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"63702D01-7BCF-464D-A09A-74E293185DF3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 677.52,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"A1B57522-62C2-424E-B958-C139D601CFC0\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-03-02T00:00:00\",\n                            \"amount\": 677.52,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"9cc684c5-a187-4803-b7f4-f1677f1f3ae1\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"dce4d4fa-c086-4da3-91b8-c3cfe4ef2915\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"ADFA784B-D5B8-4DE6-BBFE-E55F98B1D2CC\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 677.52,\n                                    \"supplierId\": \"24199666\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"628D54FF-4669-47B9-87F4-E167BF4D77F2\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-03-08T00:00:00\",\n                            \"amount\": 8226.63,\n                            \"currency\": null,\n                            \"description\": \"Servicios de facturacion\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"c5752e21-f392-455a-860d-c245f3355a56\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"278cd152-1975-4e31-a88b-a591a528729d\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"99E39996-3769-49D2-B520-8FABD5BD17A3\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 8226.63,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199688\",\n                            \"id1\": \"8BD0F99F-89F5-47A3-8DBB-11F57B3F4EF9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-04-15T00:00:00\",\n                            \"amount\": 11959.1,\n                            \"currency\": null,\n                            \"description\": \"LAMINA ROLADO CALIENTE C.8 3 X 10; PEDIDO/POSICION 9000401165/000010; ORDEN COMPRA CLIENTE: PDEV\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"fdc1a4f5-84b5-4b57-816b-7c51fae26642\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"e5a6f03e-544e-4fdf-8f38-2b5f45691096\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"77C6D245-4D98-4FF5-817A-1534A200FA38\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 11959.1,\n                                    \"supplierId\": \"24199688\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"A743E624-3C2D-4B89-9FC5-5B25FEB12391\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-10-26T00:00:00\",\n                            \"amount\": 1474.76,\n                            \"currency\": null,\n                            \"description\": \"Hybrid Control Recurring Charges\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"fec23560-2056-457d-a5d1-64e4f1e50402\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"a93e3f08-22b6-4e8d-a7a3-d60a15bf4575\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"BD5F29BD-2E53-4951-A62C-109D6C3213C5\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 1474.76,\n                                    \"supplierId\": \"24199646\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199647\",\n                            \"id1\": \"4460147D-6A56-4847-9696-71C39CAA0FF6\",\n                            \"id2\": null,\n                            \"issueDate\": \"2024-09-05T00:00:00\",\n                            \"amount\": 2401,\n                            \"currency\": null,\n                            \"description\": \"Servicios de facturacion\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"9086beb7-7660-49e3-bd10-2c29291aa7e9\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"1c536267-4f7a-48e5-9e1b-539970ce6cb9\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"2D375C69-EBBD-4946-91CB-1CDF635682FB\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 2401,\n                                    \"supplierId\": \"24199647\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199745\",\n                            \"id1\": \"8F5085BE-DBBD-423C-A818-DBF7071722C3\",\n                            \"id2\": null,\n                            \"issueDate\": \"2023-12-13T00:00:00\",\n                            \"amount\": 20856.8,\n                            \"currency\": null,\n                            \"description\": \"NOTA DE CREDITO 3.3\",\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"9faa0284-72c8-446e-8e65-5b9c12b7e3da\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"supplierId\": \"24199666\",\n                            \"id1\": \"82FDA27F-C09B-4672-BEB0-028A03E7BA55\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-04-16T00:00:00\",\n                            \"amount\": 7971.8,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"e44eb536-cf5d-49f1-9152-2e2ac4d5ea65\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"3D981186-8694-4FFC-95E0-5510FC157469\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-08T00:00:00\",\n                            \"amount\": 697.81,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"dfaf11e2-840d-4929-88a1-95aaad5f6cc6\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"supplierId\": \"24199706\",\n                            \"id1\": \"D99C8E87-782C-44A1-83A4-38943B8980B9\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-12-30T00:00:00\",\n                            \"amount\": 264.61,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"b86a1584-0cfc-4767-b900-bf6a88f1b8bb\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"69b57cd7-7068-4239-b8c8-3bbee6b2d77c\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"384A1B02-5060-45CD-869E-500649582140\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 264.61,\n                                    \"supplierId\": \"24199706\"\n                                }\n                            ]\n                        },\n                        {\n                            \"supplierId\": \"24199646\",\n                            \"id1\": \"A7A5EF88-09F1-498C-A956-AE6B34762CCE\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-11-25T00:00:00\",\n                            \"amount\": 1167.94,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"628f13a3-2d36-4690-ba36-1792e4af4b11\",\n                            \"linkedInvoices\": null\n                        },\n                        {\n                            \"supplierId\": \"24199740\",\n                            \"id1\": \"61051317-1BDE-4384-BFFE-3621E0EDCD20\",\n                            \"id2\": null,\n                            \"issueDate\": \"2022-05-27T00:00:00\",\n                            \"amount\": 9324.64,\n                            \"currency\": null,\n                            \"description\": null,\n                            \"createdAt\": null,\n                            \"updatedAt\": null,\n                            \"creditmemoId\": \"a81e331c-ce15-4649-86b0-2df89d4d4471\",\n                            \"linkedInvoices\": [\n                                {\n                                    \"txnId\": \"5a9c49a8-66bd-4692-8e33-7377bd1f47a8\",\n                                    \"type\": \"Invoice\",\n                                    \"id1\": \"D0CD006C-1584-4DBD-9541-C2F5E73E8E38\",\n                                    \"id2\": null,\n                                    \"linkedAmount\": 9324.64,\n                                    \"supplierId\": \"24199740\"\n                                }\n                            ]\n                        }\n                    ]\n                },\n                \"applicantFinancialGrouping\": {\n                    \"applicantId\": \"1008655168\",\n                    \"refApplicantId\": null,\n                    \"applicantInfo\": {\n                        \"applicantId\": \"1008655168\",\n                        \"refApplicantId\": null,\n                        \"name\": \"MAQUINADOS NACIONALES RUIZ SA DE CV\",\n                        \"verifiedBy\": null,\n                        \"verifiedName\": null,\n                        \"registrationDate\": \"2025-05-14T00:00:00\",\n                        \"firstInvoiceDate\": \"2022-01-03T00:00:00\",\n                        \"sectorNaicsId\": null,\n                        \"sectorNaicsName\": null,\n                        \"yearsInBusiness\": null,\n                        \"isVerifiedTaxId\": false,\n                        \"taxId\": \"MNR900406HF8\",\n                        \"erpType\": \"SAT\",\n                        \"financialYearEndMonth\": null,\n                        \"financialYearEndDay\": null,\n                        \"currency\": \"MXN\",\n                        \"address\": {\n                            \"city\": \"\",\n                            \"country\": \"MEX\",\n                            \"postalCode\": \"64210\",\n                            \"state\": \"NUEVO LEON\",\n                            \"street\": \"4504\"\n                        },\n                        \"contactDetails\": {\n                            \"phone\": null\n                        },\n                        \"financials\": {\n                            \"lastUpdate\": \"2025-05-14T00:00:00\",\n                            \"salesCurrentYear\": 4301676.48,\n                            \"salesPreviousYear\": 10187351.51,\n                            \"salesPreviousTwoYears\": 6432086.65,\n                            \"totalSales\": 0,\n                            \"accountsReceivables\": 2958947.42,\n                            \"overdueReceivables\": 1601833.86,\n                            \"dso\": -14,\n                            \"add\": -87,\n                            \"cei\": 132.05944179298029,\n                            \"totalCustomers\": 28,\n                            \"activeCustomers\": 16,\n                            \"numberOfCancelledInvoices\": 19,\n                            \"valueOfCancelledInvoices\": 1244078.37,\n                            \"financialYearsAnalytics\": {\n                                \"current\": {\n                                    \"date\": \"2025-05-14T00:00:00\",\n                                    \"activeCustomers\": 16,\n                                    \"salesPercentTop5Customers\": 92.11,\n                                    \"purchasePercentTop5Vendors\": 75.32,\n                                    \"customerRiskHhi\": 0.56,\n                                    \"vendorRiskHhi\": 0.17,\n                                    \"zScore\": null,\n                                    \"debtServiceRatio\": null,\n                                    \"pretaxProfitMargin\": null,\n                                    \"returnOnEquity\": null,\n                                    \"currentRatio\": null,\n                                    \"quickRatio\": null,\n                                    \"operatingExpense\": null,\n                                    \"numberOfInvoices\": 225,\n                                    \"averageInvoiceSize\": 56814.48,\n                                    \"dso\": -14,\n                                    \"add\": -87,\n                                    \"cei\": 132.06,\n                                    \"numberOfCancelledInvoices\": 19,\n                                    \"valueOfCancelledInvoices\": 1244078.37\n                                },\n                                \"financialYearEnd\": {\n                                    \"date\": \"2024-12-31T00:00:00\",\n                                    \"activeCustomers\": 19,\n                                    \"salesPercentTop5Customers\": 90.69,\n                                    \"purchasePercentTop5Vendors\": 74.15,\n                                    \"customerRiskHhi\": 0.45,\n                                    \"vendorRiskHhi\": 0.17,\n                                    \"zScore\": 0.8,\n                                    \"debtServiceRatio\": 0.09,\n                                    \"pretaxProfitMargin\": 10.05,\n                                    \"returnOnEquity\": 1640.61,\n                                    \"currentRatio\": 0.89,\n                                    \"quickRatio\": 0.89,\n                                    \"operatingExpense\": 11.43,\n                                    \"numberOfInvoices\": 240,\n                                    \"averageInvoiceSize\": 42447.3,\n                                    \"dso\": -11,\n                                    \"add\": -145,\n                                    \"cei\": 160.33,\n                                    \"numberOfCancelledInvoices\": 15,\n                                    \"valueOfCancelledInvoices\": 797463.26\n                                },\n                                \"previousFinancialYearEnd\": {\n                                    \"date\": \"2023-12-31T00:00:00\",\n                                    \"activeCustomers\": 22,\n                                    \"salesPercentTop5Customers\": 62.38,\n                                    \"purchasePercentTop5Vendors\": 75.52,\n                                    \"customerRiskHhi\": 0.11,\n                                    \"vendorRiskHhi\": 0.19,\n                                    \"zScore\": 0.48,\n                                    \"debtServiceRatio\": -0.11,\n                                    \"pretaxProfitMargin\": -18.8,\n                                    \"returnOnEquity\": -1840.41,\n                                    \"currentRatio\": 0.83,\n                                    \"quickRatio\": 0.83,\n                                    \"operatingExpense\": 46.44,\n                                    \"numberOfInvoices\": 285,\n                                    \"averageInvoiceSize\": 22568.73,\n                                    \"dso\": 16,\n                                    \"add\": -101,\n                                    \"cei\": 162.54,\n                                    \"numberOfCancelledInvoices\": 27,\n                                    \"valueOfCancelledInvoices\": 346702.27\n                                },\n                                \"secondPreviousFinancialYearEnd\": {\n                                    \"date\": \"2022-12-31T00:00:00\",\n                                    \"activeCustomers\": 16,\n                                    \"salesPercentTop5Customers\": 77.5,\n                                    \"purchasePercentTop5Vendors\": 62.2,\n                                    \"customerRiskHhi\": 0.17,\n                                    \"vendorRiskHhi\": 0.11,\n                                    \"zScore\": 0.48,\n                                    \"debtServiceRatio\": -0.15,\n                                    \"pretaxProfitMargin\": -23.68,\n                                    \"returnOnEquity\": -2675.8,\n                                    \"currentRatio\": 0.78,\n                                    \"quickRatio\": 0.03,\n                                    \"operatingExpense\": 43.96,\n                                    \"numberOfInvoices\": 345,\n                                    \"averageInvoiceSize\": 21235.32,\n                                    \"dso\": 16,\n                                    \"add\": -101,\n                                    \"cei\": 162.54,\n                                    \"numberOfCancelledInvoices\": 65,\n                                    \"valueOfCancelledInvoices\": 1633623.28\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\": 0.9,\n                                    \"debtServiceRatio\": 0,\n                                    \"pretaxProfitMargin\": -12.15,\n                                    \"returnOnEquity\": -99.52,\n                                    \"currentRatio\": 0.89,\n                                    \"quickRatio\": 0.61,\n                                    \"operatingExpense\": 12.84,\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\": 3218127.56,\n                                    \"predictedPayments\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 10,\n                                    \"invoicesDue\": 0,\n                                    \"predictedPayments\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 11,\n                                    \"invoicesDue\": 0,\n                                    \"predictedPayments\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 12,\n                                    \"invoicesDue\": 0,\n                                    \"predictedPayments\": 0\n                                },\n                                {\n                                    \"year\": 2026,\n                                    \"month\": 1,\n                                    \"invoicesDue\": 0,\n                                    \"predictedPayments\": 0\n                                },\n                                {\n                                    \"year\": 2026,\n                                    \"month\": 2,\n                                    \"invoicesDue\": 0,\n                                    \"predictedPayments\": 0\n                                },\n                                {\n                                    \"year\": 2026,\n                                    \"month\": 3,\n                                    \"invoicesDue\": 0,\n                                    \"predictedPayments\": 0\n                                }\n                            ],\n                            \"monthlyFinancials\": [\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 1,\n                                    \"invoices\": 498017.54,\n                                    \"payments\": 821862.36,\n                                    \"openAR\": -323844.82,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": null,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 2,\n                                    \"invoices\": 819072.52,\n                                    \"payments\": 1201697.92,\n                                    \"openAR\": -706470.22,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": null,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 3,\n                                    \"invoices\": 912332.24,\n                                    \"payments\": 438097.2,\n                                    \"openAR\": -232235.18,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": null,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 4,\n                                    \"invoices\": 259915.32,\n                                    \"payments\": 256944.67,\n                                    \"openAR\": -229264.53,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 565.12,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 5,\n                                    \"invoices\": 1075075.25,\n                                    \"payments\": 1354729.2,\n                                    \"openAR\": -508918.48,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 301.24,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 6,\n                                    \"invoices\": 543661.22,\n                                    \"payments\": 245554.6,\n                                    \"openAR\": -210811.86,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 190.41,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 7,\n                                    \"invoices\": 257631.66,\n                                    \"payments\": 898509.72,\n                                    \"openAR\": -851689.92,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 211.28,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 8,\n                                    \"invoices\": 945430.95,\n                                    \"payments\": 518814.91,\n                                    \"openAR\": -425073.88,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 155.55,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 9,\n                                    \"invoices\": 323757.65,\n                                    \"payments\": 462721.59,\n                                    \"openAR\": -564037.82,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 151.17,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 10,\n                                    \"invoices\": 862431.04,\n                                    \"payments\": 740806.16,\n                                    \"openAR\": -442412.94,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 145.28,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 11,\n                                    \"invoices\": 588426.18,\n                                    \"payments\": 596294.62,\n                                    \"openAR\": -450281.38,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 142.19,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2022,\n                                    \"month\": 12,\n                                    \"invoices\": 240433.4,\n                                    \"payments\": 1313973.75,\n                                    \"openAR\": -1523821.73,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 157.47,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 1,\n                                    \"invoices\": 404763.43,\n                                    \"payments\": 29580,\n                                    \"openAR\": -1148638.3,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 141.88,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 2,\n                                    \"invoices\": 732695.25,\n                                    \"payments\": 294899.12,\n                                    \"openAR\": -710842.17,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 141.48,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 3,\n                                    \"invoices\": 394836.28,\n                                    \"payments\": 511319.88,\n                                    \"openAR\": -827325.77,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 148.7,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 4,\n                                    \"invoices\": 314755.61,\n                                    \"payments\": 895812.93,\n                                    \"openAR\": -1408383.09,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 157.37,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 5,\n                                    \"invoices\": 661548.82,\n                                    \"payments\": 164638.8,\n                                    \"openAR\": -911473.07,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 151.71,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 6,\n                                    \"invoices\": 539904.71,\n                                    \"payments\": 603139.05,\n                                    \"openAR\": -974707.41,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 155.82,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 7,\n                                    \"invoices\": 404531.72,\n                                    \"payments\": 56898,\n                                    \"openAR\": -627073.69,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 156.91,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 8,\n                                    \"invoices\": 657364.22,\n                                    \"payments\": 948437.05,\n                                    \"openAR\": -918146.52,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 162.43,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 9,\n                                    \"invoices\": 280981.75,\n                                    \"payments\": 38073.8,\n                                    \"openAR\": -675238.57,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 149.07,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 10,\n                                    \"invoices\": 398530.01,\n                                    \"payments\": 152879.08,\n                                    \"openAR\": -429587.64,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 144.38,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 11,\n                                    \"invoices\": 744918.15,\n                                    \"payments\": 926988.18,\n                                    \"openAR\": -611657.67,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 153.03,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2023,\n                                    \"month\": 12,\n                                    \"invoices\": 897256.7,\n                                    \"payments\": 0,\n                                    \"openAR\": 285599.03,\n                                    \"dso\": 16,\n                                    \"add\": null,\n                                    \"cei\": 162.54,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 1,\n                                    \"invoices\": 322917.51,\n                                    \"payments\": 846680.26,\n                                    \"openAR\": -238163.72,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 159.94,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 2,\n                                    \"invoices\": 474646.81,\n                                    \"payments\": 1043472.6,\n                                    \"openAR\": -806989.51,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 169.02,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 3,\n                                    \"invoices\": 304751.69,\n                                    \"payments\": 295960.28,\n                                    \"openAR\": -798198.1,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 147.39,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 4,\n                                    \"invoices\": 457413.63,\n                                    \"payments\": 486847.96,\n                                    \"openAR\": -827632.43,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 159.78,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 5,\n                                    \"invoices\": 617944.71,\n                                    \"payments\": 338470.92,\n                                    \"openAR\": -548158.64,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 150.92,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 6,\n                                    \"invoices\": 900095.51,\n                                    \"payments\": 877176.81,\n                                    \"openAR\": -525239.94,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 171.35,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 7,\n                                    \"invoices\": 818559.65,\n                                    \"payments\": 800102.04,\n                                    \"openAR\": -506782.33,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 171.29,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 8,\n                                    \"invoices\": 1116894.82,\n                                    \"payments\": 954020.06,\n                                    \"openAR\": -343907.57,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 189.53,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 9,\n                                    \"invoices\": 1458392.55,\n                                    \"payments\": 975476.23,\n                                    \"openAR\": 139008.75,\n                                    \"dso\": 6,\n                                    \"add\": null,\n                                    \"cei\": 170.34,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 10,\n                                    \"invoices\": 1356306.65,\n                                    \"payments\": 1603833.41,\n                                    \"openAR\": -108518.01,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 171.71,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 11,\n                                    \"invoices\": 1111310.12,\n                                    \"payments\": 120691.14,\n                                    \"openAR\": 882100.97,\n                                    \"dso\": 33,\n                                    \"add\": null,\n                                    \"cei\": 158.3,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2024,\n                                    \"month\": 12,\n                                    \"invoices\": 1248117.86,\n                                    \"payments\": 2444519.62,\n                                    \"openAR\": -314300.79,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 160.33,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 1,\n                                    \"invoices\": 1181735.04,\n                                    \"payments\": 0,\n                                    \"openAR\": 867434.25,\n                                    \"dso\": 29,\n                                    \"add\": null,\n                                    \"cei\": 137.07,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 2,\n                                    \"invoices\": 1536019.54,\n                                    \"payments\": 1143109.54,\n                                    \"openAR\": 1260344.25,\n                                    \"dso\": 38,\n                                    \"add\": null,\n                                    \"cei\": 137.28,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 3,\n                                    \"invoices\": 477435.1,\n                                    \"payments\": 1103821.18,\n                                    \"openAR\": 633958.17,\n                                    \"dso\": 19,\n                                    \"add\": null,\n                                    \"cei\": 131.2,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 4,\n                                    \"invoices\": 824405.63,\n                                    \"payments\": 1731662.18,\n                                    \"openAR\": -273298.38,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 134.93,\n                                    \"deposits\": 0\n                                },\n                                {\n                                    \"year\": 2025,\n                                    \"month\": 5,\n                                    \"invoices\": 282081.17,\n                                    \"payments\": 503991.44,\n                                    \"openAR\": -495208.65,\n                                    \"dso\": null,\n                                    \"add\": null,\n                                    \"cei\": 132.06,\n                                    \"deposits\": 0\n                                }\n                            ]\n                        },\n                        \"blackLists\": {\n                            \"ofac\": {\n                                \"reportDate\": \"2025-09-25T00:00:00\",\n                                \"exists\": false\n                            },\n                            \"sat\": {\n                                \"reportDate\": \"2025-08-31T00: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-05-14T00: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\": \"2261784\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"7526498\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"9788282\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"MANO DE OBRA DIRECTA DE FABRICACIÓN\",\n                                    \"cell2\": \"7685044\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"7685044\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"2103238\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"1119084\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"1119084\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"984154\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"RESULTADO INTEGRAL DE FINANCIAMIENTO\",\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 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\": \"984154\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"UTILIDAD DE OPERACIONES CONTINUAS\",\n                                    \"cell2\": \"984154\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"OPERACIONES DISCONTINUADAS\",\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\": \"984154\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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-05-14T00: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\": \"5873682\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"5873682\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"MANO DE OBRA DIRECTA DE FABRICACIÓN\",\n                                    \"cell2\": \"4249691\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"4249691\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"1623991\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"2727995\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"2727995\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 DE OPERACIÓN\",\n                                    \"cell2\": \"1104004\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 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\": \"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 ANTES DE IMPUESTOS A LA UTILIDAD\",\n                                    \"cell2\": \"1104004\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 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\": \"PÉRDIDA DE OPERACIONES CONTINUAS\",\n                                    \"cell2\": \"1104004\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"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 NETA\",\n                                    \"cell2\": \"1104004\",\n                                    \"cell3\": null,\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-05-14T00: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\": \"6777359\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"6777359\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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 MATERIALES UTILIZADOS O COMERCIALIZADOS\",\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 MATERIALES UTILIZADOS O COMERCIALIZADOS\",\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\": \"MANO DE OBRA DIRECTA DE FABRICACIÓN\",\n                                    \"cell2\": \"5402850\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"5402850\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"1374509\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"2979643\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"2979643\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 DE OPERACIÓN\",\n                                    \"cell2\": \"1605134\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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 RESULTADO INTEGRAL DE FINANCIAMIENTO\",\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\": \"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 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\": \"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\": \"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 ANTES DE IMPUESTOS A LA UTILIDAD\",\n                                    \"cell2\": \"1605134\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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 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\": \"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\": \"UTILIDAD 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\": \"PÉRDIDA DE OPERACIONES CONTINUAS\",\n                                    \"cell2\": \"1605134\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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 OPERACIONES DISCONTINUADAS\",\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\": \"OPERACIONES DISCONTINUADAS\",\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\": \"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 NETA\",\n                                    \"cell2\": \"1605134\",\n                                    \"cell3\": null,\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-05-14T00: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\": \"10900654\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 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\": \"10900654\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"COMPRAS NETAS NACIONALES\",\n                                    \"cell2\": \"8966705\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"INVENTARIO FINAL\",\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 LAS MERCANCÍAS\",\n                                    \"cell2\": \"8966705\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"1516415\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"342750\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"10825870\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"74784\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"1399232\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 DE OPERACIÓN\",\n                                    \"cell2\": \"1324448\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"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\": \"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 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\": \"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 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\": \"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 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\": \"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 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\": \"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 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\": \"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 ANTES DE IMPUESTOS\",\n                                    \"cell2\": \"1324448\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"PTU\",\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 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\": \"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 NETA\",\n                                    \"cell2\": \"1324448\",\n                                    \"cell3\": null,\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-05-14T00: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\": \"838226\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"838226\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"CLIENTES\",\n                                    \"cell2\": \"6718939\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"6718939\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"DEUDORES DIVERSOS\",\n                                    \"cell2\": \"2293212\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"2293212\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"INVENTARIOS\",\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\": \"OTROS ACTIVOS 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 ACTIVO A CORTO PLAZO\",\n                                    \"cell2\": \"9850377\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"1257827\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"1257827\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"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\": \"1257827\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"11108204\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"11048217\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"11048217\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 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\": \"11048217\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"11048217\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"59987\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"59987\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"RESERVA LEGAL\",\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\": \"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\": \"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\": \"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 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\": \"59987\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"59987\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"11108204\",\n                                    \"cell3\": null,\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-05-14T00: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\": \"469127\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"469127\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"CLIENTES\",\n                                    \"cell2\": \"6251756\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"6251756\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"DEUDORES DIVERSOS\",\n                                    \"cell2\": \"1297783\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"1297783\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"INVENTARIOS\",\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\": \"OTROS ACTIVOS 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 ACTIVO A CORTO PLAZO\",\n                                    \"cell2\": \"8018666\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"1744197\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"1744197\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"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\": \"1744197\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"9762863\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"9702876\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"9702876\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 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\": \"9702876\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"9702876\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"59987\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"59987\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"RESERVA LEGAL\",\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\": \"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\": \"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\": \"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ÉRDIDAS ACUMULADAS\",\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 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\": \"59987\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"59987\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"9762863\",\n                                    \"cell3\": null,\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-05-14T00: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\": \"346741\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"346741\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 INVERSIONES EN VALORES CON INSTITUCIONES\",\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\": \"CLIENTES\",\n                                    \"cell2\": \"5430536\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"5430536\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"SIN 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\": \"DEUDORES DIVERSOS\",\n                                    \"cell2\": \"2539016\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"2539016\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"INVENTARIOS\",\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 INVENTARIOS\",\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\": \"SIN 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\": \"2381439\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"10697732\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 PROPIEDADES, PLANTAS Y EQUIPO\",\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 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\": \"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 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\": \"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\",\n                                    \"cell2\": \"10697732\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 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\": \"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 NACIONALES PARTES NO RELACIONADAS\",\n                                    \"cell2\": \"10637745\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"10637745\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"SIN 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\": \"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\": \"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\": \"10637745\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"10637745\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"59987\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"59987\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"5368052\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"-5368052\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"59987\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"59987\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"10697732\",\n                                    \"cell3\": null,\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-05-14T00: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\": \"382346\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 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\": \"6019679\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 (TOTAL)\",\n                                    \"cell2\": \"6019679\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"INVENTARIOS\",\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 CIRCULANTES\",\n                                    \"cell2\": \"2874405\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"9511322\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"126634\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"EQUIPO DE TRANSPORTE\",\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 FIJOS\",\n                                    \"cell2\": \"5\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"-7111450\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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\": \"AMORTIZACIÓN ACUMULADA\",\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 ACTIVO\",\n                                    \"cell2\": \"11802941\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"10472146\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 (TOTAL)\",\n                                    \"cell2\": \"10472146\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 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\": \"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 PASIVO\",\n                                    \"cell2\": \"10472146\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"59987\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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 CUENTAS DE CAPITAL\",\n                                    \"cell2\": \"3025097\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"UTILIDADES ACUMULADAS\",\n                                    \"cell2\": \"4938211\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"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ÉRDIDAS ACUMULADAS\",\n                                    \"cell2\": \"-5368052\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"-1324448\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"1330795\",\n                                    \"cell3\": null,\n                                    \"cell4\": null,\n                                    \"cell5\": null,\n                                    \"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\": \"11802941\",\n                                    \"cell3\": null,\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-05-14T00:00:00\",\n                            \"fromDate\": \"2024-12-31T00:00:00\",\n                            \"toDate\": \"2024-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"ASSET\",\n                                    \"total\": 11108204,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentAsset\",\n                                            \"total\": 9850377,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Bank\",\n                                                    \"total\": 838226\n                                                },\n                                                {\n                                                    \"type\": \"AccountReceivables\",\n                                                    \"total\": 9012151\n                                                },\n                                                {\n                                                    \"type\": \"CurrentAsset\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentAsset\",\n                                            \"total\": 1257827,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"NonCurrentAsset\",\n                                                    \"total\": 1257827\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"LIABILITY\",\n                                    \"total\": 11048217,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentLiabilities\",\n                                            \"total\": 11048217,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Bank\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"CurrentLiabilities\",\n                                                    \"total\": 11048217\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentLiabilities\",\n                                            \"total\": 0,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"NonCurrentLiabilities\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"CurrentLiabilities\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EQUITY\",\n                                    \"total\": 59987,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Equity\",\n                                            \"total\": 59987,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Equity\",\n                                                    \"total\": 59987\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"ProfitAndLoss\",\n                            \"financialYear\": \"FinancialYearEnd\",\n                            \"date\": \"2025-05-14T00:00:00\",\n                            \"fromDate\": \"2024-01-01T00:00:00\",\n                            \"toDate\": \"2024-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"REVENUE\",\n                                    \"total\": 9788282,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Sales\",\n                                            \"total\": 9788282,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Sales\",\n                                                    \"total\": 9788282\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EXPENSE\",\n                                    \"total\": 8804128,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"COGS\",\n                                            \"total\": 7685044,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"COGS\",\n                                                    \"total\": 7685044\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"Expense\",\n                                            \"total\": 1119084,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Expense\",\n                                                    \"total\": 1119084\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"BalanceSheet\",\n                            \"financialYear\": \"PreviousFinancialYearEnd\",\n                            \"date\": \"2025-05-14T00:00:00\",\n                            \"fromDate\": \"2023-12-31T00:00:00\",\n                            \"toDate\": \"2023-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"ASSET\",\n                                    \"total\": 9762863,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentAsset\",\n                                            \"total\": 8018666,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Bank\",\n                                                    \"total\": 469127\n                                                },\n                                                {\n                                                    \"type\": \"AccountReceivables\",\n                                                    \"total\": 7549539\n                                                },\n                                                {\n                                                    \"type\": \"CurrentAsset\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentAsset\",\n                                            \"total\": 1744197,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"NonCurrentAsset\",\n                                                    \"total\": 1744197\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"LIABILITY\",\n                                    \"total\": 9702876,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentLiabilities\",\n                                            \"total\": 9702876,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Bank\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"CurrentLiabilities\",\n                                                    \"total\": 9702876\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentLiabilities\",\n                                            \"total\": 0,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"NonCurrentLiabilities\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"CurrentLiabilities\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EQUITY\",\n                                    \"total\": 59987,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Equity\",\n                                            \"total\": 59987,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Equity\",\n                                                    \"total\": 59987\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"ProfitAndLoss\",\n                            \"financialYear\": \"PreviousFinancialYearEnd\",\n                            \"date\": \"2025-05-14T00:00:00\",\n                            \"fromDate\": \"2023-01-01T00:00:00\",\n                            \"toDate\": \"2023-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"REVENUE\",\n                                    \"total\": 5873682,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Sales\",\n                                            \"total\": 5873682,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Sales\",\n                                                    \"total\": 5873682\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EXPENSE\",\n                                    \"total\": 6977686,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"COGS\",\n                                            \"total\": 4249691,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"COGS\",\n                                                    \"total\": 4249691\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"Expense\",\n                                            \"total\": 2727995,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Expense\",\n                                                    \"total\": 2727995\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"BalanceSheet\",\n                            \"financialYear\": \"SecondPreviousFinancialYearEnd\",\n                            \"date\": \"2025-05-14T00:00:00\",\n                            \"fromDate\": \"2022-12-31T00:00:00\",\n                            \"toDate\": \"2022-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"ASSET\",\n                                    \"total\": 10697732,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentAsset\",\n                                            \"total\": 8316293,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Bank\",\n                                                    \"total\": 346741\n                                                },\n                                                {\n                                                    \"type\": \"CurrentAsset\",\n                                                    \"total\": 7969552\n                                                },\n                                                {\n                                                    \"type\": \"AccountReceivables\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentAsset\",\n                                            \"total\": 2381439,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"NonCurrentAsset\",\n                                                    \"total\": 2381439\n                                                },\n                                                {\n                                                    \"type\": \"102000\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"LIABILITY\",\n                                    \"total\": 10637745,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentLiabilities\",\n                                            \"total\": 10637745,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"AccountPayable\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"CurrentLiabilities\",\n                                                    \"total\": 10637745\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentLiabilities\",\n                                            \"total\": 0,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"NonCurrentLiabilities\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"CurrentLiabilities\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EQUITY\",\n                                    \"total\": 59987,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Equity\",\n                                            \"total\": 59987,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Equity\",\n                                                    \"total\": 59987\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"ProfitAndLoss\",\n                            \"financialYear\": \"SecondPreviousFinancialYearEnd\",\n                            \"date\": \"2025-05-14T00:00:00\",\n                            \"fromDate\": \"2022-01-01T00:00:00\",\n                            \"toDate\": \"2022-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"REVENUE\",\n                                    \"total\": 6777359,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Sales\",\n                                            \"total\": 6777359,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Sales\",\n                                                    \"total\": 6777359\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EXPENSE\",\n                                    \"total\": 8382493,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"COGS\",\n                                            \"total\": 5402850,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"COGS\",\n                                                    \"total\": 5402850\n                                                },\n                                                {\n                                                    \"type\": \"OtherCOGS\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"Expense\",\n                                            \"total\": 2979643,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Expense\",\n                                                    \"total\": 2979643\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"OtherExpense\",\n                                            \"total\": 0,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"ExpenseInterest\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"Tax\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"OtherExpense\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"BalanceSheet\",\n                            \"financialYear\": \"ThirdPreviousFinancialYearEnd\",\n                            \"date\": \"2025-05-14T00:00:00\",\n                            \"fromDate\": \"2021-12-31T00:00:00\",\n                            \"toDate\": \"2021-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"ASSET\",\n                                    \"total\": 11802941,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentAsset\",\n                                            \"total\": 9276430,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Bank\",\n                                                    \"total\": 382346\n                                                },\n                                                {\n                                                    \"type\": \"CurrentAsset\",\n                                                    \"total\": 2874405\n                                                },\n                                                {\n                                                    \"type\": \"AccountReceivables\",\n                                                    \"total\": 6019679\n                                                },\n                                                {\n                                                    \"type\": \"Inventory\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentAsset\",\n                                            \"total\": 2526511,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"NonCurrentAsset\",\n                                                    \"total\": 2526511\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"LIABILITY\",\n                                    \"total\": 10472146,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"CurrentLiabilities\",\n                                            \"total\": 10472146,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"AccountPayable\",\n                                                    \"total\": 10472146\n                                                },\n                                                {\n                                                    \"type\": \"CurrentLiabilities\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"NonCurrentLiabilities\",\n                                            \"total\": 0,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"NonCurrentLiabilities\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EQUITY\",\n                                    \"total\": 1330795,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Equity\",\n                                            \"total\": 1330795,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Equity\",\n                                                    \"total\": 1330795\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        },\n                        {\n                            \"type\": \"ProfitAndLoss\",\n                            \"financialYear\": \"ThirdPreviousFinancialYearEnd\",\n                            \"date\": \"2025-05-14T00:00:00\",\n                            \"fromDate\": \"2021-01-01T00:00:00\",\n                            \"toDate\": \"2021-12-31T00:00:00\",\n                            \"classifications\": [\n                                {\n                                    \"type\": \"REVENUE\",\n                                    \"total\": 10900654,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"Sales\",\n                                            \"total\": 10900654,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Sales\",\n                                                    \"total\": 10900654\n                                                },\n                                                {\n                                                    \"type\": \"Discount\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"OtherIncome\",\n                                            \"total\": 0,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"RevenueInterest\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"OtherIncome\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"type\": \"EXPENSE\",\n                                    \"total\": 12225102,\n                                    \"accounts\": [\n                                        {\n                                            \"type\": \"COGS\",\n                                            \"total\": 10825870,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"COGS\",\n                                                    \"total\": 8966705\n                                                },\n                                                {\n                                                    \"type\": \"OtherCOGS\",\n                                                    \"total\": 1859165\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"Expense\",\n                                            \"total\": 1399232,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"Expense\",\n                                                    \"total\": 1399232\n                                                }\n                                            ]\n                                        },\n                                        {\n                                            \"type\": \"OtherExpense\",\n                                            \"total\": 0,\n                                            \"subAccounts\": [\n                                                {\n                                                    \"type\": \"ExpenseInterest\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"OtherExpense\",\n                                                    \"total\": 0\n                                                },\n                                                {\n                                                    \"type\": \"Tax\",\n                                                    \"total\": 0\n                                                }\n                                            ]\n                                        }\n                                    ]\n                                }\n                            ]\n                        }\n                    ],\n                    \"documentsData\": {\n                        \"applicantId\": \"1008655168\",\n                        \"refApplicantId\": null,\n                        \"documents\": [\n                            {\n                                \"CreatedAt\": \"2025-05-21\",\n                                \"FileName\": \"Payables MAQUINADOS NACIONALES RUIZ SA DE CV.xlsx\",\n                                \"FileType\": 3,\n                                \"ReportDateFrom\": \"2025-05-01\",\n                                \"ReportDateTo\": \"2025-05-01\",\n                                \"ReportType\": 11,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2823107.XLSX\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-21\",\n                                \"FileName\": \"Receivables MAQUINADOS NACIONALES RUIZ SA DE CV.xlsx\",\n                                \"FileType\": 3,\n                                \"ReportDateFrom\": \"2025-05-01\",\n                                \"ReportDateTo\": \"2025-05-01\",\n                                \"ReportType\": 10,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2823106.XLSX\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-21\",\n                                \"FileName\": \"SAT Company Report - MAQUINADOS NACIONALES RUIZ SA DE CV (SAT) - May 14, 2025.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-05-14\",\n                                \"ReportDateTo\": \"2025-05-14\",\n                                \"ReportType\": 3,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2823109.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-21\",\n                                \"FileName\": \"SAT Company Report - MAQUINADOS NACIONALES RUIZ SA DE CV (SAT) - May 14, 2025.xlsx\",\n                                \"FileType\": 3,\n                                \"ReportDateFrom\": \"2025-05-14\",\n                                \"ReportDateTo\": \"2025-05-14\",\n                                \"ReportType\": 3,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2823108.XLSX\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2025.5.14 OPIONION DEL CUMPLIMIENTO.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-05-14\",\n                                \"ReportDateTo\": \"2025-05-14\",\n                                \"ReportType\": 9,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797372.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-15\",\n                                \"FileName\": \"MNR900406HF8.2025.5.15 CONSTANCIA DE SITUACION FISCAL.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-05-15\",\n                                \"ReportDateTo\": \"2025-05-15\",\n                                \"ReportType\": 9,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2800490.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2021 ACUSE DE RECIBO NORMAL.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2021-01-01\",\n                                \"ReportDateTo\": \"2021-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797408.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2021 DECLARACION DEL EJERCICIO NORMAL.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2021-01-01\",\n                                \"ReportDateTo\": \"2021-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797374.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2022 ACUSE DE RECIBO NORMAL.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2022-01-01\",\n                                \"ReportDateTo\": \"2022-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797355.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-25\",\n                                \"FileName\": \"MNR900406HF8.2022 DECLARACION DEL EJERCICIO NORMAL.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2022-01-01\",\n                                \"ReportDateTo\": \"2022-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2839993.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-25\",\n                                \"FileName\": \"MNR900406HF8.2022 DECLARACION DEL EJERCICIO NORMAL.xlsx\",\n                                \"FileType\": 3,\n                                \"ReportDateFrom\": \"2022-01-01\",\n                                \"ReportDateTo\": \"2022-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2839994.XLSX\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACIÓN DEL MES NORMAL Enero.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-01-01\",\n                                \"ReportDateTo\": \"2023-01-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797407.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 ACUSE DE RECIBO NORMAL.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-01-01\",\n                                \"ReportDateTo\": \"2023-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797357.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-25\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACION DEL EJERCICIO NORMAL.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-01-01\",\n                                \"ReportDateTo\": \"2023-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2839880.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-25\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACION DEL EJERCICIO NORMAL.xlsx\",\n                                \"FileType\": 3,\n                                \"ReportDateFrom\": \"2023-01-01\",\n                                \"ReportDateTo\": \"2023-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2839881.XLSX\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACIÓN DEL MES NORMAL Febrero.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-02-01\",\n                                \"ReportDateTo\": \"2023-02-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797406.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACIÓN DEL MES COMPLEMENTARY Marzo.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-03-01\",\n                                \"ReportDateTo\": \"2023-03-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797404.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACIÓN DEL MES NORMAL Marzo.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-03-01\",\n                                \"ReportDateTo\": \"2023-03-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797405.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACIÓN DEL MES COMPLEMENTARY Abril.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-04-01\",\n                                \"ReportDateTo\": \"2023-04-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797402.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACIÓN DEL MES NORMAL Abril.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-04-01\",\n                                \"ReportDateTo\": \"2023-04-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797403.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACIÓN DEL MES NORMAL Mayo.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-05-01\",\n                                \"ReportDateTo\": \"2023-05-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797401.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACIÓN DEL MES COMPLEMENTARY Junio.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-06-01\",\n                                \"ReportDateTo\": \"2023-06-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797399.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACIÓN DEL MES NORMAL Junio.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-06-01\",\n                                \"ReportDateTo\": \"2023-06-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797400.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACIÓN DEL MES NORMAL Julio.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-07-01\",\n                                \"ReportDateTo\": \"2023-07-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797398.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACIÓN DEL MES NORMAL Agosto.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-08-01\",\n                                \"ReportDateTo\": \"2023-08-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797397.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACIÓN DEL MES NORMAL Septiembre.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-09-01\",\n                                \"ReportDateTo\": \"2023-09-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797396.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACIÓN DEL MES NORMAL Octubre.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-10-01\",\n                                \"ReportDateTo\": \"2023-10-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797395.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACIÓN DEL MES NORMAL Noviembre.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-11-01\",\n                                \"ReportDateTo\": \"2023-11-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797394.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2023 DECLARACIÓN DEL MES NORMAL Diciembre.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2023-12-01\",\n                                \"ReportDateTo\": \"2023-12-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797393.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2024 DECLARACIÓN DEL MES NORMAL Enero.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-01-01\",\n                                \"ReportDateTo\": \"2024-01-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797371.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2024 ACUSE DE RECIBO NORMAL.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-01-01\",\n                                \"ReportDateTo\": \"2024-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797356.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-25\",\n                                \"FileName\": \"MNR900406HF8.2024 DECLARACION DEL EJERCICIO NORMAL.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-01-01\",\n                                \"ReportDateTo\": \"2024-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2839931.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-25\",\n                                \"FileName\": \"MNR900406HF8.2024 DECLARACION DEL EJERCICIO NORMAL.xlsx\",\n                                \"FileType\": 3,\n                                \"ReportDateFrom\": \"2024-01-01\",\n                                \"ReportDateTo\": \"2024-12-31\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2839932.XLSX\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2024 DECLARACIÓN DEL MES NORMAL Febrero.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-02-01\",\n                                \"ReportDateTo\": \"2024-02-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797370.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2024 DECLARACIÓN DEL MES NORMAL Marzo.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-03-01\",\n                                \"ReportDateTo\": \"2024-03-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797369.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2024 DECLARACIÓN DEL MES NORMAL Abril.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-04-01\",\n                                \"ReportDateTo\": \"2024-04-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797368.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2024 DECLARACIÓN DEL MES NORMAL Mayo.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-05-01\",\n                                \"ReportDateTo\": \"2024-05-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797367.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2024 DECLARACIÓN DEL MES NORMAL Junio.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-06-01\",\n                                \"ReportDateTo\": \"2024-06-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797366.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2024 DECLARACIÓN DEL MES NORMAL Julio.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-07-01\",\n                                \"ReportDateTo\": \"2024-07-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797365.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2024 DECLARACIÓN DEL MES NORMAL Agosto.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-08-01\",\n                                \"ReportDateTo\": \"2024-08-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797364.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2024 DECLARACIÓN DEL MES NORMAL Septiembre.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-09-01\",\n                                \"ReportDateTo\": \"2024-09-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797363.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2024 DECLARACIÓN DEL MES NORMAL Octubre.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-10-01\",\n                                \"ReportDateTo\": \"2024-10-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797362.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2024 DECLARACIÓN DEL MES NORMAL Noviembre.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-11-01\",\n                                \"ReportDateTo\": \"2024-11-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797361.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2024 DECLARACIÓN DEL MES NORMAL Diciembre.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2024-12-01\",\n                                \"ReportDateTo\": \"2024-12-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797360.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2025 DECLARACIÓN DEL MES NORMAL Enero.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-01-01\",\n                                \"ReportDateTo\": \"2025-01-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797414.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2025 DECLARACIÓN DEL MES NORMAL Febrero.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-02-01\",\n                                \"ReportDateTo\": \"2025-02-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797413.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            },\n                            {\n                                \"CreatedAt\": \"2025-05-14\",\n                                \"FileName\": \"MNR900406HF8.2025 DECLARACIÓN DEL MES NORMAL Marzo.pdf\",\n                                \"FileType\": 1,\n                                \"ReportDateFrom\": \"2025-03-01\",\n                                \"ReportDateTo\": \"2025-03-01\",\n                                \"ReportType\": 0,\n                                \"FileLink\": \"https://criskcoprodusdiag.blob.core.windows.net/public-files/1008655168-2797412.PDF\",\n                                \"FileJson\": null,\n                                \"ReportDate\": null\n                            }\n                        ]\n                    }\n                },\n                \"companyFinancialStatement\": null\n            }\n        }\n    ]\n}"},{"id":"114fb51e-43ee-4c42-a133-318b8e0b5fd9","name":"GetApplicants","originalRequest":{"method":"GET","header":[{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"{{service-url}}/apiservice.svc/get-applicants?taxId={{tax_id}}&onboardingStatus=true&fullResponse=true","host":["{{service-url}}"],"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":"{{tax_id}}","description":"Optional: State tax id or other formal identification id"},{"key":"onboardingStatus","value":"true","description":"Optional: Upon “true”, the onboarding status will be included in the API Response. Default: “false”"},{"key":"fullResponse","value":"true","description":"Optional: Upon “true”, the full dataset of this company will be returned. Default: “false”"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"3002db3b-c4f6-47b3-8926-de4311deb5b7"},{"name":"GetApplicantsReduced","event":[{"listen":"test","script":{"id":"9c753fdd-efec-4823-a9dd-f328274be983","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert taxId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicant[0].taxId ).to.eql(pm.environment.get(\"tax_id\"));\r","});\r","\r","pm.test(\"Assert customers Grouping\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicant[0].fullResponse.customersGrouping.applicantId).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert suppliers Grouping\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicant[0].fullResponse.suppliersGrouping.applicantId).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert applicant Financial Grouping\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicant[0].fullResponse.applicantFinancialGrouping.applicantId).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert documents Data\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicant[0].fullResponse.applicantFinancialGrouping.documentsData.applicantId).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"188f5dbd-695d-4074-a159-0fa2a1dbab73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{service-url}}/apiservice.svc/get-applicants-reduced?taxId={{tax_id}}&onboardingStatus=true&fullResponse=true","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>List of all applicants</li>\n<li>Query by taxId parameter</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":{"path":["apiservice.svc","get-applicants-reduced"],"host":["{{service-url}}"],"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":""},{"description":{"content":"<p>Optional: State tax id or other formal identification id</p>\n","type":"text/plain"},"key":"taxId","value":"{{tax_id}}"},{"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":"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":"true"}],"variable":[]}},"response":[{"id":"c0700eb8-b359-4b45-88fe-380f057925b1","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":"b5a06583-6a22-42f2-8ce7-3a009cbb2217","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=ABC123456&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":"ABC123456"},{"key":"fullResponse","value":"true"},{"key":"onboardingStatus","value":"true"}]}},"status":"OK","code":200,"_postman_previewlanguage":"plain","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"}],"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            \"onboardingStatus\":\"Available\",\r\n            \"fullResponse\":[]\r\n        }\r\n    ]\r\n}"},{"id":"637e2ddc-fb65-49f9-a695-a771ed6e6e26","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=","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":"","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”","disabled":true},{"key":"fullResponse","value":null,"description":"Optional: Upon “true”, the full dataset of this company would be returned. Default: “false”","disabled":true}]}},"_postman_previewlanguage":"Text","header":[],"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":"188f5dbd-695d-4074-a159-0fa2a1dbab73"},{"name":"Get Company Structure","event":[{"listen":"test","script":{"id":"62aceeba-8719-45c1-a71f-2e5d9b77409a","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert company name exist\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.CompanyStructureList[0].CompanyName).to.exist;\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"859b6b8b-8789-4861-a70e-e6a13c4d07ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"{{api-id-tests}}","type":"text"},{"key":"apiKey","value":"{{api-key-test}}","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":"{{service-url}}/apiservice.svc/GetCompanyStructure?taxId={{tax_id}}","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":{"path":["apiservice.svc","GetCompanyStructure"],"host":["{{service-url}}"],"query":[{"key":"taxId","value":"{{tax_id}}"}],"variable":[]}},"response":[{"id":"3472b692-0518-4226-8a21-c2c55addbe42","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":"859b6b8b-8789-4861-a70e-e6a13c4d07ac"},{"name":"Get Company Tax Status","event":[{"listen":"test","script":{"id":"792b9662-0403-4b28-9c2b-d24d68a21dc6","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert CompanyTaxStatus rfc\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.CompanyTaxStatus.RFC).to.eql(pm.environment.get(\"tax_id\"));\r","});\r","\r","pm.test(\"Assert CompanyTaxStatus paying tax exist\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.CompanyTaxStatus.PayingTax).to.exist;\r","});"],"type":"text/javascript","packages":{}}}],"id":"accfadf5-d500-408a-81cb-f6a715676ae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"{{api-id-tests}}","type":"text"},{"key":"apiKey","value":"{{api-key-test}}","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":"{{service-url}}/apiservice.svc/GetCompanyTaxStatus?taxId={{tax_id}}","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":{"path":["apiservice.svc","GetCompanyTaxStatus"],"host":["{{service-url}}"],"query":[{"key":"taxId","value":"{{tax_id}}"}],"variable":[]}},"response":[{"id":"6db072b8-07f9-43cc-b2a3-366052a7e315","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":"accfadf5-d500-408a-81cb-f6a715676ae4"},{"name":"Get Historical Finscore","event":[{"listen":"test","script":{"id":"f9fa93d8-05a2-4ea8-90f8-0af9c02fce27","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert HistoricalFinscores year\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.HistoricalFinscores[0].Year).to.exist;\r","});\r","\r","pm.test(\"Assert HistoricalFinscores finscore\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.HistoricalFinscores[0].FinScore).to.exist;\r","});"],"type":"text/javascript","packages":{}}}],"id":"fe89050b-0f64-402e-96d4-99256d68f6e6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"{{api-id-tests}}","type":"text"},{"key":"apiKey","value":"{{api-key-test}}","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":"{{service-url}}/apiservice.svc/GetHistoricalFinscore?taxId={{tax_id}}","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":{"path":["apiservice.svc","GetHistoricalFinscore"],"host":["{{service-url}}"],"query":[{"key":"taxId","value":"{{tax_id}}"}],"variable":[]}},"response":[{"id":"5a6a0304-44f6-4e38-a561-0409c4127a11","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":"fe89050b-0f64-402e-96d4-99256d68f6e6"},{"name":"Get Company Tax Regimes","event":[{"listen":"test","script":{"id":"c94d33b9-cb1d-4d93-b17d-059b3a220753","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert CompanyTaxRegimes RFC\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.CompanyTaxRegimes[0].RFC).to.eql(pm.environment.get(\"tax_id\"));\r","});\r","\r","pm.test(\"Assert CompanyTaxRegimes finscore\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.CompanyTaxRegimes[0].Regime).to.exist;\r","});"],"type":"text/javascript","packages":{}}}],"id":"c5f7d231-1b0f-4c3b-ae19-2b200a8ca861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"{{api-id-tests}}","type":"text"},{"key":"apiKey","value":"{{api-key-test}}","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":"{{service-url}}/apiservice.svc/GetCompanyTaxRegimes?taxId={{tax_id}}","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":{"path":["apiservice.svc","GetCompanyTaxRegimes"],"host":["{{service-url}}"],"query":[{"key":"taxId","value":"{{tax_id}}"}],"variable":[]}},"response":[{"id":"8924aa7e-8176-4642-b2e9-68c618347ea6","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":"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    \"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":"c5f7d231-1b0f-4c3b-ae19-2b200a8ca861"},{"name":"Get Company Fiscal Details","event":[{"listen":"test","script":{"id":"2dbb9ed3-e170-45c0-b1d7-d561978e4da3","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert FiscalIdentifications\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.FiscalIdentifications).to.exist;\r","});\r","\r","pm.test(\"Assert FiscalRegisteredAddress\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.FiscalRegisteredAddress).to.exist;\r","});\r","\r","pm.test(\"Assert FiscalEconomicActivity\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.FiscalEconomicActivity).to.exist;\r","});\r","\r","pm.test(\"Assert FiscalRegimes\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.FiscalRegimes).to.exist;\r","});\r","\r","pm.test(\"Assert FiscalObligations\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.FiscalObligations).to.exist;\r","});\r","\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"fcc5275d-3c0d-4fe7-ad34-3e0348def2a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"apiId","value":"{{api-id-tests}}","type":"text"},{"key":"apiKey","value":"{{api-key-test}}","type":"text"},{"key":"Accept-Encoding","value":"gzip, deflate","type":"text"}],"url":"{{service-url}}/apiservice.svc/GetCompanyFiscalDetails?taxId={{tax_id}}","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":{"path":["apiservice.svc","GetCompanyFiscalDetails"],"host":["{{service-url}}"],"query":[{"key":"taxId","value":"{{tax_id}}"}],"variable":[]}},"response":[{"id":"f2dc6cd6-feb3-4cbd-8d66-e640915a01cd","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":"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    \"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":"fcc5275d-3c0d-4fe7-ad34-3e0348def2a8"},{"name":"Applicants Info","event":[{"listen":"prerequest","script":{"id":"9410bb48-e683-4ed1-ac71-f816b0ca9aba","exec":[""],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"3eac27f8-4349-4550-8a02-a20dabe5e106","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert name\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.name).to.exist;\r","});\r","\r","pm.test(\"Assert financials\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.financials).to.exist;\r","});\r","\r","pm.test(\"Assert blackLists\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.blackLists).to.exist;\r","});\r","\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"b6e6f389-20d5-434d-b95e-6988a396e8c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"},{"key":"Accept-Encoding","value":"gzip, deflate"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}}\r\n}"},"url":"{{service-url}}/apiservice.svc/applicantinfo","description":"<p>The endpoint will return the Applicant's business information and business financial information.</p>\n","urlObject":{"path":["apiservice.svc","applicantinfo"],"host":["{{service-url}}"],"query":[],"variable":[]}},"response":[{"id":"3a8ee037-12f9-4b60-b0fe-a51cb115336d","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":"b6e6f389-20d5-434d-b95e-6988a396e8c0"},{"name":"Customers","event":[{"listen":"test","script":{"id":"c554bf2e-082b-4650-bf26-2532b7904bec","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert customer exists in customers\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.customers[0].customerId).to.exist;\r","});\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"3c614cb2-e043-4199-908c-29a8c0c0d1f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"},{"key":"Accept-Encoding","value":"gzip"},{"key":"Content-Encoding","value":"gzip"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}}\r\n}"},"url":"{{service-url}}/apiservice.svc/customers","description":"<p>The endpoint will return the Applicant's business customers information and customers financial information.</p>\n","urlObject":{"path":["apiservice.svc","customers"],"host":["{{service-url}}"],"query":[],"variable":[]}},"response":[{"id":"7b0ec916-1479-4691-bf74-b209c712d745","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\": 560,\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":"3c614cb2-e043-4199-908c-29a8c0c0d1f5"},{"name":"Customer AR Transactions - Invoices","event":[{"listen":"test","script":{"id":"ea2244de-707c-45e1-9597-675aeb415a69","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert customer exists in invoices\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.invoices[0].customerId).to.exist;\r","});\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"b79d3a60-8776-457c-ade7-54d3e8195377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}}\r\n}"},"url":"{{service-url}}/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":{"path":["apiservice.svc","ar-transactions","invoices"],"host":["{{service-url}}"],"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":"f000bb9b-9fa9-43e8-96f5-444aafc2a823","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":"b79d3a60-8776-457c-ade7-54d3e8195377"},{"name":"Customer AR Transactions - Payments","event":[{"listen":"test","script":{"id":"9bc2d22f-9777-445e-a72a-0e37e7199f47","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert customer exists in payments\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.payments[0].customerId).to.exist;\r","});\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"89770b4b-8769-4538-8e92-cfc4596e7c65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}}\r\n}"},"url":"{{service-url}}/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":{"path":["apiservice.svc","ar-transactions","payments"],"host":["{{service-url}}"],"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":"7e8ec394-07b5-4996-bc17-e5b2c0a13804","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":"89770b4b-8769-4538-8e92-cfc4596e7c65"},{"name":"Customer AR Transactions - Credit Memo","event":[{"listen":"test","script":{"id":"00b6ecdd-c143-4758-900d-ceaaed345150","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert customer exists in creditmemos\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.creditmemos[0].customerId).to.exist;\r","});\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"ae508f05-c781-4d89-a49a-a5d246cddec0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}}\r\n}"},"url":"{{service-url}}/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":{"path":["apiservice.svc","ar-transactions","creditmemos"],"host":["{{service-url}}"],"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":"d7a23aab-0948-41ec-bd7d-0dcb29d81cb9","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":"ae508f05-c781-4d89-a49a-a5d246cddec0"},{"name":"Customers Grouping","event":[{"listen":"test","script":{"id":"7edb12f6-c757-4fc9-ab86-737356ad336c","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert customer exists in customers\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.customers[0].customerId).to.exist;\r","});\r","\r","pm.test(\"Assert customer exists in invoices\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.invoices[0].customerId).to.exist;\r","});\r","\r","pm.test(\"Assert customer exists in payments\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.payments[0].customerId).to.exist;\r","});\r","\r","pm.test(\"Assert customer exists in creditmemos\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.creditmemos[0].customerId).to.exist;\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"6883bc75-fc0b-4aa8-bddb-4f875929a092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}}\r\n}"},"url":"{{service-url}}/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":{"path":["apiservice.svc","grouping","customers"],"host":["{{service-url}}"],"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":"0dbcfadd-a791-45ea-aa52-9d41c742c3d6","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\": 560,\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":"6883bc75-fc0b-4aa8-bddb-4f875929a092"},{"name":"Suppliers","event":[{"listen":"test","script":{"id":"046647fb-58f9-42ce-82f7-a538a4344f3c","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert supplier exists in suppliers\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.suppliers[0].supplierId).to.exist;\r","});\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"d2906db5-5e4e-4ef5-a6e3-41922e79d23a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}}\r\n}"},"url":"{{service-url}}/apiservice.svc/suppliers","description":"<p>The endpoint will return the Applicant's business suppliers' information and financial information.</p>\n","urlObject":{"path":["apiservice.svc","suppliers"],"host":["{{service-url}}"],"query":[],"variable":[]}},"response":[{"id":"e7d1440b-d275-4c79-b49c-d165f02de81c","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":"d2906db5-5e4e-4ef5-a6e3-41922e79d23a"},{"name":"Supplier AP Transactions - Supplier Invoices","event":[{"listen":"test","script":{"id":"d974fb3c-51ca-4f12-b7dd-dbee1369ff9c","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert supplier exists in invoices\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.invoices[0].supplierId).to.exist;\r","});\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"4ff3e84b-81c5-421a-88e8-ee232b9c1281","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}}\r\n\t\r\n}"},"url":"{{service-url}}/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":{"path":["apiservice.svc","ap-transactions","invoices"],"host":["{{service-url}}"],"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":"6c4238e8-da41-42ad-8545-da279d47e6f2","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":"4ff3e84b-81c5-421a-88e8-ee232b9c1281"},{"name":"Supplier AP Transactions - Supplier Payments","event":[{"listen":"test","script":{"id":"6280aea1-d0e2-449f-9ac0-910fc73855e2","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert supplier exists in payments\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.payments[0].supplierId).to.exist;\r","});\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"da59f982-5b38-41f2-8add-4389e19b19e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}}\r\n\t\r\n}"},"url":"{{service-url}}/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":{"path":["apiservice.svc","ap-transactions","payments"],"host":["{{service-url}}"],"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":"9428c917-91e4-4525-ace7-2f5c74d14609","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":"da59f982-5b38-41f2-8add-4389e19b19e2"},{"name":"Supplier AP Transactions - Supplier Credit Memo","event":[{"listen":"test","script":{"id":"42e9982c-a96f-43ec-b0c4-39f9db47a30d","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert supplier exists in creditmemos\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.creditmemos[0].supplierId).to.exist;\r","});\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"4cce81e1-d631-4d26-85bb-9e58acc9742c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}}\r\n\t\r\n}"},"url":"{{service-url}}/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":{"path":["apiservice.svc","ap-transactions","creditmemos"],"host":["{{service-url}}"],"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":"7c8fb935-cf95-42b9-9d1a-cf309a1960c3","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":"4cce81e1-d631-4d26-85bb-9e58acc9742c"},{"name":"Supplier AP Transactions - Expenses","event":[{"listen":"test","script":{"id":"e098f204-1731-406c-8b23-5c01acd45ea5","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert expenseId exists in expenses\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.expenses[0].expenseId).to.exist;\r","});\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"efbceda3-a037-46c2-a429-8a9b82070b64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}}\r\n\t\r\n}"},"url":"{{service-url}}/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":{"path":["apiservice.svc","ap-transactions","expenses"],"host":["{{service-url}}"],"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":"0992c877-7e94-448a-949e-c5611b542b3a","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":"efbceda3-a037-46c2-a429-8a9b82070b64"},{"name":"Suppliers Grouping","event":[{"listen":"test","script":{"id":"05673685-785f-4bb8-afa4-6722abbf10eb","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert supplier exists in suppliers\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.suppliers[0].supplierId).to.exist;\r","});\r","\r","pm.test(\"Assert supplier exists in invoices\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.invoices[0].supplierId).to.exist;\r","});\r","\r","pm.test(\"Assert supplier exists in payments\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.payments[0].supplierId).to.exist;\r","});\r","\r","pm.test(\"Assert supplier exists in creditmemos\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.creditmemos[0].supplierId).to.exist;\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"3d48ebd7-fc5d-47e1-b1f2-65efd9e7888f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}}\r\n}"},"url":"{{service-url}}/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":{"path":["apiservice.svc","grouping","suppliers"],"host":["{{service-url}}"],"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":"f80ea8c0-3a28-420a-a4e3-facf649c742e","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":"3d48ebd7-fc5d-47e1-b1f2-65efd9e7888f"},{"name":"Financial Report - Row Data - Balance Sheet","event":[{"listen":"test","script":{"id":"b649005a-bd28-4f15-adf5-93db62cc8d59","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert type exists in reports\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.reports[0].type).to.exist;\r","});\r","\r","pm.test(\"Assert financialYear\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.reports[0].financialYear).to.eql(\"PreviousFinancialYearEnd\");\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"a647b5bd-5814-42e8-948e-4fe1acdc28a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}},\r\n\t\"financialYear\": \"PreviousFinancialYearEnd\"\r\n}"},"url":"{{service-url}}/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:<br />Current, FinancialYearEnd, PreviousFinancialYearEnd.</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":{"path":["apiservice.svc","financialreports","rowdata","balancesheet"],"host":["{{service-url}}"],"query":[],"variable":[]}},"response":[{"id":"c712f892-8c50-42dd-aac1-4c39fe3b85b4","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":"a647b5bd-5814-42e8-948e-4fe1acdc28a5"},{"name":"Financial Report - Row Data - Profit and Loss","event":[{"listen":"test","script":{"id":"566d64f6-9c5b-41bb-8d0a-2b56c91427dc","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert type exists in reports\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.reports[0].type).to.exist;\r","});\r","\r","pm.test(\"Assert financialYear\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.reports[0].financialYear).to.eql(\"PreviousFinancialYearEnd\");\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"33adc778-40e8-4eb5-83e5-e21b77002467","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}},\r\n\t\"financialYear\": \"PreviousFinancialYearEnd\"\r\n}"},"url":"{{service-url}}/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</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":{"path":["apiservice.svc","financialreports","rowdata","profitandloss"],"host":["{{service-url}}"],"query":[],"variable":[]}},"response":[{"id":"2796968a-6aa2-4d70-85d0-3582b1edd0e6","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":"33adc778-40e8-4eb5-83e5-e21b77002467"},{"name":"Financial Report - Standard - Balance Sheet","event":[{"listen":"test","script":{"id":"93e79d08-3226-4000-8482-576c5dac789f","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id-reports\"));\r","});\r","\r","pm.test(\"Assert type exists in reports\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.reports[0].type).to.exist;\r","});\r","\r","pm.test(\"Assert financialYear\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.reports[0].financialYear).to.eql(\"FinancialYearEnd\");\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"52a80ee5-c29c-41fc-bfbe-6e237ba1bcc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id-reports}},\r\n    \"financialYear\": \"FinancialYearEnd\"\r\n}"},"url":"{{service-url}}/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.</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":{"path":["apiservice.svc","financialreports","standard","balancesheet"],"host":["{{service-url}}"],"query":[],"variable":[]}},"response":[{"id":"41199aaf-cc91-431f-ad69-31ed15a5a31e","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":"52a80ee5-c29c-41fc-bfbe-6e237ba1bcc6"},{"name":"Financial Report - Standard - Profit and Loss","event":[{"listen":"test","script":{"id":"2340fcc0-dc2b-4a1b-a2e6-20096c1d2aa9","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id-reports\"));\r","});\r","\r","pm.test(\"Assert type exists in reports\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.reports[0].type).to.exist;\r","});\r","\r","pm.test(\"Assert financialYear\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.reports[0].financialYear).to.eql(\"FinancialYearEnd\");\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"e9317c6b-35c1-4394-b984-0fd5379c583a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id-reports}},\r\n    \"financialYear\": \"FinancialYearEnd\"\r\n}"},"url":"{{service-url}}/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.</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":{"path":["apiservice.svc","financialreports","standard","profitandloss"],"host":["{{service-url}}"],"query":[],"variable":[]}},"response":[{"id":"f04372ad-a25f-4254-b5a0-654f91caf0c8","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":"e9317c6b-35c1-4394-b984-0fd5379c583a"},{"name":"Financial Report - Documents","event":[{"listen":"test","script":{"id":"5f8ab67a-7045-485c-aa1c-82b2dc09f655","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert FileName exists in documents\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.documents[0].FileName).to.exist;\r","});\r","\r","pm.test(\"Assert FileLink exists in documents\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.documents[0].FileLink).to.exist;\r","});\r",""],"type":"text/javascript","packages":{}}}],"id":"fdcc078d-2389-46e6-81c5-70b3e83d1e8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}},\r\n    \"csvInJson\":false\r\n}"},"url":"{{service-url}}/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":{"path":["apiservice.svc","Documents"],"host":["{{service-url}}"],"query":[],"variable":[]}},"response":[{"id":"169a8402-3b6f-464a-9606-4d685d8a8fa6","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":"Text","header":[],"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":"fdcc078d-2389-46e6-81c5-70b3e83d1e8f"},{"name":"Applicant Financials Grouping","event":[{"listen":"test","script":{"id":"36923112-4402-44d5-bc1c-f04392063b0b","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert rowDataReports\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.rowDataReports).to.exist    \r","});\r","\r","pm.test(\"Assert standardReports\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.standardReports).to.exist    \r","});\r","\r","pm.test(\"Assert documents Data\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.documentsData.documents).to.exist    \r","});\r","\r",""],"type":"text/javascript","packages":{}}}],"id":"76e0d2fb-31b5-4c28-8bbd-8e166d412fe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}}\r\n}"},"url":"{{service-url}}/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":{"path":["apiservice.svc","grouping","applicant-financials"],"host":["{{service-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"76e0d2fb-31b5-4c28-8bbd-8e166d412fe4"},{"name":"Update Status","event":[{"listen":"test","script":{"id":"c9347a09-c0a9-41a5-9c81-1cce98a98541","exec":["pm.test(\"Status code is 200\", function () {\r","    pm.response.to.have.status(200);\r","});\r","\r","pm.test(\"Assert applicantId\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.applicantId ).to.eql(pm.environment.get(\"business-id\"));\r","});\r","\r","pm.test(\"Assert currentStatus\", function () {\r","    var jsonData = pm.response.json();\r","    pm.expect(jsonData.currentStatus ).to.eql(\"Approved\");\r","});"],"type":"text/javascript","packages":{}}}],"id":"bc005b38-dc9e-45e5-bfdf-2d83c1365c90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"apiId","value":"{{api-id-tests}}"},{"key":"apiKey","value":"{{api-key-test}}"}],"body":{"mode":"raw","raw":"{\r\n\t\"applicantId\": {{business-id}},\r\n\t\"status\": \"Approved\"\r\n}"},"url":"{{service-url}}/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":{"path":["apiservice.svc","applicant-status"],"host":["{{service-url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bc005b38-dc9e-45e5-bfdf-2d83c1365c90"}],"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"df867e4d-2d82-45c7-8fa6-d773dde81dda"}},{"listen":"test","script":{"type":"text/javascript","exec":[""],"id":"c620b9a3-ea3d-4421-b58d-80acba2caed7"}}],"variable":[{"key":"client-api-key","value":""},{"key":"client-api-id","value":""}]}