{"info":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","description":"<html><head></head><body><p>Documentación de la API de SUMMAR para sincronizar los movimientos y poder presentar los distintos impuestos que ofrece Taxor.</p>\n<h1 id=\"versiones\"><strong>🔢 Versiones</strong></h1>\n<ul>\n<li>v1.0: 01/06/2025 - Versión inicial</li>\n</ul>\n<h1 id=\"pruebas-de-la-api\"><strong>🧪 Pruebas de la API</strong></h1>\n<p>Para probar las diferentes funciones, con el botón \"Run in Postman\" se pueden probar las funciones en la aplicación de Windows de Postman o directamente en un navegador, y allí se pueden informar las variables y ejecutar cada función para ver el resultado.</p>\n<p>Los pasos a seguir utilizando la API serian:</p>\n<ol>\n<li><p><strong>GET companies (Requerido)</strong>: Para obtener el <strong>\"id\"</strong> de vuestra empresa en Taxor para llamar a todos los \"Endpoints\".</p>\n</li>\n<li><p><strong>POST taxCompanies (Requerido)</strong>: Para crear las empresas en Taxor para presentar los impuestos de estas empresas.</p>\n</li>\n<li><p><strong>Acceder a Taxor:</strong> Acabar de configurar las empresas, actividades, servicios, inmuebles, etc.. para presentar los impuestos</p>\n</li>\n<li><p><strong>POST vatSetups (Requerido)</strong>: Para crear las configuraciones de IVA y configurar las casillas para los distintos impuestos a presentar.</p>\n</li>\n<li><p><strong>POST withholdingSetups (Opcional):</strong> Para crear las configuraciones de las retenciones y configurar los modelos, claves, subclaves y métodos.</p>\n</li>\n</ol>\n<p>Ya podemos sincronizar los movimientos con Taxor!</p>\n<h1 id=\"variables-de-la-api\"><strong>⚙️ Variables de la API</strong></h1>\n<p>Antes de ejecutar los endpoints, asegúrate de definir las siguientes variables a nivel de \"Environment\":</p>\n<ul>\n<li><p>{{CompanId}}: \"id\" de la empresa sistema de Suasor. Necesario para cualquier integración/consulta.</p>\n</li>\n<li><p>{{baseUrl}}: URL base de la API (ej. \"<a href=\"https://clientUrl:7048/services\">https://cliente.taxor.es\"</a>)</p>\n</li>\n<li><p>{{user}}: Usuario proporcionado por Summar para poder consumir la API.</p>\n</li>\n<li><p>{{password}}: Contraseña del usuario proporcionado por Summar para poder consumir la API.</p>\n</li>\n<li><p>{{taxCompanyId}}: Empresa de Taxor donde sincronizar los movimientos.</p>\n</li>\n</ul>\n<h1 id=\"consejos-practicos\"><strong>💡 Consejos prácticos</strong></h1>\n<p><strong>Recomendaciones:</strong></p>\n<ul>\n<li>Sincronización continua, cada cierto tiempo sincronizar los movimientos de IVA, Retenciones y Saldos.</li>\n</ul>\n<p><strong>Ayudas:</strong></p>\n<ul>\n<li><p>Utilizar los endpoints \"metadata\" y/o \"metadata schemaversion\" para tener más información sobre los distintos endpoints</p>\n</li>\n<li><p>Documentación oficial de OData:</p>\n<ul>\n<li><p><a href=\"https://www.odata.org/getting-started/basic-tutorial/\">https://www.odata.org/getting-started/basic-tutorial/</a></p>\n</li>\n<li><p><a href=\"https://learn.microsoft.com/es-es/dynamics365/business-central/dev-itpro/developer/devenv-connect-apps-filtering\">Using filters with API/OData calls - Business Central | Microsoft Learn</a></p>\n</li>\n</ul>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"🔢 Versiones","slug":"versiones"},{"content":"🧪 Pruebas de la API","slug":"pruebas-de-la-api"},{"content":"⚙️ Variables de la API","slug":"variables-de-la-api"},{"content":"💡 Consejos prácticos","slug":"consejos-practicos"}],"owner":"54161999","collectionId":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","publishedId":"2sBYB1M7hk","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-09-16T08:07:24.000Z"},"item":[{"name":"🏢 Company","item":[{"name":"⚙️ System Company","item":[{"name":"companies","id":"4e0d1075-b4e2-4f60-986f-13e5361a59ac","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies","description":"<p>Devuelve la información de las empresas de sistema de Taxor.</p>\n<p>Definición campos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo Campo</th>\n<th>Descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GUID</td>\n<td>\"id\" de la empresa de sistema de Taxor</td>\n</tr>\n<tr>\n<td>systemVersion</td>\n<td>String</td>\n<td>Versión sistema</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String[30]</td>\n<td>Nombre empresa</td>\n</tr>\n<tr>\n<td>displayName</td>\n<td>String[250]</td>\n<td>Nombre empresa a mostrar en Taxor</td>\n</tr>\n<tr>\n<td>businessProfileId</td>\n<td>String[250]</td>\n<td>\"id\" del perfil de negocio de la empresa</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7f922d59-3b74-47bc-9f77-15ac2a629b41","name":"Get Companies","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"50c8aa79-24fd-4641-9b55-fd1c4ba32003"},{"key":"Date","value":"Thu, 23 May 2024 13:15:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies\",\n    \"value\": [\n        {\n            \"id\": \"GUID\",\n            \"systemVersion\": \"String\",\n            \"name\": \"String\",\n            \"displayName\": \"String\",\n            \"businessProfileId\": \"String\"\n        }\n    ]\n}"}],"_postman_id":"4e0d1075-b4e2-4f60-986f-13e5361a59ac"}],"id":"c72977e0-056b-4c38-bdd6-37e6d75f910d","description":"<p>Representa las empresas de sistema de Taxor.</p>\n","_postman_id":"c72977e0-056b-4c38-bdd6-37e6d75f910d","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}}},{"name":"⚙️ Setup","item":[{"name":"realEstates","event":[{"listen":"test","script":{"exec":[""],"type":"text/javascript","packages":{},"id":"0d08855d-e26d-4e72-97a4-ad2a30cb77a9"}}],"id":"af615bef-a176-40da-a35a-18a09be76271","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies({{companyId}})/realEstates","description":"<p>Devuelve los inmuebles de todas las empresas de Taxor para presentar impuestos.</p>\n<p>Mirar ejemplos para poder recuperar los inmuebles de una empresa.</p>\n<p>Definición campos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th><strong>Tipo Campo</strong></th>\n<th>Descripción</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GUID</td>\n<td>Identificador registro</td>\n</tr>\n<tr>\n<td>taxCompanyId</td>\n<td>GUID</td>\n<td>\"Id\" empresa donde está creado el inmueble</td>\n</tr>\n<tr>\n<td>taxCompanyCode</td>\n<td>String[9]</td>\n<td>Código empresa donde esta creado el inmueble</td>\n</tr>\n<tr>\n<td>realEstateCode</td>\n<td>String[4]</td>\n<td>Código inmueble</td>\n</tr>\n<tr>\n<td>realEstateType</td>\n<td>String</td>\n<td>Tipo de inmueble</td>\n</tr>\n<tr>\n<td>addressType</td>\n<td>String[2]</td>\n<td>Tipo dirección inmueble</td>\n</tr>\n<tr>\n<td>address</td>\n<td>String[40]</td>\n<td>Dirección inmueble</td>\n</tr>\n<tr>\n<td>portal</td>\n<td>String[4]</td>\n<td>Portal dirección inmueble</td>\n</tr>\n<tr>\n<td>stairs</td>\n<td>String[4]</td>\n<td>Escalera dirección inmueble</td>\n</tr>\n<tr>\n<td>floor</td>\n<td>String[4]</td>\n<td>Planta dirección inmueble</td>\n</tr>\n<tr>\n<td>door</td>\n<td>String[4]</td>\n<td>Puerta dirección inmueble</td>\n</tr>\n<tr>\n<td>city</td>\n<td>String[30]</td>\n<td>Ciudad inmueble</td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>String[10]</td>\n<td>Código postal inmueble</td>\n</tr>\n<tr>\n<td>county</td>\n<td>String[30]</td>\n<td>Provincia inmueble</td>\n</tr>\n<tr>\n<td>country</td>\n<td>String[30]</td>\n<td>País inmueble</td>\n</tr>\n<tr>\n<td>cadastralReference</td>\n<td>String[25]</td>\n<td>Referencia catastral inmueble</td>\n</tr>\n<tr>\n<td>createdOn</td>\n<td>DateTime</td>\n<td>Fecha y hora creación</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String[50]</td>\n<td>Usuario creación</td>\n</tr>\n<tr>\n<td>modifiedOn</td>\n<td>DateTime</td>\n<td>Fecha y hora última modificación</td>\n</tr>\n<tr>\n<td>modifiedBy</td>\n<td>String[50]</td>\n<td>Usuario última modificación</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","realEstates"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3fcfd81f-357d-4a8d-89da-8c8b8d205469","name":"Get Real Estates","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/realEstates"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"658b345b-219f-4a80-94d1-9efc42fff38d"},{"key":"Date","value":"Thu, 23 May 2024 14:01:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/realEstates\",\n    \"value\": [\n        {\n            \"id\": \"GUID\",\n            \"taxCompanyId\": \"GUID\",\n            \"taxCompanyCode\": \"String\",\n            \"realEstateCode\": \"String\",\n            \"realEstateType\": \"String\",\n            \"addressType\": \"String\",\n            \"address\": \"String\",\n            \"portal\": \"String\",\n            \"stairs\": \"String\",\n            \"floor\": \"String\",\n            \"door\": \"String\",\n            \"city\": \"String\",\n            \"postalCode\": \"String\",\n            \"county\": \"String\",\n            \"country\": \"String\",\n            \"cadastralReference\": \"String\",\n            \"createdOn\": \"DateTime\",\n            \"createdBy\": \"String\",\n            \"modifiedOn\": \"DateTime\",\n            \"modifiedBy\": \"String\"\n        }\n    ]\n}"},{"id":"6daf95c5-6b12-4c03-8143-92bb037c3078","name":"Get Real Estates by taxCompanyId","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/v1.0/companies({{companyId}})/realEstates?$filter=taxCompanyId eq {{taxCompanyId}}","host":["{{baseUrl}}"],"path":["v1.0","companies({{companyId}})","realEstates"],"query":[{"key":"$filter","value":"taxCompanyId eq {{taxCompanyId}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"421f793b-ddc3-4bfe-b13b-b478c9b0f58d"},{"key":"Date","value":"Thu, 23 May 2024 14:03:56 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/realEstates\",\n    \"value\": [\n        {\n            \"id\": \"GUID\",\n            \"taxCompanyId\": \"GUID\",\n            \"taxCompanyCode\": \"String\",\n            \"realEstateCode\": \"String\",\n            \"realEstateType\": \"String\",\n            \"addressType\": \"String\",\n            \"address\": \"String\",\n            \"portal\": \"String\",\n            \"stairs\": \"String\",\n            \"floor\": \"String\",\n            \"door\": \"String\",\n            \"city\": \"String\",\n            \"postalCode\": \"String\",\n            \"county\": \"String\",\n            \"country\": \"String\",\n            \"cadastralReference\": \"String\",\n            \"createdOn\": \"DateTime\",\n            \"createdBy\": \"String\",\n            \"modifiedOn\": \"DateTime\",\n            \"modifiedBy\": \"String\"\n        }\n    ]\n}"}],"_postman_id":"af615bef-a176-40da-a35a-18a09be76271"}],"id":"613e9a35-5875-4528-8d67-771a9861a2ba","description":"<p>Endpoints que devuelven información maestra creada en Taxor.</p>\n","_postman_id":"613e9a35-5875-4528-8d67-771a9861a2ba","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}}},{"name":"⚙️ VAT Setup","item":[{"name":"vatSetups","event":[{"listen":"prerequest","script":{"exec":["const randomNumber = 'NAC_' + _.random(1,99999).toString() + '|IVA21'\r","pm.environment.set(\"vatSetupCode\", randomNumber);"],"type":"text/javascript","packages":{},"id":"40e4fe9f-daa4-4f37-8966-da84163de4e2"}},{"listen":"test","script":{"exec":["let response = pm.response.json();\r","pm.environment.set(\"vatSetupId\", response.id);"],"type":"text/javascript","packages":{},"id":"3afab221-5810-4c6c-a805-8df231b32d8a"}}],"id":"8613b952-f74b-44fd-9903-8d727d1b0aa8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vatDefinition\": \"{{vatSetupCode}}\",\r\n    \"calculationType\": \"0\",\r\n    \"vatPct\": 21.0,\r\n    \"ecPct\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies({{companyId}})/vatSetups","description":"<p>Crear configuración de IVA de Taxor. En caso de que ya exista el \"vatDefinition\" se actualiza el registro existente.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","vatSetups"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"ebc8c2c2-b81b-427e-9cbb-36b3abcf8d58","name":"Create VAT Setup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"vatDefinition\": \"NAC_1|IVA21\",\r\n    \"calculationType\": \"0\",\r\n    \"vatPct\": 21,\r\n    \"ecPct\": 0\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies({{companyId}})/vatSetups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Location","value":"http://vm-suasorbc14.marjinsa.es:888/TAX_CLOUD_BC14_USER/api/summar/taxor/v1.0/companies(61f2ae01-1d19-4853-bd7f-d5e529bf6591)/vatSetups(43beac63-19d5-4d63-9fa2-033952f61346)"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"a55304c5-1404-4fd0-8f60-0913bf87191f"},{"key":"Date","value":"Thu, 23 May 2024 14:30:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/vatSetups/$entity\",\n    \"id\": \"GUID\",\n    \"vatDefinition\": \"String\",\n    \"calculationType\": \"String\",\n    \"vatPct\": \"Decimal\",\n    \"ecPct\": \"Decimal\",\n    \"createdOn\": \"DateTime\",\n    \"createdBy\": \"String\",\n    \"modifiedOn\": \"DateTime\",\n    \"modifiedBy\": \"String\"\n}"}],"_postman_id":"8613b952-f74b-44fd-9903-8d727d1b0aa8"},{"name":"vatSetups","id":"092d76eb-19f6-45ff-9a56-66544bb62e76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/vatSetups","description":"<p>Devuelve la lista de configuraciones de IVA de todas las empresas creadas en Taxor.</p>\n<p>Mirar ejemplos para saber como recuperar una configuración de IVA a partir de su \"id\".</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","vatSetups"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"18d50960-6910-4999-8c0a-6b7d649caddd","name":"Get VAT Setups","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/vatSetups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"3c1cbda1-ebf5-4b74-83d5-4afbc8615875"},{"key":"Date","value":"Thu, 23 May 2024 14:38:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/vatSetups\",\n    \"value\": [\n        {\n            \"id\": \"GUID\",\n            \"vatDefinition\": \"String\",\n            \"calculationType\": \"String\",\n            \"vatPct\": \"Decimal\",\n            \"ecPct\": \"Decimal\",\n            \"createdOn\": \"DateTime\",\n            \"createdBy\": \"String\",\n            \"modifiedOn\": \"DateTime\",\n            \"modifiedBy\": \"String\"\n        }\n    ]\n}"},{"id":"0bcbe0ac-0b29-4ccb-892b-795f9042c8a4","name":"Get VAT Setup by Id","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/vatSetups({{vatSetupId}})"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"36d6a992-8a74-4865-bb79-49d15ee95b6e"},{"key":"Date","value":"Thu, 23 May 2024 14:43:16 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/vatSetups/$entity\",\n    \"id\": \"GUID\",\n    \"vatDefinition\": \"String\",\n    \"calculationType\": \"String\",\n    \"vatPct\": \"Decimal\",\n    \"ecPct\": \"Decimal\",\n    \"createdOn\": \"DateTime\",\n    \"createdBy\": \"String\",\n    \"modifiedOn\": \"DateTime\",\n    \"modifiedBy\": \"String\"\n}"}],"_postman_id":"092d76eb-19f6-45ff-9a56-66544bb62e76"},{"name":"vatSetups","id":"0dad4d59-5c35-4cd4-9bef-73553f55b1ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"If-Match","value":"*"}],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/vatSetups({{vatSetupId}})","description":"<p>Elimina la configuración de IVA de Taxor a partir de su \"id\".</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","vatSetups({{vatSetupId}})"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"364ed5c6-0385-4d3f-b01c-c1c4f1045869","name":"Delete VAT Setup","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/vatSetups({{vatSetupId}})"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"0dad4d59-5c35-4cd4-9bef-73553f55b1ca"}],"id":"283f0264-5096-4d11-8276-b1f7cde053b5","description":"<p>Representa las configuraciones de IVA de Taxor para presentar los impuestos 303/390, 347 y 349.</p>\n<p>Definición campos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo</strong></th>\n<th><strong>Tipo Campo</strong></th>\n<th><strong>Descripción</strong></th>\n<th><strong>Comentarios</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GUID</td>\n<td>Identificador registro</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>vatDefinition</td>\n<td>String[100]</td>\n<td>Código identificativo del grupo de IVA</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>calculationType</td>\n<td>String</td>\n<td>Indica el tipo de IVA, es informativo, no aplica en TAXOR, las opciones son \"0 - Normal\", \"1 - Reversion\", \"2 - Total\", \"3 - Impuesto Venta\", \"4 - No Sujeto\" y \"5 - \" \"\".</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>vatPct</td>\n<td>Decimal</td>\n<td>Porcentaje IVA</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>ecPct</td>\n<td>Decimal</td>\n<td>Porcentaje Recargo</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>createdOn</td>\n<td>DateTime</td>\n<td>Fecha creación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String[50]</td>\n<td>Usuario creación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>modifiedOn</td>\n<td>DateTime</td>\n<td>Fecha última modificación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>modifiedBy</td>\n<td>String[50]</td>\n<td>Usuario última modificación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"283f0264-5096-4d11-8276-b1f7cde053b5","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}}},{"name":"⚙️ Withholding Setup","item":[{"name":"withholdingSetups","event":[{"listen":"prerequest","script":{"exec":["const randomNumber = 'RET_' + _.random(1,9999999).toString() + '|R15'\r","pm.environment.set(\"withholdingDefinition\", randomNumber);"],"type":"text/javascript","packages":{},"id":"5df4b169-c29e-4cbd-b4a6-bfc0a51f8b09"}},{"listen":"test","script":{"exec":["let response = pm.response.json();\r","pm.environment.set(\"withholdingDefinitionId\", response.id);"],"type":"text/javascript","packages":{},"id":"8c7ebe1a-684a-44c2-a844-19e5347a0567"}}],"id":"613f1ad2-b19e-4ac2-9280-728d1bc2202f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"withholdingDefinition\": \"{{withholdingDefinition}}\",\r\n    \"calculationType\": \"0\",\r\n    \"withholdingPct\": 15\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdingSetups","description":"<p>Crear configuración de retención de Taxor. En caso de que ya exista el \"withholdingDefinition\" se actualiza el registro existente.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","withholdingSetups"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e76ea47b-f5bb-4e82-9410-cc4a3f7e85ea","name":"Create Withholding Setup","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"withholdingDefinition\": \"RETENCION|RET15\",\r\n    \"calculationType\": \"0\",\r\n    \"withholdingPct\": 15\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdingSetups"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Location","value":"http://vm-suasorbc14.marjinsa.es:888/TAX_CLOUD_BC14_USER/api/summar/taxor/v1.0/companies(61f2ae01-1d19-4853-bd7f-d5e529bf6591)/withholdingSetups(c812eb23-7e9f-46c7-be5f-c928b7159011)"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"64391173-beb0-4746-a28b-1e4d78eaa6d3"},{"key":"Date","value":"Mon, 21 Oct 2024 16:02:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/withholdingSetups/$entity\",\n    \"id\": \"GUID\",\n    \"withholdingDefinition\": \"String\",\n    \"calculationType\": \"String\",\n    \"withholdingPct\": \"Decimal\",\n    \"createdOn\": \"DateTime\",\n    \"createdBy\": \"String\",\n    \"modifiedOn\": \"DateTime\",\n    \"modifiedBy\": \"String\"\n}"}],"_postman_id":"613f1ad2-b19e-4ac2-9280-728d1bc2202f"},{"name":"withholdingSetups","id":"c8064195-2efb-46ff-9452-b992823525c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdingSetups","description":"<p>Devuelve la lista de configuraciones de retención de todas las empresas creadas en Taxor.</p>\n<p>Mirar ejemplos para saber como recuperar una configuración de retención a partir de su \"id\".</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","withholdingSetups"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"7086ccc1-6c57-4577-9bd1-512b36272c75","name":"Get Withholding Setups","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdingSetups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"f6cc89a3-879f-4691-ba6a-25052a81f1e0"},{"key":"Date","value":"Mon, 21 Oct 2024 16:10:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/withholdingSetups/$entity\",\n    \"value\": [\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1lJU3NjYVRqdmk3T21MUXhXTGprUWU3S3I4L1dUVnM2ZDkrWHJTWW1rL0k9MTswMDsn\\\"\",\n            \"id\": \"GUID\",\n            \"withholdingDefinition\": \"String\",\n            \"calculationType\": \"String\",\n            \"withholdingPct\": \"Decimal\",\n            \"createdOn\": \"DateTime\",\n            \"createdBy\": \"String\",\n            \"modifiedOn\": \"DateTime\",\n            \"modifiedBy\": \"String\"\n        }\n    ]\n}"},{"id":"3a5e4b3e-a976-4dc1-81d2-186ea1199127","name":"Get Withholding Setup by Id","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdingSetups({{withholdingDefinitionId}})"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"9111ce55-57ed-4549-8f7d-7b72b9c9c77c"},{"key":"Date","value":"Mon, 21 Oct 2024 16:19:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/withholdingSetups/$entity\",\n    \"value\": [\n        {\n            \"id\": \"GUID\",\n            \"withholdingDefinition\": \"String\",\n            \"calculationType\": \"String\",\n            \"withholdingPct\": \"Decimal\",\n            \"createdOn\": \"DateTime\",\n            \"createdBy\": \"String\",\n            \"modifiedOn\": \"DateTime\",\n            \"modifiedBy\": \"String\"\n        }"}],"_postman_id":"c8064195-2efb-46ff-9452-b992823525c5"},{"name":"withholdingSetups","id":"66f14175-d6a9-41d0-b0a6-69e00ab02185","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdingSetups({{withholdingDefinitionId}})","description":"<p>Elimina la configuración de retención de Taxor a partir de su \"id\".</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","withholdingSetups({{withholdingDefinitionId}})"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"cf3bed6f-1c9f-4b1f-9146-957594c2e753","name":"Delete Withholding Setup","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdingSetups({{withholdingDefinitionId}})"},"status":"No Content","code":204,"_postman_previewlanguage":"plain","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"21c0f765-f4e6-4fed-b652-9231db43af67"},{"key":"Date","value":"Mon, 21 Oct 2024 16:37:21 GMT"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"66f14175-d6a9-41d0-b0a6-69e00ab02185"}],"id":"0b5d3979-5c9e-463a-a73f-ccae2a4bdb15","description":"<p>Representa la configuración de las retenciones para presentar los impuestos 111/190, 115/180, 123/193. 216/296. El modelo, clave, subclave y método de retención se configuran en Taxor.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th>Tipo Campo</th>\n<th>Descripción</th>\n<th>Comentarios</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GUID</td>\n<td>Identificador registro</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>withholdingDefinition</td>\n<td>String[20]</td>\n<td>Código identificativo del tipo de retención</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>calculationType</td>\n<td>String</td>\n<td>Indica el tipo de calculo de la retención, no aplica en TAXOR, las opciones son \"0\" (Importe base) o \"1\" (Importe base + IVA)</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>withholdingPct</td>\n<td>Decimal</td>\n<td>Porcentaje retención</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>withholdingModel</td>\n<td>String</td>\n<td>Modelo retención, las opciones son \"1 - M-115/180\", \"2 - M-111/190\", \"3 - M-216/296\" y \"4 - M-123/193\".</td>\n<td>(No modificable)</td>\n</tr>\n<tr>\n<td>withholdingKey</td>\n<td>String</td>\n<td>Clave retención.</td>\n<td>(No modificable)</td>\n</tr>\n<tr>\n<td>withholdingSubKey</td>\n<td>String</td>\n<td>Subclave retención.</td>\n<td>(No modificable)</td>\n</tr>\n<tr>\n<td>withholdingType</td>\n<td>String</td>\n<td>Método retención, las opciones son \"0 - Dineraria\" y \"1 - En especies\".</td>\n<td>(No modificable)</td>\n</tr>\n<tr>\n<td>createdOn</td>\n<td>String[50]</td>\n<td>Fecha creación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>DateTime</td>\n<td>Usuario creación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>modifiedOn</td>\n<td>String[50]</td>\n<td>Fecha última modificación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>modifiedBy</td>\n<td>DateTime</td>\n<td>Usuario última modificación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"0b5d3979-5c9e-463a-a73f-ccae2a4bdb15","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}}},{"name":"🏢 Tax Companies","item":[{"name":"taxCompanies","event":[{"listen":"test","script":{"exec":["let response = pm.response.json();\r","pm.environment.set(\"taxCompanyId\", response.id);\r","pm.environment.set(\"taxCompanyCode\", response.taxCompanyCode);\r","pm.environment.set(\"vatRegistrationNo\", response.vatRegistrationNo);\r","\r",""],"type":"text/javascript","packages":{},"id":"132373ff-ad93-47fb-9a7e-234f5af4abc3"}},{"listen":"prerequest","script":{"exec":["const randomNumber = _.random(10000000,99999999);\r","const controlLetters = \"TRWAGMYFPDXBNJZSQVHLCKE\";\r","const controlLetter = controlLetters[randomNumber % 23];\r","const nif = randomNumber.toString() + controlLetter;\r","\r","pm.environment.set(\"vatRegistrationNo\", nif);\r","pm.environment.set(\"taxCompanyCode\", nif);"],"type":"text/javascript","packages":{},"id":"8ddd1fca-6aef-4532-b2a4-d0d774b7e86c"}}],"id":"4672a2b6-47b7-49a1-a762-de735b0532eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxCompanyCode\": \"{{taxCompanyCode}}\",\r\n    \"name\": \"Hessel, Jacobi and MacGyver\",\r\n    \"sourceServerName\":\"\",\r\n    \"sourceDatabaseName\":\"\"    \r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies({{companyId}})/taxCompanies","description":"<p>Crear empresas en Taxor para presentar impuestos.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","taxCompanies"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1e9954ee-a6a5-4a15-b4a5-6b9135a88422","name":"Create Tax Company","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxCompanyCode\": \"34505145D\",\r\n    \"name\": \"TAXOR DEMO\",\r\n    \"sourceServerName\":\"\",\r\n    \"sourceDatabaseName\":\"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies({{companyId}})/taxCompanies"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":""}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/taxCompanies/$entity\",\n    \"id\": \"GUID\",\n    \"taxCompanyCode\": \"String\",\n    \"name\": \"String\",\n    \"vatRegistrationNo\": \"String\",\n    \"sourceServerName\": \"String\",\n    \"sourceDatabaseName\": \"String\",\n    \"createdOn\": \"DateTime\",\n    \"createdBy\": \"String\",\n    \"modifiedOn\": \"DateTime\",\n    \"modifiedBy\": \"String\"\n}"}],"_postman_id":"4672a2b6-47b7-49a1-a762-de735b0532eb"},{"name":"taxCompanies","id":"a4c96f6d-be2c-4fa6-bc08-28596fff983e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/taxCompanies","description":"<p>Devuelve la lista de empresas creadas en Taxor para presentar impuestos.</p>\n<p>Mirar ejemplos para recuperar la información de una empresa en concreto.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","taxCompanies"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"1836b5f4-4880-42c9-a9b5-c33ea04c3fbc","name":"Get Tax Companies","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/taxCompanies"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"ec91a6d1-1706-4b1c-a4aa-16fa682f4238"},{"key":"Date","value":"Thu, 23 May 2024 14:18:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/taxCompanies\",\n    \"value\": [\n        {\n            \"id\": \"GUID\",\n            \"taxCompanyCode\": \"String\",\n            \"name\": \"String\",\n            \"vatRegistrationNo\": \"String\",\n            \"sourceServerName\": \"String\",\n            \"sourceDatabaseName\": \"String\",\n            \"createdOn\": \"DateTime\",\n            \"createdBy\": \"String\",\n            \"modifiedOn\": \"DateTime\",\n            \"modifiedBy\": \"String\"\n        }\n    ]\n}"},{"id":"e3c1ece6-1e24-474c-bd0a-7888730c885e","name":"Get Tax Company by taxCompanyId","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/taxCompanies({{taxCompanyId}})"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"97b09632-f0eb-42ec-9d36-c2c6e1aab892"},{"key":"Date","value":"Thu, 23 May 2024 14:26:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/taxCompanies/$entity\",\n    \"id\": \"GUID\",\n    \"taxCompanyCode\": \"String\",\n    \"name\": \"String\",\n    \"vatRegistrationNo\": \"String\",\n    \"sourceServerName\": \"String\",\n    \"sourceDatabaseName\": \"String\",\n    \"createdOn\": \"DateTime\",\n    \"createdBy\": \"String\",\n    \"modifiedOn\": \"DateTime\",\n    \"modifiedBy\": \"String\"\n}"}],"_postman_id":"a4c96f6d-be2c-4fa6-bc08-28596fff983e"},{"name":"taxCompanies","event":[{"listen":"prerequest","script":{"exec":["const randomNumber = _.random(10000000,99999999).toString() + 'B';\r","pm.environment.set(\"vatRegistrationNo\", randomNumber);"],"type":"text/javascript","packages":{},"id":"2360a5db-73c8-4d74-8536-e20549b2ee5c"}},{"listen":"test","script":{"exec":["let response = pm.response.json();\r","pm.environment.set(\"vatRegistrationNo\", response.vatRegistrationNo);"],"type":"text/javascript","packages":{},"id":"d581b887-c20e-4dce-a96f-b3164312c099"}}],"id":"142db94d-45b8-4de0-89f4-f931a5157179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"If-Match","value":"*"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Schaefer - Batz\",\r\n    \"sourceServerName\": \"\",\r\n    \"sourceDatabaseName\": \"\"    \r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies({{companyId}})/taxCompanies({{taxCompanyId}})","description":"<p>Actualizar las empresas creadas en Taxor para presentar impuestos.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","taxCompanies({{taxCompanyId}})"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c3be5858-005e-413e-8b17-591e2de5286f","name":"Update Company","originalRequest":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json"},{"key":"If-Match","value":"*"}],"body":{"mode":"raw","raw":"{\r\n    \"name\": \"Cassin, Lueilwitz and Collier\",\r\n    \"sourceServerName\": \"\",\r\n    \"sourceDatabaseName\": \"\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://vm-suasorbc14.marjinsa.es:888/TAX_CLOUD_BC14_USER/api/summar/taxor/v1.0/companies(61f2ae01-1d19-4853-bd7f-d5e529bf6591)/taxCompanies(00000000-0000-0000-0000-000000000000)"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"48630750-aa69-4568-aadb-c98c85268590"},{"key":"Date","value":"Thu, 23 May 2024 14:23:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/taxCompanies/$entity\",\n    \"id\": \"GUID\",\n    \"taxCompanyCode\": \"String\",\n    \"name\": \"String\",\n    \"vatRegistrationNo\": \"String\",\n    \"sourceServerName\": \"String\",\n    \"sourceDatabaseName\": \"String\",\n    \"createdOn\": \"DateTime\",\n    \"createdBy\": \"String\",\n    \"modifiedOn\": \"DateTime\",\n    \"modifiedBy\": \"String\"\n}"}],"_postman_id":"142db94d-45b8-4de0-89f4-f931a5157179"}],"id":"af7af23a-7d6a-4ada-b711-238f5c18121f","description":"<p>Representa las empresas de Taxor para presentar impuestos.</p>\n<p>No se permite eliminar empresas.</p>\n<p>Definición de campos:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo</strong></th>\n<th><strong>Tipo Campo</strong></th>\n<th><strong>Descripción</strong></th>\n<th><strong>Comentario</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GUID</td>\n<td>Identificador registro</td>\n<td>(No modificable) Campo de sistema. Se devuelve al crear la empresa en Taxor</td>\n</tr>\n<tr>\n<td>taxCompanyCode</td>\n<td>String[9]</td>\n<td>Código de la empresa</td>\n<td>(Requerido) Usar \"NIF\" de la empresa</td>\n</tr>\n<tr>\n<td>name</td>\n<td>String[170]</td>\n<td>Nombre empresa</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>vatRegistrationNo</td>\n<td>String[30]</td>\n<td>\"NIF\" empresa</td>\n<td>(No modificable) Se rellena a partir del campo \"taxCompanyCode\"</td>\n</tr>\n<tr>\n<td>sourceServerName</td>\n<td>String[100]</td>\n<td>Nombre servidor origen</td>\n<td>(Opcional) Campo interno</td>\n</tr>\n<tr>\n<td>sourceDatabaseName</td>\n<td>String[100]</td>\n<td>Nombre base de datos origen</td>\n<td>(Opcional) Campo interno</td>\n</tr>\n<tr>\n<td>createdOn</td>\n<td>DateTime</td>\n<td>Fecha creación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String[50]</td>\n<td>Usuario creación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>modifiedOn</td>\n<td>DateTime</td>\n<td>Fecha última modificación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>modifiedBy</td>\n<td>String[50]</td>\n<td>Usuario última modificación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"af7af23a-7d6a-4ada-b711-238f5c18121f","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}}},{"name":"📥 VAT Entries","item":[{"name":"vatEntries","event":[{"listen":"test","script":{"exec":["let response = pm.response.json();\r","pm.environment.set(\"vatEntryId\", response.id);"],"type":"text/javascript","packages":{},"id":"90ea94df-a206-4d78-ad71-700748dc9be0"}}],"id":"a177ace9-fcad-4132-ae3b-85a19df2ca66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxCompanyId\": \"{{taxCompanyId}}\",\r\n    \"vatEntryLines\": [\r\n        {\r\n            \"vatDefinitionId\": \"{{vatSetupId}}\",\r\n            \"postingDate\": \"{{currDate}}\",\r\n            \"documentType\": \"1\",\r\n            \"documentNo\": \"69152375\",\r\n            \"type\": \"1\",\r\n            \"base\": 1000,\r\n            \"amount\": 210,\r\n            \"vatPct\": 21,\r\n            \"ecPct\": 0,\r\n            \"vatCashRegime\": \"false\",\r\n            \"unrealizedBase\": 0,\r\n            \"unrealizedAmount\": 0,\r\n            \"ignore347Amount\": 0,\r\n            \"externalDocNo\": \"8035\",\r\n            \"externalDocDate\": \"{{pastDate}}\",\r\n            \"correctedInvoiceNo\": \"\",\r\n            \"customerVendorName\": \"Upton Inc\",\r\n            \"customerVendorVATRegNo\": \"68581499A\",\r\n            \"countryCode\": \"ES\",\r\n            \"postalCode\": \"43360\",\r\n            \"generatedAutodocument\": \"true\",\r\n            \"reverseCharge\": \"false\",\r\n            \"euService\": \"false\",\r\n            \"eu3PartyTrade\": \"false\",\r\n            \"settledDocumentType\": \"0\",\r\n            \"realEstateTransferOperation\": \"true\",\r\n            \"realEstateId\": \"{{realEstateId}}\",\r\n            \"bankruptcyProceeding\": \"false\",\r\n            \"sourceEntryNo\": 524\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies({{companyId}})/vatEntries","description":"<p>Crear movimientos de IVA de las empresas de Taxor para presentar impuestos.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","vatEntries"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"30effc11-93f7-4bf7-b665-805b902da891","name":"Create VAT Entries using \"codes\"","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxCompanyCode\": \"45562447W\",\r\n    \"vatEntryLines\": [\r\n        {\r\n            \"vatDefinitionCode\": \"NAC|IVA21\",\r\n            \"postingDate\": \"2025-01-05\",\r\n            \"documentType\": \"2\",\r\n            \"documentNo\": \"66311178\",\r\n            \"type\": \"1\",\r\n            \"base\": 350.0,\r\n            \"amount\": 17.5,\r\n            \"vatPct\": 5.0,\r\n            \"ecPct\": 0.0,\r\n            \"vatCashRegime\": \"false\",\r\n            \"unrealizedBase\": 0.0,\r\n            \"unrealizedAmount\": 0.0,\r\n            \"ignore347Amount\": 0.0,\r\n            \"externalDocNo\": \"7145\",\r\n            \"externalDocDate\": \"2025-01-01\",\r\n            \"correctedInvoiceNo\": \"\",\r\n            \"customerVendorName\": \"Smith LLC\",\r\n            \"customerVendorVATRegNo\": \"13655498A\",\r\n            \"countryCode\": \"ES\",\r\n            \"postalCode\": \"43360\",\r\n            \"generatedAutodocument\": \"true\",\r\n            \"reverseCharge\": \"true\",\r\n            \"euService\": \"false\",\r\n            \"eu3PartyTrade\": \"true\",\r\n            \"settledDocumentType\": \"0\",\r\n            \"realEstateTransferOperation\": \"false\",\r\n            \"realEstateCode\": \"\",\r\n            \"bankruptcyProceeding\": \"false\",\r\n            \"sourceEntryNo\": 320\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies({{companyId}})/vatEntries"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Location","value":"http://vm-suasorbc14.marjinsa.es:888/TAX_CLOUD_BC14_USER/api/summar/taxor/v1.0/companies(61f2ae01-1d19-4853-bd7f-d5e529bf6591)/vatEntries(c11be8bd-81f9-44f2-ba5a-83d896291e8a)"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"1fe73bf2-0141-40c4-a3b1-dcbad2274581"},{"key":"Date","value":"Thu, 23 May 2024 15:05:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/vatEntries/$entity\",\n    \"id\": \"GUID\",\n    \"taxCompanyId\": \"GUID\",\n    \"taxCompanyCode\": \"String\",\n    \"createdOn\": \"DateTime\"\n}"},{"id":"70ea2362-447b-4039-aa01-1676f8f36671","name":"Create VAT Entries with \"expand\"","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxCompanyId\": \"{{taxCompanyId}}\",\r\n    \"vatEntryLines\": [\r\n        {\r\n            \"vatDefinitionId\": \"{{vatSetupId}}\",\r\n            \"postingDate\": \"{{currDate}}\",\r\n            \"documentType\": \"2\",\r\n            \"documentNo\": \"58907879\",\r\n            \"type\": \"1\",\r\n            \"base\": 350.0,\r\n            \"amount\": 17.5,\r\n            \"vatPct\": 5.0,\r\n            \"ecPct\": 0.0,\r\n            \"vatCashRegime\": \"false\",\r\n            \"unrealizedBase\": 0.0,\r\n            \"unrealizedAmount\": 0.0,\r\n            \"ignore347Amount\": 0.0,\r\n            \"externalDocNo\": \"8175\",\r\n            \"externalDocDate\": \"{{pastDate}}\",\r\n            \"correctedInvoiceNo\": \"\",\r\n            \"customerVendorName\": \"Kilback Group\",\r\n            \"customerVendorVATRegNo\": \"94743587A\",\r\n            \"countryCode\": \"ES\",\r\n            \"postalCode\": \"43360\",\r\n            \"generatedAutodocument\": \"true\",\r\n            \"reverseCharge\": \"false\",\r\n            \"euService\": \"true\",\r\n            \"eu3PartyTrade\": \"true\",\r\n            \"settledDocumentType\": \"0\",\r\n            \"realEstateTransferOperation\": \"false\",\r\n            \"realEstateId\": \"{{realEstateId}}\",\r\n            \"bankruptcyProceeding\": \"false\",\r\n            \"sourceEntryNo\": 698\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v1.0/companies({{companyId}})/vatEntries?$expand=vatEntryLines","host":["{{baseUrl}}"],"path":["v1.0","companies({{companyId}})","vatEntries"],"query":[{"key":"$expand","value":"vatEntryLines"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Location","value":"http://vm-suasorbc14.marjinsa.es:888/TAX_CLOUD_BC14_USER/api/summar/taxor/v1.0/companies(61f2ae01-1d19-4853-bd7f-d5e529bf6591)/vatEntries(b620ef18-b579-4c35-ab5e-3f851f5c2394)"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"43bb9341-b636-4c96-ad08-8bcba287e26a"},{"key":"Date","value":"Thu, 23 May 2024 15:08:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/vatEntries/$entity\",\n    \"id\": \"GUID\",\n    \"taxCompanyId\": \"GUID\",\n    \"taxCompanyCode\": \"String\",\n    \"createdOn\": \"DataTime\",\n    \"vatEntryLines\": [\n        {\n            \"id\": \"GUID\",\n            \"vatDefinitionId\": \"GUID\",\n            \"vatDefinition\": \"String\",            \n            \"postingDate\": \"Date\",\n            \"documentType\": \"String\",\n            \"documentNo\": \"String\",\n            \"type\": \"String\",\n            \"base\": \"Decimal\",\n            \"vatPct\": \"Decimal\",\n            \"ecPct\": \"Decimal\",\n            \"amount\": \"Decimal\",\n            \"vatCashRegime\": \"Boolean\",\n            \"unrealizedBase\": \"Decimal\",\n            \"unrealizedAmount\": \"Decimal\",\n            \"ignore347Amount\": \"Decimal\",\n            \"externalDocNo\": \"String\",\n            \"externalDocDate\": \"Date\",\n            \"correctedInvoiceNo\": \"String\",\n            \"customerVendorName\": \"String\",\n            \"customerVendorVATRegNo\": \"String\",\n            \"countryCode\": \"String\",\n            \"postalCode\": \"String\",\n            \"generatedAutodocument\": \"Boolean\",\n            \"reverseCharge\": \"Boolean\",\n            \"euService\": \"Boolean\",\n            \"eu3PartyTrade\": \"Boolean\",\n            \"settledDocumentType\": \"String\",\n            \"nonCustomsWarehouse\": \"Boolean\",\n            \"realEstateTransferOperation\": \"Boolean\",\n            \"realEstateId\": \"GUID\",\n            \"realEstateCode\": \"String\",\n            \"specialProratedType\": \"String\",\n            \"bankruptcyProceeding\": \"Boolean\",\n            \"sourceType\": \"String\",\n            \"sourceEntryNo\": \"Integer\",\n            \"createdOn\": \"DataTime\",\n            \"createdBy\": \"String\"\n        }\n    ]\n}"}],"_postman_id":"a177ace9-fcad-4132-ae3b-85a19df2ca66"},{"name":"vatEntries","id":"3693245c-0b77-4921-911c-af895e6dd1bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/vatEntries?$filter=taxCompanyId eq {{taxCompanyId}}&$expand=vatEntryLines","description":"<p>Devuelve la cabecera de todos los movimientos de IVA enviados a Taxor. Se pueden utilizar distintas opciones de OData para recuperar la infromación.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","vatEntries"],"host":["{{baseUrl}}"],"query":[{"key":"$filter","value":"taxCompanyId eq {{taxCompanyId}}"},{"key":"$expand","value":"vatEntryLines"}],"variable":[]}},"response":[{"id":"7dbaef43-066f-4c1d-b5fd-4d07d3db881f","name":"Get VAT Entries","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/v1.0/companies({{companyId}})/vatEntries?$filter=taxCompanyId eq {{taxCompanyId}}&$expand=vatEntryLines","host":["{{baseUrl}}"],"path":["v1.0","companies({{companyId}})","vatEntries"],"query":[{"key":"$filter","value":"taxCompanyId eq {{taxCompanyId}}"},{"key":"$expand","value":"vatEntryLines"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"33192685-d0e3-4197-8ef5-86310359911d"},{"key":"Date","value":"Tue, 04 Jun 2024 08:26:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": [\n        {\n            \"id\": \"GUID\",\n            \"taxCompanyId\": \"GUID\",\n            \"taxCompanyCode\": \"String\",\n            \"creationDate\": \"DateTime\",\n            \"vatEntryLines\": [\n                {\n                    \"id\": \"GUID\",\n                    \"vatEntryId\": \"GUID\",\n                    \"vatDefinitionId\": \"GUID\",\n                    \"vatDefinitionCode\": \"String\",\n                    \"postingDate\": \"Date\",\n                    \"documentType\": \"String\",\n                    \"documentNo\": \"String\",\n                    \"type\": \"String\",\n                    \"base\": \"Decimal\",\n                    \"vatPct\": \"Decimal\",\n                    \"ecPct\": \"Decimal\",\n                    \"amount\": \"Decimal\",\n                    \"vatCashRegime\": \"Boolean\",\n                    \"unrealizedBase\": \"Decimal\",\n                    \"unrealizedAmount\": \"Decimal\",\n                    \"ignore347Amount\": \"Decimal\",\n                    \"externalDocNo\": \"String\",\n                    \"externalDocDate\": \"Date\",\n                    \"correctedInvoiceNo\": \"String\",\n                    \"customerVendorName\": \"String\",\n                    \"customerVendorVATRegNo\": \"String\",\n                    \"countryCode\": \"String\",\n                    \"postalCode\": \"String\",\n                    \"generatedAutodocument\": \"Boolean\",\n                    \"reverseCharge\": \"Boolean\",\n                    \"euService\": \"Boolean\",\n                    \"eu3PartyTrade\": \"Boolean\",\n                    \"settledDocumentType\": \"String\",\n                    \"nonCustomsWarehouse\": \"Boolean\",\n                    \"realEstateTransferOperation\": \"Boolean\",\n                    \"realEstateId\": \"GUID\",\n                    \"realEstateCode\": \"String\",\n                    \"specialProratedType\": \"String\",\n                    \"bankruptcyProceeding\": \"Boolean\",\n                    \"sourceType\": \"String\",\n                    \"sourceEntryNo\": \"Integer\",\n                    \"createdOn\": \"DateTime\",\n                    \"createdBy\": \"String\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1JuNzd5RkE3OHNhREprVVlwMUVHNzFIbXQyM0hVa3dDemVKWXN2OHJKVk09MTswMDsn\\\"\",\n            \"id\": \"e2a61aae-e467-4a57-bb33-009d8d16a826\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-14T11:30:54.347Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1B2UkNETTdYUkJjZGV1MGJ5dy9TcWJCRDUrZnk3Y3BxdDJQZUtKK2hFakU9MTswMDsn\\\"\",\n            \"id\": \"b1eb9303-79a0-44cf-9a92-0203cff8ec3a\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:44:18.857Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0OzFrV1pleGRzOFdIeTRyaVUvMHBZWkVmdVFuNVRJRVMxNVM5ZDdhcVhZa2c9MTswMDsn\\\"\",\n                    \"id\": \"5c71679a-975d-47a1-bdd1-6ec19f0ef3f6\",\n                    \"vatEntryId\": \"b1eb9303-79a0-44cf-9a92-0203cff8ec3a\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T10:44:18.87Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O21BT1I4Y2dvT1FuVXJWVjdMUTQ5RTUwb3dGRWFiakJXUmQvc3FrZWw2U009MTswMDsn\\\"\",\n            \"id\": \"c62aa055-4d87-45cc-9329-05cee9ce872d\",\n            \"taxCompanyId\": \"c5f2cbc7-be3d-46d8-b821-5bab39a785a1\",\n            \"taxCompanyCode\": \"77777777A\",\n            \"creationDate\": \"2024-05-25T04:50:58.867Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O0tuLzNDRlhpOEo3NXg2a3dKRS9HMDlncDNFdU9uVkNXQy9aK2xPSFRLQXM9MTswMDsn\\\"\",\n                    \"id\": \"8f77c191-7007-467a-9e69-a44c3e988019\",\n                    \"vatEntryId\": \"c62aa055-4d87-45cc-9329-05cee9ce872d\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-05-25\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"32798682\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": true,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"8905\",\n                    \"externalDocDate\": \"2024-05-10\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Hettinger Group\",\n                    \"customerVendorVATRegNo\": \"70558576A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"00000\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": true,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 248,\n                    \"createdOn\": \"2024-05-25T04:50:58.867Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1pzelBQcXFhZEMyQVhmUUtmU2pFTzlVTTN2QndGRVNsNWJKbVl4L3NVeGs9MTswMDsn\\\"\",\n            \"id\": \"d2368995-c60f-4e48-979e-06be4a76077e\",\n            \"taxCompanyId\": \"74d3cd5e-86fe-4850-b5a4-f55f7ec9a48f\",\n            \"taxCompanyCode\": \"37713031B\",\n            \"creationDate\": \"2024-06-03T09:42:36.047Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O0V3N2Z6WGNSUWdyWDVCY1BaeUxlRS9HSGFFaE5MU3dKcC81M3lkM0F3bjA9MTswMDsn\\\"\",\n                    \"id\": \"94a057eb-dc90-442e-bce3-ebfe461311d8\",\n                    \"vatEntryId\": \"d2368995-c60f-4e48-979e-06be4a76077e\",\n                    \"vatDefinitionId\": \"f205d10b-06d6-4ae3-bf5f-dac5329dc8bb\",\n                    \"vatDefinitionCode\": \"NAC_51149|IVA21\",\n                    \"postingDate\": \"2024-06-03\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"50474025\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"5948\",\n                    \"externalDocDate\": \"2024-05-19\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Pagac - Lang\",\n                    \"customerVendorVATRegNo\": \"60057511A\",\n                    \"countryCode\": \"ES\",\n                    \"postalCode\": \"43360\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": true,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": true,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": true,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 313,\n                    \"createdOn\": \"2024-06-03T09:42:36.047Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OytDMGJ1c0crTUhFdENqeW5jZTN0L0xEam8rQnNIL0JldGR3Z3FzSEttdjQ9MTswMDsn\\\"\",\n            \"id\": \"330d8fa8-d8c5-4f92-b2b8-08c5300c113a\",\n            \"taxCompanyId\": \"a5e8e547-14ea-40bc-aec3-7798c5c3c8c2\",\n            \"taxCompanyCode\": \"39900015C\",\n            \"creationDate\": \"2024-05-23T15:09:28.513Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O3Q5MGQ0YXl4Mk84ajhzSms3czVnMm9zTitONmZmSHlZczBHWHFLTmRXaUk9MTswMDsn\\\"\",\n                    \"id\": \"e6251644-0d32-4e61-977c-d1c10e9ef471\",\n                    \"vatEntryId\": \"330d8fa8-d8c5-4f92-b2b8-08c5300c113a\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-23T15:09:28.513Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3QzTEhObytodzh3NXo3cGF4RExPOXBJTFE2Y2RoS01obTMrbTFoVVFUNU09MTswMDsn\\\"\",\n            \"id\": \"850520d8-8f91-4751-b009-0a8cd28860f5\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T10:50:05.117Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O012S2kyMkloRXlFUG1hR3J6dzNoU2pPZmQ4S05uczdzWkFaN2I1akdrR0U9MTswMDsn\\\"\",\n            \"id\": \"e67d5190-ae70-43b4-b517-0cf790cc6b0b\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T10:55:08.053Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1N1OSt5UzB3ajM2Wk5RU2hEYklkLzNQYlpya2FCSjlsOUxDZmdjdXl4SEE9MTswMDsn\\\"\",\n            \"id\": \"dd4d5d57-4a8e-49dc-beb2-0dff891250d3\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-09T12:31:29.64Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O052REpIdU4zb3ZGZU5CbHlHQU84ekdwVTVlV0V3SVpkRmtOKzVDYk55WUE9MTswMDsn\\\"\",\n            \"id\": \"442f2ed3-c09e-4d1d-ac33-1442c1aefe3e\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:44:00.48Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O1d2Q041eXZJbHJ1MnJlWnpWV1cwOWpDNkJYdTFDYStZZVJxdXRIdzQ2T3M9MTswMDsn\\\"\",\n                    \"id\": \"1ccaf86b-cbba-4c64-85c6-d9beafca6dab\",\n                    \"vatEntryId\": \"442f2ed3-c09e-4d1d-ac33-1442c1aefe3e\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T10:44:00.48Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O25SVXM2Yk8vZDd0NjhFbXZGWFlIb1Q1WElsMXpvcFJIclZ1WDZrRmlCak09MTswMDsn\\\"\",\n            \"id\": \"5637664d-a23f-4a98-bb61-1591194ffa8e\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-14T15:33:37.157Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1BSdHpHKzlZaGpFd050MFhTUlRWYWFBQVd0OXZzVk9heE16bzFWNmV1OWs9MTswMDsn\\\"\",\n            \"id\": \"af1c65ed-0bae-46c1-a460-16d58043a8bc\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-14T11:27:23.357Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3VrcTIxSEovVU9PeVA4WHFQRCt2UFNmYjJ4QkZxUy9OYllBVGx1OVppK0E9MTswMDsn\\\"\",\n            \"id\": \"e707fc4c-e4eb-4424-9cd3-182da5b3e957\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-13T09:40:04.54Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1E3THRkcGRET3hQWmN5TGhaSHl5MTIyVFphZEtPODdRRzhsYjhSNCt4WUU9MTswMDsn\\\"\",\n            \"id\": \"b9bc8cfc-e863-4bd6-9b30-19f388b8cbf3\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T16:12:45.797Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3pzaHRhMFVNQ0R6czk1OEdic3A4SmJ6TVhQdkVFUytZMm42YkIyQm93MGs9MTswMDsn\\\"\",\n            \"id\": \"242de4af-c530-4261-9456-1ab6b728fbf9\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-18T07:43:29.657Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2plcUR3UnBLYy85SU5kejFsNjZBUDZrZkg4dmRsQnYxd0dUTnZ3eDZlaHc9MTswMDsn\\\"\",\n            \"id\": \"512033f9-2525-471b-923c-1c0786136118\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:44:02.933Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0OzB3TzlhMEpydWtHalJmTlNLWGQxMDBDT01ub1NiV2VDM01LZC9tUXZOZDQ9MTswMDsn\\\"\",\n                    \"id\": \"95ca66fb-c8cb-40ac-a7cb-d5589404a0b1\",\n                    \"vatEntryId\": \"512033f9-2525-471b-923c-1c0786136118\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T10:44:02.933Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1p0cDdLMnFxY25VTkNPR1gvZnpmMXNxNEY3RFIyQmlDN2VsamNCWVFIZU09MTswMDsn\\\"\",\n            \"id\": \"84452d3d-0ff7-4d47-a7c3-1c39fea6484b\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T15:35:42.177Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2F3bHFkTEw5TlFYTXhaaElxVENlaUZZUEMwK0MzaFhlR1VBT2VoblRKRGs9MTswMDsn\\\"\",\n            \"id\": \"d9d9bbf9-829b-4823-ae90-1c5f2ce5f5b5\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-01-08T07:21:14.723Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O25VbW1sTDlnZXpMU2c3RVZYU3dOL3dQMmdxeFJ5OFlha3hPWnh3U1BTdzA9MTswMDsn\\\"\",\n            \"id\": \"5f7ea625-8cb2-408e-98a1-1e4738a5a7d0\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-28T12:30:52.353Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O2RnRHZIakJhcTRZcWRmZGRNc2VuQTczR09PWVVldDRGaUY4RzVQQ1VjNE09MTswMDsn\\\"\",\n                    \"id\": \"33cc0f0d-dc5d-4863-b4f1-6e75d1d2c35f\",\n                    \"vatEntryId\": \"5f7ea625-8cb2-408e-98a1-1e4738a5a7d0\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-05-28\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"66865354\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": true,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"5470\",\n                    \"externalDocDate\": \"2024-05-13\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Thompson Group\",\n                    \"customerVendorVATRegNo\": \"50884734A\",\n                    \"countryCode\": \"ES\",\n                    \"postalCode\": \"43360\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": true,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 606,\n                    \"createdOn\": \"2024-05-28T12:30:52.353Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1pJc0dWbDk1NWdqanRvMHhEZWdLeS94TmU5Ui9QbTZpTjE5bWc2Z0xaTEk9MTswMDsn\\\"\",\n            \"id\": \"59dc45ef-d3d5-4d90-98ad-20aca75f9e6e\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T09:25:59.2Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3cxWmN4LzFxRDVsY1pzaHZEUmoxRk5rUDBPb0Rvd09hYzBheGh1OGhhVFk9MTswMDsn\\\"\",\n            \"id\": \"0eec66f0-6841-400d-bd76-20e199914e4b\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T10:31:19.477Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0pDaHZCY3hhRU5ydzZpcS9RdjBsOXFmYWlyWE90RE5ubWZnOStFb3pqUUU9MTswMDsn\\\"\",\n            \"id\": \"9dda34c8-47a2-4252-8f50-20e1cbcd7f4e\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T12:04:47.14Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0xVTXc2b3JqWGpVb09ieHowT3ptZEhHaHdpTUJyc3IvR040M1JIVUVOaUE9MTswMDsn\\\"\",\n            \"id\": \"e569b586-3dba-4edc-ada9-221afb9a6e32\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T15:36:11.247Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O040d3l2dTVHSGFUREZwVzBPWlF1aXp3bXBVU2hxYVEwbzgvQnNvS0tKUEk9MTswMDsn\\\"\",\n            \"id\": \"4756fd4e-7672-4c5b-a58f-233bf345233d\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-13T09:03:45.663Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0dvNTR0cVVmN1k3RHNpMFhySjhCS2FPRzVFMFdSbXQ0UXlLUjJTZGJSeTA9MTswMDsn\\\"\",\n            \"id\": \"4dd792d5-dc3f-452d-87ff-25ae2f1689e8\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T09:41:41.867Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3lMa0ZyZmYzVk1CdXMzd1Rvd09sb0RLRUhjYzdwODhjK0pqeUd4bGRQOWM9MTswMDsn\\\"\",\n            \"id\": \"a4c9314a-eed8-4f36-bf70-268f8b263411\",\n            \"taxCompanyId\": \"c5f2cbc7-be3d-46d8-b821-5bab39a785a1\",\n            \"taxCompanyCode\": \"77777777A\",\n            \"creationDate\": \"2024-05-25T04:22:42.753Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O1R3dmRaTXJQR3RKUk04cmhUNjNCR1daUWhYR0JQSzRKTmZuOGZFTWw2MEk9MTswMDsn\\\"\",\n                    \"id\": \"daf8692c-6311-4cc0-830a-981a3c410633\",\n                    \"vatEntryId\": \"a4c9314a-eed8-4f36-bf70-268f8b263411\",\n                    \"vatDefinitionId\": \"2471cf5c-70c9-405b-becc-05f7c1037108\",\n                    \"vatDefinitionCode\": \"NAC|IVA10\",\n                    \"postingDate\": \"2024-01-01\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"documentNo\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": true,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"externalDocNo\",\n                    \"externalDocDate\": \"2024-01-01\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Daisy Farrell\",\n                    \"customerVendorVATRegNo\": \"00000000A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"00000\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": true,\n                    \"euService\": true,\n                    \"eu3PartyTrade\": true,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 769,\n                    \"createdOn\": \"2024-05-25T04:22:42.753Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1hySzh4RzA3OEtrdmVGWEk2T0hJSC9YcUNwU1JBcFZTWFBidmI3TVc0Nnc9MTswMDsn\\\"\",\n            \"id\": \"178f3475-7142-4756-9c84-26e8cb10af78\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T15:23:44.81Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3lzSEVqb0JCamUwUlJ1Q0Iva2owUDNZVHJEeXRKN3JKeFFzRk1oV04wNkk9MTswMDsn\\\"\",\n            \"id\": \"3c4102d4-ee5e-47aa-a57a-27131e2d723a\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T16:52:33.227Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1h1TDRzWXRKeW9ieGpMbi9zNnE5Rm4vS1k1dXRWSlFsMk41dnhTaEd2cWc9MTswMDsn\\\"\",\n            \"id\": \"01af3d78-743b-442e-b280-28fb38efaea9\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-13T19:55:54.717Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0djQWFadkxjV3ZGUXp3WXo3WndZc0ZBQjJGbis4Wjc4NjUrd2RvaEpDbDA9MTswMDsn\\\"\",\n            \"id\": \"eba79d4f-dc15-4ba8-adb0-297dbaaceaa9\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-14T11:26:38.993Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3F0V0N4Q0xacUtuVTBKME9tME9raHI0VGlYNm93a083VEpMa25pa3FtNzQ9MTswMDsn\\\"\",\n            \"id\": \"386df94f-24a9-480b-8287-29d4fb9218da\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-13T09:40:41.83Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O05XcUNRQkdzMGN2WktpMEg3SnBOTjU3TFhCMXNxZW5FS1FqTW1XMVZpTlE9MTswMDsn\\\"\",\n            \"id\": \"54cfd5bd-9045-44c5-a3a3-2a3ec3eb66fe\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-01-08T07:26:55.543Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O08vUk5KRWtod0VDUEFoYmRWZE9JRWNrV0d5dXJ5WVpZQTJEb1NIalVNWVE9MTswMDsn\\\"\",\n            \"id\": \"4aab41b0-9e16-4eea-986c-2b57fd3960bc\",\n            \"taxCompanyId\": \"c5f2cbc7-be3d-46d8-b821-5bab39a785a1\",\n            \"taxCompanyCode\": \"77777777A\",\n            \"creationDate\": \"2024-05-25T05:26:07.807Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O1lnOUpjaEd4MldUMkFsOUhKekN3bXJyTTZKSHJBV1BsMUdFdTd2ME1LUGs9MTswMDsn\\\"\",\n                    \"id\": \"a4f12c09-8abd-4ece-99a7-4d43739ac30e\",\n                    \"vatEntryId\": \"4aab41b0-9e16-4eea-986c-2b57fd3960bc\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-05-25\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"97714413\",\n                    \"type\": \"Compra\",\n                    \"base\": 725,\n                    \"vatPct\": 21,\n                    \"ecPct\": 0,\n                    \"amount\": 152.25,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"5374\",\n                    \"externalDocDate\": \"2024-05-10\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Bernier, Rath and Koepp\",\n                    \"customerVendorVATRegNo\": \"92591681A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"43205\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": true,\n                    \"euService\": true,\n                    \"eu3PartyTrade\": true,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 142,\n                    \"createdOn\": \"2024-05-25T05:26:07.823Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                },\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O2ZIRk9qOE1Uczl6L2xJRXRIRXRtd3VlYlIzd2w1OWk3R0tQbFFkVS8vazg9MTswMDsn\\\"\",\n                    \"id\": \"6d3c3de1-989d-4ae5-abca-7791d621f897\",\n                    \"vatEntryId\": \"4aab41b0-9e16-4eea-986c-2b57fd3960bc\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-05-25\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"52619894\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 21,\n                    \"ecPct\": 0,\n                    \"amount\": 73.5,\n                    \"vatCashRegime\": true,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"4562\",\n                    \"externalDocDate\": \"2024-05-10\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Bahringer, Leffler and Hegmann\",\n                    \"customerVendorVATRegNo\": \"87115378A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"43205\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": true,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": true,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 519,\n                    \"createdOn\": \"2024-05-25T05:26:07.807Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1dqTWs1RHM5cFJETitSWVEvdUppT0pLdXF1R0N4VjkraEM0Nnd5dkhNU3M9MTswMDsn\\\"\",\n            \"id\": \"c73a4c5d-fc11-4c1a-a818-2c495a528b27\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T11:02:15.43Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1EyNjlkOEtZa2E5UE1hZk53RE5rZG1wVzhaTHJra3JXdjVqY0JONll6WFU9MTswMDsn\\\"\",\n            \"id\": \"36a01c97-6b67-4115-b161-2c899420479d\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T16:17:15.68Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3NwVVJ6SFcreWNrVkQwZXhDbDhmU3BWU0d1THVxb2F3cThmb1Zwb2RoWVU9MTswMDsn\\\"\",\n            \"id\": \"f73a7c00-29b1-44c2-ab58-300d50eb1f7a\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T13:08:38.51Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0xSdzlsZ1hhQ0xjSFh0SWIzaHI3bmI4WEo4eDlSSHJNQ0dhSU5rUXZIVWM9MTswMDsn\\\"\",\n            \"id\": \"8b70dab2-15ba-4b5c-8909-30822cabefa5\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T12:19:22.037Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0EwSGgzbS9MVU9Ma2FVTmxRV0tSME5YckRHZ0djRTg5V01zK2s2TGdhNk09MTswMDsn\\\"\",\n            \"id\": \"a55ded77-33b9-4917-8511-3257f1291095\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-09T12:29:58.9Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2N3ektONmp6SnNrZ3g0Ylp5R0dFRGd0R2hLNGRwZHZRVzFnUy85SDVkWTg9MTswMDsn\\\"\",\n            \"id\": \"0f1a0c99-c85c-4f0d-b243-336f434133ff\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T11:33:22.257Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0w0QXdrVGloZkFsbFZzMkZId2RyWFF2MlEyd1ZkUE5KT2xkemp0ZXVPaWs9MTswMDsn\\\"\",\n            \"id\": \"667e71b9-e337-40f6-9e8f-36f624630f35\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T13:44:12.4Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0xHTUl2bzdnaTA2dEhPWnQyUFRWOGxSMzVra3l0c2paUUs4ODdwZFVNVkE9MTswMDsn\\\"\",\n            \"id\": \"6536799a-b4a0-4097-b2db-3719ce7333c1\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T13:12:27.137Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0Ozg3TnBUTW5MSkhhN2VMWUcxVlgzWU1kWk9kbU4wWDVCeDRDK2k2S01jK009MTswMDsn\\\"\",\n            \"id\": \"171b9bc1-1b7b-494e-bafc-37b95f4d56c9\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T09:38:09.81Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1pycGs4SzkrYmFTSDdyRGMrUVhUem5WeEY3Q1RUM0Z2YlZVY1kzSWw4bm89MTswMDsn\\\"\",\n            \"id\": \"510608a6-2f87-4f66-9d8b-37be4a477d73\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T11:36:55.51Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0VKTjlRZFc5ZFY3djljVTN0MFN2VnhLd2F3Nml3S0FiRmlyL0p1YmZhRG89MTswMDsn\\\"\",\n            \"id\": \"e00c2492-8e60-428b-b685-3c68245951ed\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T11:02:10.837Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3pRVk1TUWg1aDRXN1J4eXNvVmJRWVY0bTRTSjMvTjVESmRPb2dkcHRiazQ9MTswMDsn\\\"\",\n            \"id\": \"45089a08-27df-4c3f-b155-3cdc7a0de781\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T09:33:36.91Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzFXYXVWNlEwMDY5enZBZHNUYzFZZ0xpZStqNUNDMjZrVnlxemVmMnV3OWs9MTswMDsn\\\"\",\n            \"id\": \"4a27045e-b452-484d-9a90-3d1d0c224f37\",\n            \"taxCompanyId\": \"c5f2cbc7-be3d-46d8-b821-5bab39a785a1\",\n            \"taxCompanyCode\": \"77777777A\",\n            \"creationDate\": \"2024-05-25T05:21:01.993Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O3JqbHRvZmI4bjdRVmVPczE2L21BUU9vYUFxYkNNKzZUZ29PREI2bUFzRkU9MTswMDsn\\\"\",\n                    \"id\": \"380315cf-eb5e-4395-9b1e-0a08c4ddcb0f\",\n                    \"vatEntryId\": \"4a27045e-b452-484d-9a90-3d1d0c224f37\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-05-25\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"36647673\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"4830\",\n                    \"externalDocDate\": \"2024-05-10\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Blick, Dooley and Spinka\",\n                    \"customerVendorVATRegNo\": \"79814881A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"43205\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": false,\n                    \"euService\": true,\n                    \"eu3PartyTrade\": true,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 969,\n                    \"createdOn\": \"2024-05-25T05:21:01.993Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                },\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O1hKZ05Oczc5TXhOZGhwT1RReWExNGtDcnBpOE9MNHBETWdGZm5NVjFsUW89MTswMDsn\\\"\",\n                    \"id\": \"e69e21ad-ddbe-4849-9e65-ee68ac5e0be1\",\n                    \"vatEntryId\": \"4a27045e-b452-484d-9a90-3d1d0c224f37\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-05-25\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"74877860\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": true,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"2130\",\n                    \"externalDocDate\": \"2024-05-10\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Hodkiewicz Group\",\n                    \"customerVendorVATRegNo\": \"55120869A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"43205\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": true,\n                    \"euService\": true,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 336,\n                    \"createdOn\": \"2024-05-25T05:21:01.993Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2tpd3d2MFl5KzVSdE5VTW5xQ1dvWDVQTks3WGk5SzB4bit2ZEFzSUIxaW89MTswMDsn\\\"\",\n            \"id\": \"b620ef18-b579-4c35-ab5e-3f851f5c2394\",\n            \"taxCompanyId\": \"a5e8e547-14ea-40bc-aec3-7798c5c3c8c2\",\n            \"taxCompanyCode\": \"39900015C\",\n            \"creationDate\": \"2024-05-23T15:08:47.807Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O3VmNy9Dcm9TeVFwbUhIeVorMUlSckppdEZ1NmtzYWJ4b3BlYzVvVzhRM0k9MTswMDsn\\\"\",\n                    \"id\": \"2f7e17af-0a78-4743-b36a-1357365387ba\",\n                    \"vatEntryId\": \"b620ef18-b579-4c35-ab5e-3f851f5c2394\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-23T15:08:47.823Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2lpajJOLzMxZ0ZFcWo1TXJaMG9DRWo2a2pVa1lTenFDaW5GaEVTT3dUMUk9MTswMDsn\\\"\",\n            \"id\": \"f8e7f890-4c1f-4016-be67-403f54bf09ed\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-21T13:45:46.447Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0RrTUl1NTNlNnFvakRUeXVuS2Yya09pVzBkQkZSVXNYQVhZNlpieTFwWEU9MTswMDsn\\\"\",\n            \"id\": \"3ede609f-e3e6-4d1d-bcb8-41aa20375447\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T15:17:24.53Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1JmVUVibHRLRlZaQyswbW9yL0pzTk1SN0FjUVF1ZCtUTC9QS0hFQlpSWkU9MTswMDsn\\\"\",\n            \"id\": \"6b5ecff4-ce63-4f9e-9df5-41c48caddcbf\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T10:58:15.343Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0tlb2JkYjQrdkdpVXFYdExUc2U3VFhjQUVJNXdjSkFEMldDWXFIZU9yREU9MTswMDsn\\\"\",\n            \"id\": \"c360be35-dbd0-4489-91d0-420ac66e6aa3\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T15:58:30.677Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2NHK0pSL255ZXJzWmdFcnJIY2RFb3ZGMVk5SkFZTFEzbmhzQzgxVzdHVk09MTswMDsn\\\"\",\n            \"id\": \"c5eb025c-84c7-4ffb-ae46-42ed1bc6d04b\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-04-27T17:08:34.72Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2xmeUVqZ1F6bm5vSTFWV251WEQzRXJtY2ZZTEVHQUtZTUdQSkxNbS9qMnM9MTswMDsn\\\"\",\n            \"id\": \"6fa02f0e-9d43-4107-b418-436a916f361f\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T12:19:19.05Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3FYRjN0MWxaTmNJblhHRWVHWXdtc2Y5YzdRRHN0RWRNeEdsWTZIL1dPN2s9MTswMDsn\\\"\",\n            \"id\": \"28c92b0a-e7d1-4743-9695-437fdb22a9d9\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T14:37:38Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1ZDTjJiRk9PU1Mzd0ticEJHbHZpVEhWenlwa01HSkVDSjhUczNRcTJSV0k9MTswMDsn\\\"\",\n            \"id\": \"22e8df0d-a543-44ee-a24c-451fc391b932\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T15:20:36.407Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3YxY0w2OEhHZUkyRTA3Q3ZTd0wwWE5CcGlQdHY5a3ErSXJZV01VWS80Rjg9MTswMDsn\\\"\",\n            \"id\": \"4e56e1ed-2e55-4e76-947e-45e2dc02292e\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-07T08:49:11.9Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3l0NUJiVVNyb0ExaGVIc1NTK2cvcjdXOVNFNWlLdXQxaEVrSjg5N1VuZFU9MTswMDsn\\\"\",\n            \"id\": \"1225c783-d7d7-4bba-8eca-4646185ae73f\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T10:07:52.677Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1lSZmxoRHh3bVhrdm9YMFRHWWJwc0drREUwOFVuWG1oUE03aTZrTGFod1E9MTswMDsn\\\"\",\n            \"id\": \"dfbf3c47-2219-4e72-aa41-469d8672e08d\",\n            \"taxCompanyId\": \"a5e8e547-14ea-40bc-aec3-7798c5c3c8c2\",\n            \"taxCompanyCode\": \"39900015C\",\n            \"creationDate\": \"2024-05-23T15:07:31.32Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O3l0ZTF4VFo4TU0vNDZsSWpKbERsVWp1ZHR2bUhkemIyOU45RlUveWQwc289MTswMDsn\\\"\",\n                    \"id\": \"65ee90e0-7897-485f-bd06-c819844e8f1b\",\n                    \"vatEntryId\": \"dfbf3c47-2219-4e72-aa41-469d8672e08d\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-23T15:07:31.32Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0VTSlU5b3ZHY3VqSUwyS2gvZVhoZWhFUGwwQ2hiSTRoMVV6Z3NDNGRiZ0U9MTswMDsn\\\"\",\n            \"id\": \"b105dfbd-082d-4547-baeb-46ed0adb131b\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T11:33:18.837Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzJ1NG0yTkE1bXN5dlYrVmp0RTFGZi9EVUttK2xicnlOT3ZuYWpkbVhsOEk9MTswMDsn\\\"\",\n            \"id\": \"301fbfbe-1a3b-4ae1-a6ef-4896f736b020\",\n            \"taxCompanyId\": \"74d3cd5e-86fe-4850-b5a4-f55f7ec9a48f\",\n            \"taxCompanyCode\": \"37713031B\",\n            \"creationDate\": \"2024-06-03T09:35:29.467Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0Oy83RVhRZEhrWm9YZkRTNU81UHI3R2JTWHJpeEFvclpIelFOWXlwZk9YajQ9MTswMDsn\\\"\",\n                    \"id\": \"0531980b-111b-4f94-b231-4356774ac0fb\",\n                    \"vatEntryId\": \"301fbfbe-1a3b-4ae1-a6ef-4896f736b020\",\n                    \"vatDefinitionId\": \"f205d10b-06d6-4ae3-bf5f-dac5329dc8bb\",\n                    \"vatDefinitionCode\": \"NAC_51149|IVA21\",\n                    \"postingDate\": \"2024-06-03\",\n                    \"documentType\": \"Pago\",\n                    \"documentNo\": \"01897306\",\n                    \"type\": \"Compra\",\n                    \"base\": 1000,\n                    \"vatPct\": 21,\n                    \"ecPct\": 0,\n                    \"amount\": 210,\n                    \"vatCashRegime\": true,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"8088\",\n                    \"externalDocDate\": \"2024-05-19\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Towne, Cruickshank and Nader\",\n                    \"customerVendorVATRegNo\": \"32002890A\",\n                    \"countryCode\": \"ES\",\n                    \"postalCode\": \"43360\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": true,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 690,\n                    \"createdOn\": \"2024-06-03T09:35:29.483Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzdsKysyMjVOa0ExWHI0WHg4VUYrZDE3bmlMdnA0bjNVVUNMMnk2ZGdtN2M9MTswMDsn\\\"\",\n            \"id\": \"33b58fb7-4988-447f-9842-48ae3a2248f3\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-13T09:39:36.017Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3c3MkEwalJnQU83YWEyVEhobXFldUVKU3pyYkVGaXZCYTdHS2tIc0t4M2c9MTswMDsn\\\"\",\n            \"id\": \"893c6d88-5e79-4b37-9e5f-4a3ebc17c4f7\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:44:08.647Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0OzNvWTIrRVAvVDBOY05XbXN3SWJraFUxT0FzM1hUWVQxQ2NiU3JhWTd2dm89MTswMDsn\\\"\",\n                    \"id\": \"f510bb26-99b8-47c3-bb11-a768962577e6\",\n                    \"vatEntryId\": \"893c6d88-5e79-4b37-9e5f-4a3ebc17c4f7\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T10:44:08.647Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2djVHp6RVhJaXIrd0VWY1o4VE1raE5tMm81YURIZXNBZ0orcGs2NTNJZzA9MTswMDsn\\\"\",\n            \"id\": \"152c5066-764c-4e14-a40b-4c35565084c7\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T11:20:59.657Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzlqU2RPejA0Y3R1RHZoSWRtVWZkM25PZ2p1N0VGQzMwTXZLaFJwZ1VEQzg9MTswMDsn\\\"\",\n            \"id\": \"87e1d1ae-1b16-43d4-94d1-4d64cd725217\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T10:19:21.657Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1I3M0YycURidm1RcnByYzBueXp2SGtqc0xHZFdLWHlqWS8rak0rUWhBVFk9MTswMDsn\\\"\",\n            \"id\": \"3290ec8a-20cc-497f-a085-4eaab8fa85c7\",\n            \"taxCompanyId\": \"a5e8e547-14ea-40bc-aec3-7798c5c3c8c2\",\n            \"taxCompanyCode\": \"39900015C\",\n            \"creationDate\": \"2024-05-23T15:08:13.917Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0Oyt0NUFuQ2grUW5EYWF4dUpvTm00THV2M0ZsTGpFZmdRNEcxTjVndlEwRzQ9MTswMDsn\\\"\",\n                    \"id\": \"6887617e-458e-4437-9f5b-a053602424c0\",\n                    \"vatEntryId\": \"3290ec8a-20cc-497f-a085-4eaab8fa85c7\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-23T15:08:13.917Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1hyVUozME11NWJWMnRIU0xhQnp6Zm00Umx5b1pqT1lVOGcvT3NFTmQxN3c9MTswMDsn\\\"\",\n            \"id\": \"a48bc121-fb87-48f5-9061-4f70f087dc39\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-17T14:31:04.33Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O2VsMjZLZW4xaEJtTGZWYWdiRHI0ZjhCM1M0QjB0dDkyZmVSODdqcHJiVUU9MTswMDsn\\\"\",\n                    \"id\": \"1b0e0bd9-0e9f-4970-b9fa-152a5ce1fdde\",\n                    \"vatEntryId\": \"a48bc121-fb87-48f5-9061-4f70f087dc39\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-17T14:31:04.33Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                },\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O0J4VnNvRitMWCtiSm5qMUFiK3ZJRmQ3K1g3cjhDS1g2eGZWQjNZQjVqQ1E9MTswMDsn\\\"\",\n                    \"id\": \"71e637b8-7c57-46e9-9271-56a7d2240954\",\n                    \"vatEntryId\": \"a48bc121-fb87-48f5-9061-4f70f087dc39\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-17T14:31:04.33Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O09HK0ZucU5mU1d1TUk2SUlUSkl4SWQ2TVV3ekJJVENoamc5NDUyd3RJbmc9MTswMDsn\\\"\",\n            \"id\": \"a316bfe9-8ce1-4c3c-9301-4fd6a79aeab2\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-13T09:40:07.493Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3pMSC9sSW9PZjlJb1lucmpHc0xqYi9jdHdXRDErbFVhbDVjVmF2YmNId009MTswMDsn\\\"\",\n            \"id\": \"fa08424a-5eb7-487c-bb21-51339b664833\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T13:40:43.087Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3paeEVXZzhKeUJqZDdUMVU1RTJ0TkFib3gzcmZUMVY0clBSU2Z0SkprTzg9MTswMDsn\\\"\",\n            \"id\": \"35f5c906-8b1e-4e39-93f3-519ff14463be\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T14:38:55.59Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1dGMVAvOWg0V3lZaVJnbVp2WWNweTI5eitjVDFYWTRBREdXSWVQOHVpcWs9MTswMDsn\\\"\",\n            \"id\": \"3e2119fd-c5fa-4516-ac7d-51f14f7e6fc4\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T13:08:29.077Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1NSTlZxM1NsM2RBT1FNeGYxbmZERVlxT0xWSGkxTHVRcnB6dG5ONDVRWDA9MTswMDsn\\\"\",\n            \"id\": \"a59ad15d-d713-4be4-8cdb-522442717234\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:51:17.707Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1p3SENON2FNcitxQUNadytDVERWdGxHTFFGa3dJdFdVOXpGcnJXUjY4dG89MTswMDsn\\\"\",\n            \"id\": \"22f46ab9-90ea-43a2-86dd-52244cbeef2c\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-13T19:58:36.03Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0NsekJ3bExJd2NoNVZ0N2FaaTh2U2RIaUFOQk91SjczZEhYUC9LNWZUZEk9MTswMDsn\\\"\",\n            \"id\": \"317a493c-0cdd-43b1-b962-52294e94a4ac\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T14:31:26.963Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3lXbng4ejNjSEttRGphNVNqVmh0QUhPNUs5KzlmQTE4cWNWV2VHMTNXeHc9MTswMDsn\\\"\",\n            \"id\": \"ec9ac1fa-e0e7-4b87-86ec-52bdb3ecf96f\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T09:33:30.66Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2V3UVp0cWdYbmx3RlBMcDlSMEFQZm5mclRkZ2RsZlNHUkNUTUpsaHl0dEE9MTswMDsn\\\"\",\n            \"id\": \"ff8829cb-9246-41ca-bd48-54aa156a78fb\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:53:20.333Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O25BdFJDcmxoTEVqZEJYa2hhN3lLQXBnSmpvWTRiVkt4dGFaUitGZ292NDg9MTswMDsn\\\"\",\n            \"id\": \"e26ae62d-0170-437f-8a2d-57902ad73631\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:44:09.803Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0OzNWektpR080RXdrNFdkMUpFZXJaRWpqM3kra3Q1eC9PM21VZ1lFNzNUMlE9MTswMDsn\\\"\",\n                    \"id\": \"1d1cef38-14e3-48a9-b357-5d8ba26c1105\",\n                    \"vatEntryId\": \"e26ae62d-0170-437f-8a2d-57902ad73631\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T10:44:09.803Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0Y3cUFxQ3Z2L0FEbkpkRGJxVzVaT2pRK3d6YWVyNFdnVjlUU0V2bW1iQ0U9MTswMDsn\\\"\",\n            \"id\": \"296205fa-1bef-4e39-b86a-583d36229712\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T15:36:12.777Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0NtR2lOU2RPMWhJbXZCbFBvOVEvWnpmU0xacExhQzl6S3BQaXU4bkNMNzg9MTswMDsn\\\"\",\n            \"id\": \"a612ecb1-0f53-43df-bfac-592e40ec1442\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T09:24:42.34Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1F0TURUUWxOWFcwNFBIQ3l3V0ZQQjk5UVFWbkJLM1RydWJyUHJRUi91Szg9MTswMDsn\\\"\",\n            \"id\": \"3fca3ea2-5661-498e-9617-5a543cfa7ee4\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-01-03T10:54:23.27Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzkwVWtzRVhoaEEyWlhrdnQremQ0S1p3bW9QYUlNbmhBeDUxVDEvVmNwRFU9MTswMDsn\\\"\",\n            \"id\": \"d29748b5-0b91-49f0-b915-5a5b40079d22\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-14T15:33:36.937Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3J5bDMxbFl4OVp0Yy9wNVprOXl1WnNqQy8wNEJDeXF0UG5iSGhuUU1mWkU9MTswMDsn\\\"\",\n            \"id\": \"add31789-f99b-44a7-b3a5-5b0e3d68aeed\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-18T10:04:23.283Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzA3UzVDQ1BoQzJBR0FyVmlESWM1ZHNQYndIS2JsNDlJY1pNUXNoZk5pNFU9MTswMDsn\\\"\",\n            \"id\": \"2ee81e56-fb76-43cf-9e4f-5ddc848f7015\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T15:25:07.3Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3JiR1crWEdoSS94QU8vVU5yeTNaYzVLa2RmTVRMZnYrSFE4Vnk2Q2hFSmM9MTswMDsn\\\"\",\n            \"id\": \"78ea6d9e-98ba-47cf-b9cd-5e6d66e75b12\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T13:12:51.55Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3hkdE5vTkdDR1psWmVYdjgzdDI1UXRzOXBvUE9BM0FPZXNwK0t4bjFGb2c9MTswMDsn\\\"\",\n            \"id\": \"b5aff44d-74a5-4b0a-a341-5f6fc8df7515\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-07T11:29:10.93Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1U5VDdDT1I5cGlpODJtUFVKMkFLNmNTdWEvVEdIUEpndWpXRm5BZllhZEE9MTswMDsn\\\"\",\n            \"id\": \"f2f51a78-c80a-4748-a367-5fe522fd241a\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:44:06.403Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0OytOTDViQ2JNMlZwTzBJN3ZBSFNKM2w0bzZmZWtGL3crTy9LZGJ4cHEzM2M9MTswMDsn\\\"\",\n                    \"id\": \"7c0b460c-0211-44cb-8694-cdb35bb5f128\",\n                    \"vatEntryId\": \"f2f51a78-c80a-4748-a367-5fe522fd241a\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T10:44:06.403Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3IwNzRZTU1zcVlteTIvUnF3T0hrSFlDWU9MTWJGWFd0WUc2aTNZRGFSQnM9MTswMDsn\\\"\",\n            \"id\": \"9a530ed1-1bce-4293-b044-6090c32988ee\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T16:39:02.543Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0hqZnBwNEZsVkRFclVENEMrTFF6QkdFazFsVHFnT2tmTXVpcTQrWEtSTVk9MTswMDsn\\\"\",\n            \"id\": \"87f03bf6-2552-4377-a4c3-61ff52d29757\",\n            \"taxCompanyId\": \"c5f2cbc7-be3d-46d8-b821-5bab39a785a1\",\n            \"taxCompanyCode\": \"77777777A\",\n            \"creationDate\": \"2024-05-25T05:20:16.967Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O0NXWEFLd0FZWUpnY3lYdHdWQnJ0WkwxZWZpd2k3ZHY1NDNXTUZxTWRsb1k9MTswMDsn\\\"\",\n                    \"id\": \"3806b0ba-d6e5-4d36-a32b-eb192d2e1c70\",\n                    \"vatEntryId\": \"87f03bf6-2552-4377-a4c3-61ff52d29757\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-05-25\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"25988843\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"6310\",\n                    \"externalDocDate\": \"2024-05-10\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Quigley and Sons\",\n                    \"customerVendorVATRegNo\": \"01214728A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"43205\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": true,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 84,\n                    \"createdOn\": \"2024-05-25T05:20:16.983Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2poc0ZKaWxCTWVheUN6WDJxUkh5MzJYZ3VIbjJUaTVwTUVXZFVpZXR0bXc9MTswMDsn\\\"\",\n            \"id\": \"c3808972-8570-40d4-a61f-6246746f077a\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-13T09:04:32.9Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1loL2diZnpRc2NSK3hyMjZQc3dmT0lObjdsRGhTazFRRE03azR5QXNxdU09MTswMDsn\\\"\",\n            \"id\": \"699607e1-afbe-4233-93f1-6246ebd9b0d7\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T09:38:07.463Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2FCRzhxUU1kSk1UanZKMW9jZGtuTmV4bTBlYzZqUDdmODlpOGFYcWpnRWc9MTswMDsn\\\"\",\n            \"id\": \"b5a76eb5-80df-4f2a-bf47-62912a340303\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-17T14:19:15.803Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0OzhpdGg2cEh4MVEyZkVOZWxrSGlaVGNscFBDTnBGM3pmUVdkQkdCbzd2SlU9MTswMDsn\\\"\",\n                    \"id\": \"9dedf483-e126-4d75-9cd4-3c05ee7357ee\",\n                    \"vatEntryId\": \"b5a76eb5-80df-4f2a-bf47-62912a340303\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-17T14:19:15.82Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O05JcnB6REE5WHRzWGtrU2w2M2tTRTRLa2ZmdW9uUG91RUlIQXVEZlJMZ1k9MTswMDsn\\\"\",\n            \"id\": \"99339c47-e813-4d9e-8aef-629a1fcbed44\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:20:01.43Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2lLdVNPUWhpNGZ5TjVjRHl6RU5hY2hpbXcxOFBvK2MrdDk3VDFNbDlKOEU9MTswMDsn\\\"\",\n            \"id\": \"b43ce8c4-cf51-4dad-a44e-62e73ac4fe20\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-05T12:17:53.417Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzVCaW5PclZ2cU00THczclBTeFpKcEFyOC9kQzUxNDVGRkFSc1dDajVOYmc9MTswMDsn\\\"\",\n            \"id\": \"8995e25d-9f22-49a2-b502-631df83a8af3\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-13T19:58:34.267Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2s1ZGFERXlSTXNKMFgrandHOFAzdWhVMkg5Mm1iUS84SnNBaEpRMEltcFU9MTswMDsn\\\"\",\n            \"id\": \"4d0722d5-cf90-4742-9c40-64ac63aa419f\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:14:43.683Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O09qZlVDeSs4ZWZDcW02WGt5VVNGa2ZRaThKWi91SksrWCtnU2VMdVVEN1k9MTswMDsn\\\"\",\n            \"id\": \"5dea8091-43b1-4727-b794-65017f2f1b90\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-18T09:02:00.417Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O09uaXNzYmY3YXlGbkhPWXJlRXNTSGJPTUJXS3V6NEJpaTFaZlZvaWNkSDA9MTswMDsn\\\"\",\n            \"id\": \"67da9caf-1f73-4a9b-8ef2-65d9ba497ccd\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T14:05:41.323Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3hTRElIWXlrSldvbFRXWmpNZnZWdmdaa0UyRlNRRmtpQnRDeG5RR0lSdG89MTswMDsn\\\"\",\n            \"id\": \"30f23c8e-1386-4965-9605-65f6a393e561\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-21T13:47:34.057Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1Rta3Y5MWtmbWFYcEpWNmphRC9JSTZPM0xRT2owOGlhRUVTelg0Ti9VbmM9MTswMDsn\\\"\",\n            \"id\": \"f20747b9-3ecd-4b51-acc0-667c46f94b15\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-09T12:31:30.623Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzJhakhlWjVwSU9COEJ4TFc0VkdGamQzeUx5MkFoZmsxZFUwVEdMU3R5bG89MTswMDsn\\\"\",\n            \"id\": \"2129a9e6-420a-43d6-8d93-66ab491a83e6\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:23:17.667Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzBHVThBblpUbWE0OWdMS1pERWZyZlB4SXZWcndDTWRmS0VDTnQ2TTEzRVE9MTswMDsn\\\"\",\n            \"id\": \"f1c42232-7163-4577-a85c-66fa1a9c37ab\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-31T10:51:58.58Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0OzdzWm5yZEhhUTYvQTFtMnVwMkxmNG1ZSnplaHVoK3daVVBMRlJkcno3YUE9MTswMDsn\\\"\",\n                    \"id\": \"6b099bfd-b562-416f-8d2a-add18002aca0\",\n                    \"vatEntryId\": \"f1c42232-7163-4577-a85c-66fa1a9c37ab\",\n                    \"vatDefinitionId\": \"6e05b6e3-0ee2-4a7b-bd09-a35cec6e3fd5\",\n                    \"vatDefinitionCode\": \"NAC_72495|IVA21\",\n                    \"postingDate\": \"2024-05-31\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"43650254\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"externalDocNo_1\",\n                    \"externalDocDate\": \"2024-01-01\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Janis Bergstrom\",\n                    \"customerVendorVATRegNo\": \"00000000A\",\n                    \"countryCode\": \"ES\",\n                    \"postalCode\": \"00000\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": true,\n                    \"euService\": true,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 83,\n                    \"createdOn\": \"2024-05-31T10:51:58.69Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1ZORnBaVmpVNGwycmVyU0x1U1lxby9SY3gyV3k2Tm1zYi9Ic3lINWRMa1k9MTswMDsn\\\"\",\n            \"id\": \"ff2d4dcb-6b2d-487d-9fd7-68975780a36a\",\n            \"taxCompanyId\": \"856d0c8b-5055-4ce3-a012-b0e3c5066eeb\",\n            \"taxCompanyCode\": \"20176588B\",\n            \"creationDate\": \"2024-06-03T15:20:55.387Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O1hHd29oZ0xvYzFnblVZS1g0eEZ4R25tQUttNHJ2eHlPV0lDRlJwVXRtZGs9MTswMDsn\\\"\",\n                    \"id\": \"d380a899-e8da-4dd7-ac8f-600b0dbd5c59\",\n                    \"vatEntryId\": \"ff2d4dcb-6b2d-487d-9fd7-68975780a36a\",\n                    \"vatDefinitionId\": \"1a74835b-c0fb-43fc-9850-543a4ea88d5c\",\n                    \"vatDefinitionCode\": \"NAC_87836|IVA21\",\n                    \"postingDate\": \"2024-06-03\",\n                    \"documentType\": \"Pago\",\n                    \"documentNo\": \"17932232\",\n                    \"type\": \"Compra\",\n                    \"base\": 1000,\n                    \"vatPct\": 21,\n                    \"ecPct\": 0,\n                    \"amount\": 210,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"9484\",\n                    \"externalDocDate\": \"2024-05-19\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Runolfsdottir LLC\",\n                    \"customerVendorVATRegNo\": \"04521733A\",\n                    \"countryCode\": \"ES\",\n                    \"postalCode\": \"43360\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": true,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 939,\n                    \"createdOn\": \"2024-06-03T15:20:55.497Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3NUcE40UkZJMWRORmR2UDZtdFhHOE1uTWlzdGJOR3pTbldHRWh2WERXd0k9MTswMDsn\\\"\",\n            \"id\": \"4de4e125-b959-449f-8d09-68c04117350c\",\n            \"taxCompanyId\": \"c5f2cbc7-be3d-46d8-b821-5bab39a785a1\",\n            \"taxCompanyCode\": \"77777777A\",\n            \"creationDate\": \"2024-05-25T04:55:13.54Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O1lBUU4yRklXSWp2RHNvays2cGVRTGQrRzUvbEl2L3NGQXJWdkJ0bS8zSmc9MTswMDsn\\\"\",\n                    \"id\": \"418fbe49-d056-47df-9068-195a1fcfbe62\",\n                    \"vatEntryId\": \"4de4e125-b959-449f-8d09-68c04117350c\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-05-25\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"35237947\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"4796\",\n                    \"externalDocDate\": \"2024-05-10\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Jacobson, Mertz and Hilll\",\n                    \"customerVendorVATRegNo\": \"60622963A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"00000\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": true,\n                    \"eu3PartyTrade\": true,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 732,\n                    \"createdOn\": \"2024-05-25T04:55:13.54Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                },\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0OzFQekVLOXRSVHRqR0VWNWlRcWRqUXYwd2tBYThNN0x2SHhvZ01nNWtOZXc9MTswMDsn\\\"\",\n                    \"id\": \"ab611b2a-c42a-45cc-a769-52cd425d53b7\",\n                    \"vatEntryId\": \"4de4e125-b959-449f-8d09-68c04117350c\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-05-25\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"76951093\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": true,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"8608\",\n                    \"externalDocDate\": \"2024-05-10\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"McLaughlin - Tromp\",\n                    \"customerVendorVATRegNo\": \"92898216A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"00000\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": false,\n                    \"euService\": true,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 697,\n                    \"createdOn\": \"2024-05-25T04:55:13.54Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzZTMUZtRFRZWVQrcVJlbmlQM21HVE1ZQWY2cUlZMXJPWmVtdWdJNGFKQzQ9MTswMDsn\\\"\",\n            \"id\": \"8c8647d8-e1a1-4e15-bf47-68ec1da51529\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-13T09:39:37.237Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3ZCQUxmL2JHdFlkTmtBZUJQdW4vVUYzVm44ZDhDR2JQRjh0U2hTeGc3djA9MTswMDsn\\\"\",\n            \"id\": \"9838a5c4-ee68-47b5-95fe-6a40ec626c0f\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T09:52:20.397Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O003NUtXTktSSWlwYm9hQXJlU3B6Tko1SnFkeHMvUG9FWFlyQTkzSE9ZU1E9MTswMDsn\\\"\",\n            \"id\": \"09b170ab-3910-4d33-976c-6a672bdf4912\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:44:17.323Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2FOZkNabXhNWkdTaXZXUUUwRXVwUFI2RTRzZUROeDNSSTd2VC9pTjNUaEU9MTswMDsn\\\"\",\n            \"id\": \"ef182ba9-7e15-444e-8dc7-6d52dbb6b748\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T10:27:44.407Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O25oOUZEZkJUVlArUTF1TklLQ0dJMXBEbW4rSmhZc3kxR254anhPeWVBOXc9MTswMDsn\\\"\",\n            \"id\": \"4783ad2a-4ac7-44a7-9ae5-6db57615143a\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:44:21.59Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0OzF4SjFJTDk1M0VGMmFYdlFGMDU5Tm1mUU02aFIxNWVQMC9sZ29LeE84d289MTswMDsn\\\"\",\n                    \"id\": \"93d42595-f089-4e6b-bdfc-babcb53b8610\",\n                    \"vatEntryId\": \"4783ad2a-4ac7-44a7-9ae5-6db57615143a\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T10:44:21.59Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2dGeHpQSnhJWURXMm0wRXE2bUh1SmJSTlc5dTBFazhPZXFrTGdlaHd4S0U9MTswMDsn\\\"\",\n            \"id\": \"0fffdea5-df66-4ab4-b3aa-6de7e6f0f693\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T16:56:39.69Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3Vya1VESVBCNFE0NDR0U25xVjU5VWtZYlFKL3FXdVBuV1JXZW5acjBBQTA9MTswMDsn\\\"\",\n            \"id\": \"5d52cfaf-f7ba-4fc6-bee2-6e478d58d76b\",\n            \"taxCompanyId\": \"856d0c8b-5055-4ce3-a012-b0e3c5066eeb\",\n            \"taxCompanyCode\": \"20176588B\",\n            \"creationDate\": \"2024-06-03T13:54:29.38Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O2xJc1gwc3ZnZisxbjRSVmtHamc1YllQWGQrcG9uSjYxM1FTdzdtRXMxdGM9MTswMDsn\\\"\",\n                    \"id\": \"014ddab9-1493-42f5-890c-dbddbf622f15\",\n                    \"vatEntryId\": \"5d52cfaf-f7ba-4fc6-bee2-6e478d58d76b\",\n                    \"vatDefinitionId\": \"5ebf1f0d-20b4-49c3-8801-00904149d99e\",\n                    \"vatDefinitionCode\": \"NACIONAL|IVA ADUANA\",\n                    \"postingDate\": \"2024-06-03\",\n                    \"documentType\": \"Pago\",\n                    \"documentNo\": \"48720309\",\n                    \"type\": \"Compra\",\n                    \"base\": 1000,\n                    \"vatPct\": 21,\n                    \"ecPct\": 0,\n                    \"amount\": 210,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"2002\",\n                    \"externalDocDate\": \"2024-05-19\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Macejkovic, Predovic and Douglas\",\n                    \"customerVendorVATRegNo\": \"11163960A\",\n                    \"countryCode\": \"ES\",\n                    \"postalCode\": \"43360\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": false,\n                    \"euService\": true,\n                    \"eu3PartyTrade\": true,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": true,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 479,\n                    \"createdOn\": \"2024-06-03T13:54:29.55Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2lYd0VITmtKOVRrdjRkU2NGUkp0Tjg4SXZuck55aXp4MFVOZThyblQ3Ums9MTswMDsn\\\"\",\n            \"id\": \"32bdca12-3b20-4a70-af0b-6f7effd62d8d\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-13T09:04:44.983Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3lacU9zbmR3aWdlT3FFKy9hMjg4VEFLQkdIa3J4M3VWMUkxV0VNdkF6eTA9MTswMDsn\\\"\",\n            \"id\": \"5fe36225-91af-4e1c-b6ed-72805570389a\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T10:32:09.817Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0NhdWk4VUhTTmpZRm0ySkt0MEtoZ21hSkFNck0yZSt3bGpYZnVQYzVTeFU9MTswMDsn\\\"\",\n            \"id\": \"1a06aafc-9345-4f47-8062-72dea489d037\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:39:28.37Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1l0NkZ4eSszNmkyZGVUYlNrVEwxT2pTQ1AyN0ROTTAvRUp1MUFyaVhrekE9MTswMDsn\\\"\",\n            \"id\": \"a26e8046-3f9c-470e-97f6-74a6eeb8ce52\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-17T14:19:19.727Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O0QrNmdud0ZvemtacGFtandGSW9JN2EyTGdkS1ZzR1I3Tzh5a2RUZGhkaTA9MTswMDsn\\\"\",\n                    \"id\": \"d74c30a3-8614-49dd-bdf9-70577ef4f0fb\",\n                    \"vatEntryId\": \"a26e8046-3f9c-470e-97f6-74a6eeb8ce52\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-17T14:19:19.727Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3dnNVVCc1NxYVFHVlRKRi84YUw5QWlkMUR2c1lKLzJ1SzJvMmVLZVQ4MUk9MTswMDsn\\\"\",\n            \"id\": \"590d4db4-57ae-4ef4-b1cc-75d53fdcc4a7\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T15:25:06.383Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2ZLTGFxTWxWMWRVWWNmUmFZbzZYQTFuT3F4cEppTEM4NEJ3OGpKdlh6Y0U9MTswMDsn\\\"\",\n            \"id\": \"fa56e75f-ad9d-4437-a82c-75fb1deb212a\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T09:55:33.813Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3M1RlExWTBHZG1hc1dsOGtmeEtsTVA2UEN6MUw0eGREcmdMOEN2UGxFRGc9MTswMDsn\\\"\",\n            \"id\": \"17e8a85a-ba45-4303-a143-764ba93234eb\",\n            \"taxCompanyId\": \"c5f2cbc7-be3d-46d8-b821-5bab39a785a1\",\n            \"taxCompanyCode\": \"77777777A\",\n            \"creationDate\": \"2024-05-25T04:27:19.753Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0OzBsWGpoSjhNV2tENzN5aWVNNzBYaXR4RU1wOHB2cTBGZmZKM1JiWk5sMHM9MTswMDsn\\\"\",\n                    \"id\": \"569f91f2-5e7a-4412-9239-9616cc6d88e7\",\n                    \"vatEntryId\": \"17e8a85a-ba45-4303-a143-764ba93234eb\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-01-01\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"documentNo\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": true,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"externalDocNo\",\n                    \"externalDocDate\": \"2024-01-01\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"McClure - Hermiston\",\n                    \"customerVendorVATRegNo\": \"00000000A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"00000\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": true,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 448,\n                    \"createdOn\": \"2024-05-25T04:27:19.767Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0FEanFNM1pGZ0dDRlV4a2p1emJ3U0tiQzNqWU1ac25kMzFGeHR2TmhjSE09MTswMDsn\\\"\",\n            \"id\": \"9e6d388b-f2b7-441b-9bda-766f6dc6956a\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-21T14:49:32.333Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0IzQjFLcmErQWxBcGU0S0Yrc1A5S0xWQ3dVVVVOVXdSMk5LZUM4a29DbTQ9MTswMDsn\\\"\",\n            \"id\": \"196e56e8-4734-4baf-9c55-76b5301a138d\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T17:11:30.267Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3g0UFRCN012aldoVDFkN3J2RkJkajkrdzNZTDR6NWl2RkdyVDdTWFF1M0k9MTswMDsn\\\"\",\n            \"id\": \"e59f2a04-8ea2-4a38-b991-77ac4cf75fe6\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T10:32:18.44Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1YvREtUeC9QNE5wK3Q2S3ZPMStWUTUyeWhqL21tNmRycytFV3QvcEhCcjg9MTswMDsn\\\"\",\n            \"id\": \"b66d9099-85b7-4f81-9e9c-7831b30d07e5\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-13T09:04:41.03Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2NUcFRXZ042d0I4SnhZa0VETG8zdVQ2cVZRbWlvZWFNK1gxQ0ZHVExaQlU9MTswMDsn\\\"\",\n            \"id\": \"9f24f77a-9006-4975-99c8-7dfac842e22c\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-14T11:29:55.24Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O05MeXNiejZvT01obUZrMTdPZXJ4eDF2by9GaFlKclo3RzJEQ2lqNHJzRkU9MTswMDsn\\\"\",\n            \"id\": \"541642d5-b33f-4f57-b505-7e1961cad175\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T10:58:25.61Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O21KU3NnTjYwZmhYL0Q0elU5Y2hEc1MwZXFSeEZSTmc4YzJPUFM1OGxVYms9MTswMDsn\\\"\",\n            \"id\": \"3f69030b-6f98-461c-88fe-7f18005f0e06\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T10:58:11.907Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1hleG5kdzNISUY3M1BiZVdzcHBXNnhxei9VZEF6WVdGZ1IwbWp2eUxlTnM9MTswMDsn\\\"\",\n            \"id\": \"d9ad00a7-74b8-496e-a5c6-7fad17af9895\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T15:19:37.863Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2lSNjJGdzRHdXltOXVWSlhxTHA2S1BsazBXVWFraFJnak1SYStvdEZqdjg9MTswMDsn\\\"\",\n            \"id\": \"3ac08808-5990-45cc-a1ad-819e0eeb643b\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:43:13.013Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O0RzeUJadEFPYjMzSWtFa2JrcGd0dWxiNFNoOGtjSEZBR0FqZUlVdXUweGc9MTswMDsn\\\"\",\n                    \"id\": \"2465f1d5-dfa8-4d9b-9d72-a9f8d582f753\",\n                    \"vatEntryId\": \"3ac08808-5990-45cc-a1ad-819e0eeb643b\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T10:43:13.17Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1YxdmpEZ2U3bkE4SFNadFNrRXEwVW1lZEsydk9oZmVNdzhMaDU2RTFSenc9MTswMDsn\\\"\",\n            \"id\": \"0252ac7c-b05d-42b0-8a08-835d99a43933\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-01-03T10:54:33.377Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0F0Sko1UER1L29xUFhwdTVmTWdQb2RCRHllU1I3RHBpK1ErNWlNSVg4REk9MTswMDsn\\\"\",\n            \"id\": \"450fdf6c-03ce-47a0-8de9-839586769d02\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T09:33:31.94Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2JTWkpxMUNoK0lOZEdzMU82MkVpRExnR3VWTW10UVdRYTA1M1NEbHY3Rzg9MTswMDsn\\\"\",\n            \"id\": \"20f23654-29a9-46db-9663-83c58b298773\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T11:37:29.663Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0xVRFNralNHREV0aXA3Mi9TTEs1WVpQRTV5bVpmNEhVRW9WZVhnTEdRZFE9MTswMDsn\\\"\",\n            \"id\": \"c11be8bd-81f9-44f2-ba5a-83d896291e8a\",\n            \"taxCompanyId\": \"a5e8e547-14ea-40bc-aec3-7798c5c3c8c2\",\n            \"taxCompanyCode\": \"39900015C\",\n            \"creationDate\": \"2024-05-23T15:05:53.99Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O3ZvWjNzTFBLSnJ2QkhlUEliUU9rODlpaXN5ZUdPMnY2ek40UlFTQzBIeGs9MTswMDsn\\\"\",\n                    \"id\": \"a4dbbdda-3681-418d-a89c-a5e7d43080b9\",\n                    \"vatEntryId\": \"c11be8bd-81f9-44f2-ba5a-83d896291e8a\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-23T15:05:53.99Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0Ozk0ZlcyR2pZQjhWMGk4U1FKNnplalJFdS96R3R3cEY1b2hhN2FNMk5MTUE9MTswMDsn\\\"\",\n            \"id\": \"a4cc77c5-47b1-46c1-9d10-854fcaa0f926\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-04-25T15:00:58.67Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O25HeHJBd2xPdFpWWGJBTkRUeTd3OXZyU0pZVjlEa2s1TEZBS2JlSkJPc289MTswMDsn\\\"\",\n            \"id\": \"5e6507cc-be8f-4005-8169-8582da10be09\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-21T15:10:19.74Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzRvS0M4ZlltL3Y5WXBZcHVEYXNNWVJwT2Z6Q0VnWFpwRzZUem9tOHBXWVE9MTswMDsn\\\"\",\n            \"id\": \"ff967635-f53b-4545-837d-861347912b97\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T09:38:08.84Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O21CK2FhQ01tSStMc1prUTlDRjVteDFBTGhLTitSSkZ3YlFobnp1Q3JFdEU9MTswMDsn\\\"\",\n            \"id\": \"b2b8e60b-e9ff-4beb-aa4b-89872d262fdb\",\n            \"taxCompanyId\": \"c5f2cbc7-be3d-46d8-b821-5bab39a785a1\",\n            \"taxCompanyCode\": \"77777777A\",\n            \"creationDate\": \"2024-05-25T05:21:22.913Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O0hEMWp2Ui9jaXMvZkVoR241RkNlZkFuczhiMG9KTzZIaVNOS2FCeDNyQk09MTswMDsn\\\"\",\n                    \"id\": \"90cf75bc-83b9-4f6b-8f51-54f1bb0dbd0c\",\n                    \"vatEntryId\": \"b2b8e60b-e9ff-4beb-aa4b-89872d262fdb\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-05-25\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"25548687\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": true,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"6017\",\n                    \"externalDocDate\": \"2024-05-10\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Doyle and Sons\",\n                    \"customerVendorVATRegNo\": \"34649700A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"43205\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 837,\n                    \"createdOn\": \"2024-05-25T05:21:22.93Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                },\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O04xdnp4L2dIbFA4eFJ5ekh4SmpJRnlYYS9OVEFXdkZuN1lVcEwxdjZ4T0k9MTswMDsn\\\"\",\n                    \"id\": \"ba37ef94-8ae4-4917-8809-974fb5b1c1de\",\n                    \"vatEntryId\": \"b2b8e60b-e9ff-4beb-aa4b-89872d262fdb\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-05-25\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"71821434\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"3584\",\n                    \"externalDocDate\": \"2024-05-10\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Bartell Group\",\n                    \"customerVendorVATRegNo\": \"32348490A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"43205\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": true,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 878,\n                    \"createdOn\": \"2024-05-25T05:21:22.93Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0RJWklzcHJ5eUdHL2V5VTN2T1Jab0VsUG1qejVnZkNCU0VpcWlIY0FWUm89MTswMDsn\\\"\",\n            \"id\": \"922fe60a-0aee-42b4-9e66-8baada917bf2\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T16:45:57.223Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OytNS1E2WFRNRVFkQ2ZwNzdib1h0MXBBVi91TmZQeTUxYzk1OUZmQ1VtUVU9MTswMDsn\\\"\",\n            \"id\": \"da50010c-69e1-4092-bb85-8e6ee6816ec1\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T11:41:36.697Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1BRUlBRdFludExjQU1xSG1WUWJOY1B1Z3BzeTF2K29CYmVFTDhlWFpDc0U9MTswMDsn\\\"\",\n            \"id\": \"bc3d7555-15d4-41dd-979d-8ea968abb7de\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:44:04.15Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O0hOV2NMUzlVb1gwTXFoQlphN3JwTmF1UHNYa0NzVTRILzNCSEp1Y0ZuL0U9MTswMDsn\\\"\",\n                    \"id\": \"807d16ab-dd78-4f5f-b440-9cea2ad50a22\",\n                    \"vatEntryId\": \"bc3d7555-15d4-41dd-979d-8ea968abb7de\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T10:44:04.15Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0dON3BCM0tTeXhVMVJUTE9SSUhkZzNHOUVmUk55RUpvY2dOYVZWT2F0UVk9MTswMDsn\\\"\",\n            \"id\": \"80e78945-9bcc-4f7a-86f9-8ec679047d9b\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T17:11:19.633Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0I3eHI1ZFgydG9mOXB1NEhwTWQvOElDNUh3VDJhdkhFbVR4TmFQY3VkUXc9MTswMDsn\\\"\",\n            \"id\": \"a7253b68-1bc1-4ffd-b7a0-8f8a56b187e6\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T13:43:13.807Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O08weHZyZnBLcXZnWHB1SW5UeHJKYWdwNWEyTnJ1YzhramdXSDY4QnVxZFU9MTswMDsn\\\"\",\n            \"id\": \"540b731f-7323-4f38-823e-9086b33419c6\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T15:23:12Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0ZFS1VOVThiM1pRZTlWckV1RkNWNjhKd0xsdXBKeENjSG5yeTFzN3VaRjA9MTswMDsn\\\"\",\n            \"id\": \"e42e7320-5f12-4496-aa0c-911f8123c335\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:38:19.663Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0tqOHM5MjcyZDk1bkw1RndNQWt5ZHFmb3dlcEFNaEFaSnVoRUNhMWh5eFk9MTswMDsn\\\"\",\n            \"id\": \"8d31d2cd-0ded-4e8b-bf3f-9246d665f20b\",\n            \"taxCompanyId\": \"739fbbea-47ed-4e23-a870-c648cf2f429a\",\n            \"taxCompanyCode\": \"39900016C\",\n            \"creationDate\": \"2024-05-24T09:15:58.5Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O3puQlVKa2NXNDBGbXVNdWdkUmZaVkg5elU1K0Y1Vjc5UTl6c2FXZmkxRjg9MTswMDsn\\\"\",\n                    \"id\": \"206dbc33-d4bf-41d0-97ca-7f8447aef546\",\n                    \"vatEntryId\": \"8d31d2cd-0ded-4e8b-bf3f-9246d665f20b\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-01-01\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"documentNo\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": true,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"externalDocNo\",\n                    \"externalDocDate\": \"2024-01-01\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Dr. Jessica Franecki\",\n                    \"customerVendorVATRegNo\": \"00000000A\",\n                    \"countryCode\": \"ES\",\n                    \"postalCode\": \"00000\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": true,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 614,\n                    \"createdOn\": \"2024-05-24T09:15:58.5Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0IyeHFSQ3BvajBlb2xndmFEUzdBcFhSWER2SVNaUUtzZFgya1d2WFdXZXM9MTswMDsn\\\"\",\n            \"id\": \"116e5968-c3d5-4970-8184-94890cb07799\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-14T13:00:02.027Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3MyamlyeUlxc0dNRWdBbHRnQ2NnMGh6Wk1CSUhuaE5PTmw2QkZXUzRVMUE9MTswMDsn\\\"\",\n            \"id\": \"effa43fc-f54f-465f-b05b-96a617eb191f\",\n            \"taxCompanyId\": \"74d3cd5e-86fe-4850-b5a4-f55f7ec9a48f\",\n            \"taxCompanyCode\": \"37713031B\",\n            \"creationDate\": \"2024-06-03T09:40:04.783Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O0pSbTVaVSs2d1R6dXNiS1lrY0lXdE1NZ1FDUnQyNjZncDNMaWJkaTA3L3c9MTswMDsn\\\"\",\n                    \"id\": \"0b91e503-e8f7-4d06-b5e2-a89e593d57d3\",\n                    \"vatEntryId\": \"effa43fc-f54f-465f-b05b-96a617eb191f\",\n                    \"vatDefinitionId\": \"f205d10b-06d6-4ae3-bf5f-dac5329dc8bb\",\n                    \"vatDefinitionCode\": \"NAC_51149|IVA21\",\n                    \"postingDate\": \"2024-06-03\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"29456308\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"3238\",\n                    \"externalDocDate\": \"2024-05-19\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mante - McGlynn\",\n                    \"customerVendorVATRegNo\": \"35093703A\",\n                    \"countryCode\": \"ES\",\n                    \"postalCode\": \"43360\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": true,\n                    \"euService\": true,\n                    \"eu3PartyTrade\": true,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 583,\n                    \"createdOn\": \"2024-06-03T09:40:04.783Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O01SaUlMNGxSTVBRUkhVZ1NXM212cjFDeW9pOThBdnFXZFdJVUo0dndURTg9MTswMDsn\\\"\",\n            \"id\": \"629f3c50-552d-4580-97f9-97b30b9300eb\",\n            \"taxCompanyId\": \"c5f2cbc7-be3d-46d8-b821-5bab39a785a1\",\n            \"taxCompanyCode\": \"77777777A\",\n            \"creationDate\": \"2024-05-25T04:48:12.147Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O0FSNko1ZWJid1BWZXpmaUNvaGgwcFdhcWR4UzRYUnFONDdKMWpZRzFEUFk9MTswMDsn\\\"\",\n                    \"id\": \"e157d440-c46d-40f6-85b0-ee67defda163\",\n                    \"vatEntryId\": \"629f3c50-552d-4580-97f9-97b30b9300eb\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-05-25\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"32231938\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": true,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"1146\",\n                    \"externalDocDate\": \"2024-05-10\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Heaney Inc\",\n                    \"customerVendorVATRegNo\": \"00000000A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"00000\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": true,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 718,\n                    \"createdOn\": \"2024-05-25T04:48:12.147Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2M0OElTQkJCT1ZHb3lFc2pmQUtnU01HS292ZldaUzd6THdhUThwNVVIeUE9MTswMDsn\\\"\",\n            \"id\": \"32bb1ef6-25f2-4682-a49a-983f1284b743\",\n            \"taxCompanyId\": \"c5f2cbc7-be3d-46d8-b821-5bab39a785a1\",\n            \"taxCompanyCode\": \"77777777A\",\n            \"creationDate\": \"2024-05-25T04:32:28.3Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O2xHb0YydUNGWllleHNMYVAyVVVjT3RiWGFQdGl0bVFQNVhhbDZYZVNCamM9MTswMDsn\\\"\",\n                    \"id\": \"e0a72d44-360a-4587-828c-c00f2f84063e\",\n                    \"vatEntryId\": \"32bb1ef6-25f2-4682-a49a-983f1284b743\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-01-01\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"documentNo\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"externalDocNo\",\n                    \"externalDocDate\": \"2024-01-01\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Grady, Streich and O'Conner\",\n                    \"customerVendorVATRegNo\": \"00000000A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"00000\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 902,\n                    \"createdOn\": \"2024-05-25T04:32:28.3Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3VCTmxsNlU5NHA4TlRKRnRFRjNNTzNSZCt3bnU0WUNiVmlLOGlXUnRhYnM9MTswMDsn\\\"\",\n            \"id\": \"c7ceca24-999b-4436-b47a-9967f5f8d8a1\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T16:57:15.177Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2ZjOU5oM1E1YjlKWllvYVRaWVR5MEdZSk9mN2ZkamZXVlBKamM5TGtDMzA9MTswMDsn\\\"\",\n            \"id\": \"13559edb-0ef4-4cab-9db7-9a0a41f39ef5\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T13:38:24.3Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzFCb1VjMUJ6QmZpazNkV0crSFFHVmJTRVBJb1gwSk5PMWlxRDYydENsRWc9MTswMDsn\\\"\",\n            \"id\": \"19607640-6e5c-481a-9832-9d00c6423acc\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T13:35:21.163Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2ltbTdXWlk4MHJ4S1dvVXpLbDE1SGo0Q1BmdEI0ZFpza0VVTWNlRjBCK1U9MTswMDsn\\\"\",\n            \"id\": \"d3044e46-8df9-40d4-a5a7-9de07f70bd2e\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-16T16:05:40.523Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O3prVC95WVFwLytTK3EzNkVIQnVOeEwxY2x6MTlPbERPVjBGdVF1a092S3c9MTswMDsn\\\"\",\n                    \"id\": \"c79014e4-cd06-4e6a-b783-8bd616016a5a\",\n                    \"vatEntryId\": \"d3044e46-8df9-40d4-a5a7-9de07f70bd2e\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2022-06-11\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"103219\",\n                    \"type\": \"Venta\",\n                    \"base\": -1160.57999999999993,\n                    \"vatPct\": 0,\n                    \"ecPct\": 0,\n                    \"amount\": -243.719999999999999,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"\",\n                    \"externalDocDate\": \"2020-06-11\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Cliente IRS001\",\n                    \"customerVendorVATRegNo\": \"\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 436,\n                    \"createdOn\": \"2024-05-16T16:05:40.557Z\",\n                    \"createdBy\": \"MARJINSA\\\\GUILLERMO\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzExUDNyanRxUU51L296SmwyTXdHVytQZTVyRkw1ak9mUVR3YkZSbVpnQkE9MTswMDsn\\\"\",\n            \"id\": \"6ed2f054-f5a8-4deb-89d3-9e17ae55441c\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:44:01.76Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O2thSVgwUnZieElHeUUxb2FtU3kwbG5DV0xPcmNsNGN5ZDVKWURVam10UHM9MTswMDsn\\\"\",\n                    \"id\": \"8c345000-bacd-483e-a106-c877113d0069\",\n                    \"vatEntryId\": \"6ed2f054-f5a8-4deb-89d3-9e17ae55441c\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T10:44:01.76Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2NuUXIxVGVXZUdid2ZLTFhZWUQ0SmFQZUNIZzNDdTliU2JwSVhHQ3crdzQ9MTswMDsn\\\"\",\n            \"id\": \"b0119a76-eb53-4a7e-86ba-9ea3038143b7\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-13T19:55:55.89Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1FCWmZtYitRYk9BZTlleHVBUjBXUllXSGpDSzlpUGNuTGthM2hVa3JURzg9MTswMDsn\\\"\",\n            \"id\": \"24da3bf6-57ff-4668-be32-a1ac4fb042ab\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:41:30.733Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1h1MmpwR0ZYSEp0SVRQY2p0b2NrdnowTkxMdWZJdzVsUXo5dDJiNStMN0E9MTswMDsn\\\"\",\n            \"id\": \"d4cfeeb6-4381-4a8f-91d8-a1d3b446c372\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-29T10:14:18.437Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1dIaHRtYTd0RlpvSDBaZUN5Y1M5WXpReDY0eGRMTjVFeGt6bFZ3bkozSjQ9MTswMDsn\\\"\",\n            \"id\": \"dc1ba6c8-0b3d-4335-a5f4-a32e56375d70\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:18:45.397Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2hWaG9qTEpld0lWWnJHOWU4VDg5dEVqWTV4TUxRK2VNV1pkanpRaUpyNjA9MTswMDsn\\\"\",\n            \"id\": \"1bf0b6fa-0546-473f-b27b-a3ad742ad4ff\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-01-03T10:54:30.097Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2dFZXhVKzlSOXcvd2s1TWZJMWFNVlRWTHFicFBCd2E4Z09sc08zTEgwNm89MTswMDsn\\\"\",\n            \"id\": \"a3d6781a-7f53-4b1b-b414-a44c938700c1\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T11:51:24.177Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2pyeFUvbEQzbUJ3cHN6dk9Eck5yTjQzWkszdjQ3Sk53dGh0L21ZL3dETlU9MTswMDsn\\\"\",\n            \"id\": \"518fbd22-dad2-434d-90bd-a7c7ed731697\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-13T09:28:49.75Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2UxQldyY2V4cUlteFpSS0hKbzFuMkM1eDEwTU5KeDEzdHArUDFUYy9QV1k9MTswMDsn\\\"\",\n            \"id\": \"826ed15e-1248-46b8-8f13-a7cf3005c2b9\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-01-08T07:24:53.587Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0Oy9qb0hnaEZjVTJVa0c5aGExekMvN3RscGVkWHQ4OGZXa3poWU52b3MwbEk9MTswMDsn\\\"\",\n            \"id\": \"d8549d5a-1914-4e7f-96ca-a7f16bf46399\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T13:12:20.05Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0lyTXFSeU80NnBEbmlDL2FOV0F3TjhGNXNubzVIcmRCdnJmN1JJZkZ5R3M9MTswMDsn\\\"\",\n            \"id\": \"d865368d-778c-472f-ab56-a825d7c8ba4a\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-28T11:48:21.307Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O0ZXQnVuWDdCdnppM1J6eTlJVERWYW51aUtkajZrOGo4OEdVY1g2dFNOcms9MTswMDsn\\\"\",\n                    \"id\": \"4bb3af9a-d453-4ff0-9bee-8192d1f79834\",\n                    \"vatEntryId\": \"d865368d-778c-472f-ab56-a825d7c8ba4a\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-01-01\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"documentNo_1\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"externalDocNo_1\",\n                    \"externalDocDate\": \"2024-01-01\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Janis Bergstrom\",\n                    \"customerVendorVATRegNo\": \"00000000A\",\n                    \"countryCode\": \"ES\",\n                    \"postalCode\": \"00000\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": true,\n                    \"euService\": true,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 83,\n                    \"createdOn\": \"2024-05-28T11:48:21.37Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0EzeHlBK290Y2JudUhmM0swakZ5VUJ6TU95NytSWWx6M3dnZ1pudk5VWEE9MTswMDsn\\\"\",\n            \"id\": \"1730a9ed-c59d-46a9-a55c-aa17590f33cd\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-07T08:35:44.237Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1dtbVZWV2wyMHJscmlWSVhySGR2TXFJNGtibFBNNXpoNlY1RHFuczBWVXM9MTswMDsn\\\"\",\n            \"id\": \"439451e1-ab6d-4b7a-8609-ab3b6e9b4f9b\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:44:05.307Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O1Z6ZHF5Q2pmU2FERWVQNVBqUnNSTzBBRk90L1hzRitVT1JyaW9laXdDSDg9MTswMDsn\\\"\",\n                    \"id\": \"b0e247f4-b334-4e56-aca8-c460c70cda17\",\n                    \"vatEntryId\": \"439451e1-ab6d-4b7a-8609-ab3b6e9b4f9b\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T10:44:05.323Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1k1RG13NVhnSFd6QUZ3Q2xTL09vT0xjOCtyQ1lBbCtLWlRlTUJ1WDA1NzA9MTswMDsn\\\"\",\n            \"id\": \"54225b73-8662-47b0-9115-abd3126cb79e\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T15:18:07.337Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2dvSUxaWjNOUzVzaVVlSjB1RDFNaXdPVmJuNjhvb3BHYkpWd0lHRUx2Nkk9MTswMDsn\\\"\",\n            \"id\": \"bf908bb1-8227-41f8-b886-abd7c2a7cf59\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T12:55:07.32Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2lheG5hWEY3Z3BlN0JMOFB3RzhCeUQyK3IyNHUyQnZBdlNWUjUwNzlweTg9MTswMDsn\\\"\",\n            \"id\": \"61d0900d-82a0-49ff-a074-ac8f6205f1c2\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T11:41:33.603Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2kzTi9JMFIzUTFYS1hyRWZhbExTdDlNVlFrWkwzWVB2aTV1M2ZxaWh0c1U9MTswMDsn\\\"\",\n            \"id\": \"e698d2d8-30ed-4812-b916-add8d81c159b\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-13T09:39:24.707Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3U1WjRTQ2d4VXNRazNrckZMb09GZE01ZlBET1lKVVRSYXRxOTA0Ykl5MDg9MTswMDsn\\\"\",\n            \"id\": \"e8f56a37-6dec-4e7c-bbc5-ae1979cbf746\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-14T13:25:37.797Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1IwOG5FS0NwMGkzYW9zaW1ycWVJT0M4M1VsMTNIZ3JWVWV1NTgyLzlUOWM9MTswMDsn\\\"\",\n            \"id\": \"356d8c43-96e3-43f5-8ee1-af71b3971453\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:43:58.73Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O3dZYlFxZ3pnVVp4Rm5Yazd4Qi83ZUFzZ2dBeDdvMVZzSWUyTG85clo4OHM9MTswMDsn\\\"\",\n                    \"id\": \"4bd48ea9-391e-481b-8e12-666ddea38b37\",\n                    \"vatEntryId\": \"356d8c43-96e3-43f5-8ee1-af71b3971453\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T10:43:58.73Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O044L1dkcXlMT1BoSDllcGpIQjVyUStDQkxTWGFRUXhtMVVxQXJmWXJzNXM9MTswMDsn\\\"\",\n            \"id\": \"c3203fc4-810a-4ca5-aa5d-af8f336e4391\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:44:15.557Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0OzcvaVJxZUlXK2lRbmtiS2hvSThYTGtSOWhicEV1bVkwTGRiUU5tQmZaclU9MTswMDsn\\\"\",\n                    \"id\": \"5bef14fa-cb3f-4ce2-91a5-8b503778e1bc\",\n                    \"vatEntryId\": \"c3203fc4-810a-4ca5-aa5d-af8f336e4391\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T10:44:15.557Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0IydFU4bTYwSUlGek4wUnZyNUU2cTBaWDI3eHhmancwVU1xdU5JbzR6NUE9MTswMDsn\\\"\",\n            \"id\": \"0ea6c200-a918-45a0-94dd-b0c906bfa997\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:21:18.597Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1Y3dmI4akM5QUw1Y3dxNHk1RVVBWEJzOEtOVUwrSDVTLzB5K1J6SDNnTzQ9MTswMDsn\\\"\",\n            \"id\": \"06793841-24a9-4beb-9e83-b25db11b5610\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-01-08T09:13:07.15Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O01TQ1ZJcENQQzNXVWZCTFk4eXcyb1Z2RXB2QXUxU1ltYVhCaFJPT3Rvczg9MTswMDsn\\\"\",\n            \"id\": \"f8bc2ab1-d437-46e2-b682-b264c317eb31\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T15:25:15.247Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2FhK1JLOFp5aTNlbnU3QnVQbkxkVzZIK01MSERFODl0VStqeXkzaFlqWk09MTswMDsn\\\"\",\n            \"id\": \"cd256feb-5ca4-4519-a952-b3b30e40a49a\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-13T19:58:36.64Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2d3bjRkVHVxMHFsdkpFdEhzYUZXMUsyaC91M2NPM2c0Q1RJL2cva2ZEMUk9MTswMDsn\\\"\",\n            \"id\": \"b290a07e-ad7e-43f4-8c73-b43b936a2d8d\",\n            \"taxCompanyId\": \"c5f2cbc7-be3d-46d8-b821-5bab39a785a1\",\n            \"taxCompanyCode\": \"77777777A\",\n            \"creationDate\": \"2024-05-25T04:14:30.03Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O0hYWnBxRGFOQjY3M3cvU1NKNUoyOHpJVmR2T0JKTkRsekkwU1A5cWt3OG89MTswMDsn\\\"\",\n                    \"id\": \"e0e4ab8b-6ab9-4abc-8dd2-2feac86b5944\",\n                    \"vatEntryId\": \"b290a07e-ad7e-43f4-8c73-b43b936a2d8d\",\n                    \"vatDefinitionId\": \"2471cf5c-70c9-405b-becc-05f7c1037108\",\n                    \"vatDefinitionCode\": \"NAC|IVA10\",\n                    \"postingDate\": \"2024-01-01\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"documentNo\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"externalDocNo\",\n                    \"externalDocDate\": \"2024-01-01\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Ralph Funk\",\n                    \"customerVendorVATRegNo\": \"00000000A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"00000\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 209,\n                    \"createdOn\": \"2024-05-25T04:14:30.03Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzBwSDhRTFpHKzNCVWgzMzlKU0pSaVJMY2lFQ3NDY3N3NmFHempzNkFTVzQ9MTswMDsn\\\"\",\n            \"id\": \"b5ecde90-df70-4bca-a91b-b441eb951f77\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T10:22:13.943Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O05KR0hKblVJbFlsK3pkWFMwa3BtU25hRFdsems5alMwOG1sMWQyUzZ5dVE9MTswMDsn\\\"\",\n            \"id\": \"9138d9be-0516-49d9-934e-b4eaadd85696\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-18T09:55:25.433Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3U0UTdhYzN2eHpIaGd6R3BlellSbWdPTWR0bkJ4L3J2M2x2UWNzbjArMWc9MTswMDsn\\\"\",\n            \"id\": \"819e1f02-0ecc-459e-b7e2-b5d7b94dba26\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-18T09:55:34.793Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0Ozl0STVxSG13T0dEMVczVkVSdDV6aFc4ZmFpemY2V1JzQlFxYUVGS3ExZE09MTswMDsn\\\"\",\n            \"id\": \"4c944032-16b5-4663-a0b6-b62fe19a0989\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-13T19:49:59.697Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzBTWWZEc09iZWRsajMrRWJ2MDRCdHRBTVZFNVhwTDV2aGxFV1MwU0w2SG89MTswMDsn\\\"\",\n            \"id\": \"cb38dab2-1140-40c4-851a-b67023da4771\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:44:20.247Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0OzhKKzZ5VTIwU1Z0eU1takhJQTdmQndjR0MvZFhlcTVTWmk0MFZMNVo3SnM9MTswMDsn\\\"\",\n                    \"id\": \"8f90e091-994a-4bdd-9cff-22b9b92cf5da\",\n                    \"vatEntryId\": \"cb38dab2-1140-40c4-851a-b67023da4771\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T10:44:20.26Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3lnZE94ZFdUS1BmeFNaSFNsRGMxTWRrVE8wZEhHZU16RFJ2L0VZdHdOU1E9MTswMDsn\\\"\",\n            \"id\": \"b76ca2bf-dc9f-436e-bca2-b7ceae05713b\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T11:44:23.593Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O1ZaSnkvQ0c1OEhscDdqS1BTNmlmQUJ4TlRDTFd3NndnNk1sZW0zQURYWFE9MTswMDsn\\\"\",\n                    \"id\": \"f9ef0abd-1b56-4fd5-8679-5ad2c73d1c8e\",\n                    \"vatEntryId\": \"b76ca2bf-dc9f-436e-bca2-b7ceae05713b\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T11:44:23.763Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1g0RUlycVF6c1ZXb2lOWE9pU0ljUno5djZzYUhMc0x6OXJvcWZhcmlldms9MTswMDsn\\\"\",\n            \"id\": \"1b3c82c6-58d0-4d33-ae9a-b85ae39b1939\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-23T07:05:50.873Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O0V1R2tNZ1dnUllyVkVzWHBGaTAzZEdLdDIvcFZJTVh0ZmxVVmdPcFhIUFU9MTswMDsn\\\"\",\n                    \"id\": \"887f0a03-b8d3-4ae8-8b98-ab2cf5c7df30\",\n                    \"vatEntryId\": \"1b3c82c6-58d0-4d33-ae9a-b85ae39b1939\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-23T07:05:50.92Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1AzempxNHVzQVJLM3RqeXVZV09vTk1CeS9ENHplUEVXS1psZkpiY2lMeUE9MTswMDsn\\\"\",\n            \"id\": \"2d529655-58fd-4e0f-b150-b95462b1008e\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T10:27:19.05Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2M0MXFtZXJYdFVCRGlZTkR2VXMxa2NRQUhYZjVrc2pjU2k2MUZuSHNqbWc9MTswMDsn\\\"\",\n            \"id\": \"323337db-a4a2-42a2-98f5-b974dfd7f34a\",\n            \"taxCompanyId\": \"856d0c8b-5055-4ce3-a012-b0e3c5066eeb\",\n            \"taxCompanyCode\": \"20176588B\",\n            \"creationDate\": \"2024-06-03T15:22:14.793Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O1NHWVAwNWtaQllZT3loeDNiSDhyY3ZkSjgvVDd5MitVSVBvaGFhQzlKWlk9MTswMDsn\\\"\",\n                    \"id\": \"5d7bc813-d0e8-4c6e-bb20-22e03043cb07\",\n                    \"vatEntryId\": \"323337db-a4a2-42a2-98f5-b974dfd7f34a\",\n                    \"vatDefinitionId\": \"1a74835b-c0fb-43fc-9850-543a4ea88d5c\",\n                    \"vatDefinitionCode\": \"NAC_87836|IVA21\",\n                    \"postingDate\": \"2024-06-03\",\n                    \"documentType\": \"Pago\",\n                    \"documentNo\": \"48531231\",\n                    \"type\": \"Compra\",\n                    \"base\": 1000,\n                    \"vatPct\": 21,\n                    \"ecPct\": 0,\n                    \"amount\": 210,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"9432\",\n                    \"externalDocDate\": \"2024-05-19\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Zieme - Hudson\",\n                    \"customerVendorVATRegNo\": \"80067779A\",\n                    \"countryCode\": \"ES\",\n                    \"postalCode\": \"43360\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": true,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": true,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 146,\n                    \"createdOn\": \"2024-06-03T15:22:14.793Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1hMc2xjcmo3MTB5VjBFRVpVd0pwZWVrTEhpaC9pdi9DWDllZllqWUF6TGc9MTswMDsn\\\"\",\n            \"id\": \"aa6ea72a-6203-4a97-9a27-ba58d1dbeebf\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-07T08:50:02.89Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3VDTzkwWkQ2NVQwUmxEeExOOFhPN3hDRUdYWUYyYnF6YWE2VWxRTWkxVUE9MTswMDsn\\\"\",\n            \"id\": \"20057f40-7188-4bfe-9cf8-bb3943c93967\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T10:04:35.417Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3p5Z09yUUJncDNQblFSYzhnVXRHTHZ4RHZVUVpablk0b2RORlBtaGdGamM9MTswMDsn\\\"\",\n            \"id\": \"0af43cb2-0542-4097-9f64-bdf5c935d364\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:40:36.71Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzVDSjhTUkhlYkNDZDZSQStybG50NkJTanhMMkJqUURBNVh3U2kvSEc0akU9MTswMDsn\\\"\",\n            \"id\": \"88328cf3-601a-40b1-b1a2-bf0f2ab2d871\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-01-08T10:43:34.71Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0JyeEtZQXdzeVluMFFkbXRNbzdDNXpPaWthcWdIZDVUTjVGZitRSm9hbGs9MTswMDsn\\\"\",\n            \"id\": \"cc859a2f-9c98-47b9-820d-bf790909f82b\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-16T10:50:22.657Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O2orYlU3SzN5ejlrRmNpVVYrdEFLdTZ5b3NxV3YyajRscTYrdUw4QzNRcEU9MTswMDsn\\\"\",\n                    \"id\": \"ab268133-c24f-48d0-8f27-717e797b81da\",\n                    \"vatEntryId\": \"cc859a2f-9c98-47b9-820d-bf790909f82b\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-16T10:50:22.69Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3RQQkk4UXAxb3ZsdjdENmxlUFZhdTVyODNQT1B4NUpNNkk0YnM5Qk9odEU9MTswMDsn\\\"\",\n            \"id\": \"14c73b65-6114-43ce-a176-c1e4cfc6753f\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:16:52.84Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2hXQWJkeTlrZU1aeWY2Qnd5NlpRVHJEOCtkeFk0MTNQTTZQMEgyRFh6eEk9MTswMDsn\\\"\",\n            \"id\": \"815f06a8-d3e6-4961-b641-c2fcbbdbbf68\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:49:58.75Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3JYRWtKVzFXVGlMcTdHVmk1WTMzbEZBV3o2eGVFYUdiVitiYlE5YlRTMEk9MTswMDsn\\\"\",\n            \"id\": \"6fc610e5-8688-4a61-baf9-c5afa75b3af3\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-13T19:55:56.423Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3RFbVZVOWsxRWdPWE9Fd3RSTE4rc2hIZ2MzTGhJamRDNTEyWTBhL0FEYVE9MTswMDsn\\\"\",\n            \"id\": \"40188865-9a8e-4532-be2d-c6538bf83539\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-01-08T07:15:55.637Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzZpWWlZd0VCbkw2Vi9MaHZudnJtY3pLSmVxaFNRNkhJZWdFVHdEOWQrdGM9MTswMDsn\\\"\",\n            \"id\": \"23c5bdc9-5491-4bec-a12e-c7367094bec8\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T10:32:00.89Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O21YUXdkQ042S3N5bXB6QU1HWDBkNjkxQWlOUmhGeWtEcTY5czg0TEQrN009MTswMDsn\\\"\",\n            \"id\": \"653a56be-5125-4a44-95c5-c74610d86e92\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T16:13:26.517Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3lRWTkyUnY0dDc5eUdGTVRvZmxldmN0eFBNcXdpa1REVE1iYWJINks3ekE9MTswMDsn\\\"\",\n            \"id\": \"9b1d3f65-3b2d-42c5-be7d-c85889284e14\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T13:04:21.497Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3NVZW1mSFpRWCtVR2ZvZVRCYlpsN1dHS001Ull3aW5Kc0E1aVJXMUhDM2s9MTswMDsn\\\"\",\n            \"id\": \"7ae859ad-6e9b-43b7-8e52-c906cae27e49\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:13:32.6Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O21mRXpLeWFXVE0xeWJqdC9QOGFkRG05c2d1d3BvYWlDL3Awa0FMQ2g3VVk9MTswMDsn\\\"\",\n            \"id\": \"a16232f8-8c89-4a6a-aae1-c97962021bd7\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-14T13:00:01.54Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0lMcXczYys4cU5EYWhVVFdFQXJyZEw2ME9pcjZ6akRSNlovNzlxeW1kbEU9MTswMDsn\\\"\",\n            \"id\": \"0d03b5d7-de3f-409e-a107-cad5121cc52b\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T10:58:22.453Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzZTM2lEY1JIdXlRYVdmMkpxY1NoZjFEMGd6VnlCdkxsUE1mZkV1aktsUWM9MTswMDsn\\\"\",\n            \"id\": \"3ffd3991-6a8a-4e6e-a160-cb939d71c543\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T10:31:45.857Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O25SQ09PcVRaNmFocHJxT3pjc1BaOFIyajdxSGppZmJHaW00YU1OZHBJMm89MTswMDsn\\\"\",\n            \"id\": \"338ceec0-a5fc-4206-81d7-cbb93b6ceceb\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:15:57.567Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3VrR05XWXQyajdUdmN5ekszVWlYcmcrbFJFbWxlSXB5czZkTjd6QVk1Um89MTswMDsn\\\"\",\n            \"id\": \"836fdc08-82dc-457a-b8f9-ccce29e7dfbf\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T14:28:06.357Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0dKY2pIU3pNT0VOSTl3YUZHMU5oNWFJNG9EYlhIZDBWSjVmUy8wQ1dsQlk9MTswMDsn\\\"\",\n            \"id\": \"94b83e08-01e4-41f9-9565-cd5a54a09188\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-14T11:27:23.263Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3V1bENNU1ZNdFVVeG5zVG0rR1FrZG1RZW1TYmVBc0djbHkxY0ZrRDd6SE09MTswMDsn\\\"\",\n            \"id\": \"7542df35-14cc-4c7e-b076-cdd54eb5b45d\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-18T09:00:44.553Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzJkQkZuM0tsYlJrcjNaVDZtTmMvbUJMWi85YVM0eE1zYk9RRnRPTDloZHc9MTswMDsn\\\"\",\n            \"id\": \"223997cf-da2d-4f76-8cb3-cee8afc0cd79\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-21T15:13:58.403Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2J4Lzl4eHd6T0FJeS93Ulo0RW9Jb3Y4aEQ1eXRhVVlrR0JlS0NvVW01WVE9MTswMDsn\\\"\",\n            \"id\": \"2c826ac2-bd45-44d0-aa3d-cf41fa6f6c29\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T11:35:21.197Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3luK2NIUmV4aWpLL2lDNy9GRTg0c2NNeWNnMER5Mk9jY0diQ2owTFI2OE09MTswMDsn\\\"\",\n            \"id\": \"3fef08a3-27f7-48d0-9b36-cfb04d49ad49\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T16:42:17.127Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O21sdnYzY2hqOFRmazRIQm5FOHUzTnh4YWxkRGJ2UzB0SnJSRFQ1OFRRM0U9MTswMDsn\\\"\",\n            \"id\": \"a1f73cd9-2678-4e4d-b614-d0055ad326be\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-14T11:26:39.353Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0MxTUhGSlBLc0RSUjBpaTdydWdVVnp6aGQvdE90N2hUUkNQT3lzVWZ6Tjg9MTswMDsn\\\"\",\n            \"id\": \"3fe245a9-b24b-4e7b-9995-d1087c6e2499\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T09:43:58.53Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1BkeS9mTUZ0UVFPMUhwTUEwUW5udWJkMzJVbFdJVHljdnZwWUJpc2hFRzQ9MTswMDsn\\\"\",\n            \"id\": \"d867806f-1625-4d7d-b846-d462e2d1c4b9\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T09:33:15.06Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0RKeW50NFF5bzFGQUlUQW12dU5jRHN2WjNnSFF2L1dBa1J4Qzk0RjZaNlU9MTswMDsn\\\"\",\n            \"id\": \"09d92cc6-4688-448e-80e7-d485e11dd375\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T09:32:55.083Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzZSVU1sbUNJcnVZaHFERmxoVmkrMTF4OHAxVXZyM205ZTNmdTNYUFFlS3M9MTswMDsn\\\"\",\n            \"id\": \"eb86a7a2-760a-4cde-8760-d5c886cad09d\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-14T11:29:55.303Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1pwckJ3aGpyclhaejhMNk9VUmw4Q1RQMm4rTmhPNHNvQkFFWnZTZUl1VFU9MTswMDsn\\\"\",\n            \"id\": \"56e25112-a4f8-4eb0-8c0b-dccfd0346339\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T16:52:50.023Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3ZobmEwNk56Szk0RnI4OHY1VU5aNXV0SitqSG9Ndk5FL0hGU3hMRU01Uzg9MTswMDsn\\\"\",\n            \"id\": \"70272420-febc-43b2-860b-dd7075bf7b67\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T15:16:03.393Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O29xTzJzU3pralNERTB1SDdzZDRIbFpVSWk2KzlFN3dMV0EwZW03dkZ5UWc9MTswMDsn\\\"\",\n            \"id\": \"09c5c015-65fc-4687-a752-de19267c01a0\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T15:14:00.887Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1VEUmxIb0Iwek5aZW10WVJ2UlFLbVdNYTQrVjBRTE9nVlR3TWlOVCsxVXc9MTswMDsn\\\"\",\n            \"id\": \"c7c96202-1634-41b6-9a72-df0ae285d1f5\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T16:40:27.577Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzgyTGRWa2R6Z01pUDZ0cjRjRDIyNlFienRIVk1UUGVaNTJMWXhIT0pzemM9MTswMDsn\\\"\",\n            \"id\": \"90ad9a07-ac7b-4441-9925-e0eb9da45a29\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T10:06:28.397Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0crQmMrTWpwQ0NHSUFQbTVJNWZ3K2VSZTVkaGc4Q2NsTndSTk00WDBtMlk9MTswMDsn\\\"\",\n            \"id\": \"a054acb9-f5c0-4ff2-8ca3-e1dc9e08dfca\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T15:25:25.27Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2c5OTRHUWpqQjEvVnVGVWhia0pWQ05IaGFQVFg5cUM5SXdmRzB1d0RXYms9MTswMDsn\\\"\",\n            \"id\": \"1f8b3e4a-af50-427f-9d4e-e2308389c70a\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T15:16:25.363Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0Oy9JT29IaXd2V3pIWjFXVUt3WXRPRythOVh5RS81UUg3TGJPODQzRlhXalE9MTswMDsn\\\"\",\n            \"id\": \"7273e596-c5b2-4304-bcc0-e317db66efbb\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T10:20:37Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3NPM29KL3kwLzM5VVc5cnltQnArSXcwZlgwT2dNdUFzblFOVVNMR242TE09MTswMDsn\\\"\",\n            \"id\": \"e9103469-1179-4217-9008-e36098c01d3b\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:52:27.993Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2VjUUJ4TDJ0UEVjT2YxSkdSK3BQSzh4c0pMbUdkeVI0bkl6blZHaStKaFE9MTswMDsn\\\"\",\n            \"id\": \"f77a784b-f73c-447c-bee9-e449d0cf22a4\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-07T08:48:56.29Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2szM2ZoMVZFcTFGS2ZDb3lpNjQvMm53aFJTZUdRVTQ3YnRaSVB2VTR0Vlk9MTswMDsn\\\"\",\n            \"id\": \"5d5128b6-3600-4170-b6eb-e50233e5c71b\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-13T09:39:34.66Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1NwYlJNbERvNkZZYVRQaTUwZzlNeW53MDRqQ2xOR3MzNFV5a0NDVDBWLzQ9MTswMDsn\\\"\",\n            \"id\": \"38d92ef0-aa85-4556-8a5e-e5167874b6be\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T15:22:12.873Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3hZNmFjUHlXeGp5dXBEZGFPajlKTWpmSEJUSDQxb3k1TDMvK3dqWlhsaGs9MTswMDsn\\\"\",\n            \"id\": \"59b2933c-a68e-4120-a0ca-e5469359d7ef\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-07T09:28:39.367Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1dNd1hBUmxvTjRiOFFRdUlVM1lPY2dHQzFvV0ZnT0dBSHd3aHhrKzFzaEU9MTswMDsn\\\"\",\n            \"id\": \"97afa9c7-9b66-426e-8ba6-e5b0f8772550\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T16:56:30.047Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0Y0YjM0QW5zQ0duS3MxRUxIaWV1UjlzaCtFRkhzU2tvSGVkYU5qZXRLRTg9MTswMDsn\\\"\",\n            \"id\": \"2319ef6e-6f95-4826-8485-e5bbe42739cb\",\n            \"taxCompanyId\": \"7af76662-6302-430f-8eeb-fe7607d296db\",\n            \"taxCompanyCode\": \"82239227B\",\n            \"creationDate\": \"2024-06-03T10:40:55.107Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0Oy9wMTh5dUdFcnEvUnVUVEtCYjdVRjFKQ2Q1VkRkTTB1elVQak1vb1gwVzA9MTswMDsn\\\"\",\n                    \"id\": \"e6dad97a-8b89-49e4-8359-f370cea03f9c\",\n                    \"vatEntryId\": \"2319ef6e-6f95-4826-8485-e5bbe42739cb\",\n                    \"vatDefinitionId\": \"93aeceac-e904-4471-9a07-ee9f2f1a27a7\",\n                    \"vatDefinitionCode\": \"NAC_74996|IVA21\",\n                    \"postingDate\": \"2024-06-03\",\n                    \"documentType\": \"Pago\",\n                    \"documentNo\": \"52817287\",\n                    \"type\": \"Compra\",\n                    \"base\": 1000,\n                    \"vatPct\": 21,\n                    \"ecPct\": 0,\n                    \"amount\": 210,\n                    \"vatCashRegime\": true,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"4382\",\n                    \"externalDocDate\": \"2024-05-19\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Hand - Murphy\",\n                    \"customerVendorVATRegNo\": \"60166348A\",\n                    \"countryCode\": \"ES\",\n                    \"postalCode\": \"43360\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": true,\n                    \"euService\": true,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": true,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 617,\n                    \"createdOn\": \"2024-06-03T10:40:55.107Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1dybGFYek94bE9Vb29YUm5ybHJuTFNRMmNrK3pkQURmaGNwQUx3QlpxdVk9MTswMDsn\\\"\",\n            \"id\": \"fcd423b0-3f03-4511-a8f8-e6d49dab833e\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:33:24.997Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2hmQ0VHZG1pUHNORVRxazB6S2tPNGc1T09YWUxHYkY3c3I3ZzZ4d2ZjMjA9MTswMDsn\\\"\",\n            \"id\": \"223d6751-c45b-4154-a61e-e7a10d83a6fa\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-22T10:44:07.59Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O0J2bjB5TnFVZWFmWHU0NEFTeWtwTGtUNXNQTlpQbmJlT0dXT29EbyttVlk9MTswMDsn\\\"\",\n                    \"id\": \"3002590f-7909-48ec-9f45-6c42671e8ef6\",\n                    \"vatEntryId\": \"223d6751-c45b-4154-a61e-e7a10d83a6fa\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-22T10:44:07.59Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzJyVG9oZmNDMHA3MFduY0dZbGkvcm1uc2pyczRxZytXZUtqZlpMUjJyclU9MTswMDsn\\\"\",\n            \"id\": \"cb07f4d3-b00c-4639-a4d8-e7a5f6736e13\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T15:35:18.18Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OytDRUJIdG1QODhybGVZbVdBY0RLS1FOaUlDSnZNSnJrdkFjR3R2UldZT0E9MTswMDsn\\\"\",\n            \"id\": \"7e4712ad-4176-49d7-a038-e8a980647a5f\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T16:38:58.197Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1h4NDhWb3hva3ZDaHAyb1B0VTUwUmJMd2tBU0xVdEZ2K0hXeWVXSmprNnM9MTswMDsn\\\"\",\n            \"id\": \"f84c9e1d-25d7-4d62-8670-e8d6828cba13\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T13:16:48.68Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzR5ODdSbGM3K1U4OGJmd1ppQkJSNGtUUmJWY2hVVzAyTURUSU5kaDFFd3M9MTswMDsn\\\"\",\n            \"id\": \"62304c8a-29b8-4c5e-a27c-e9b33f79abef\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T12:43:58.65Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3pYb3JXN05JNS8xa00xMlZrL1FXNDVrcU01aWFFS0g0SW5EMUNKSFpobUU9MTswMDsn\\\"\",\n            \"id\": \"9e0f0b38-9fd4-4178-a5ee-edb61480fb52\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T14:41:56.52Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2JseDlXZ3RPNmh4R1F0cnNDTU1hRks0VjNEejVxZmFTKzlocHFGVUN5SDA9MTswMDsn\\\"\",\n            \"id\": \"af2191e4-6aa2-4125-a1d6-ee95de0b8b6d\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-17T14:17:23.373Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0Oy9hc3d4SzArTVlYellhUE4rcmFpNDB3V3RuRnhGaFRYZmJ3TDFxend6Ykk9MTswMDsn\\\"\",\n                    \"id\": \"f0292c4c-5cc5-4b83-af66-3fc596e739ce\",\n                    \"vatEntryId\": \"af2191e4-6aa2-4125-a1d6-ee95de0b8b6d\",\n                    \"vatDefinitionId\": \"b051c5a6-c960-4451-996e-61a893fcba7b\",\n                    \"vatDefinitionCode\": \"NAC|IVA5_PRORRATA\",\n                    \"postingDate\": \"2024-02-06\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"108037\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"TAXOR\",\n                    \"externalDocDate\": \"2024-02-06\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Mensajería Madrid\",\n                    \"customerVendorVATRegNo\": \"89574196A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"28001\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 3,\n                    \"createdOn\": \"2024-05-17T14:17:23.453Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0VpL0VtOWY4MXBaZTlIbVJvY2F3TldwM3dEVlByWVVxd2hkNVRFbzlSVFU9MTswMDsn\\\"\",\n            \"id\": \"1288ca25-77e9-4e2c-beab-ef41af78daa1\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-07T08:41:32.72Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3QvY2tydzN5YWYrL2FaQ2x0eTE2ZEdnNzUza3dPV2llM2ZYSFFzK2xHUzA9MTswMDsn\\\"\",\n            \"id\": \"d32101ab-0b22-4f35-9a81-f1394dbbd359\",\n            \"taxCompanyId\": \"c5f2cbc7-be3d-46d8-b821-5bab39a785a1\",\n            \"taxCompanyCode\": \"77777777A\",\n            \"creationDate\": \"2024-05-25T04:17:50.22Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O2p4QVlVVHNlajZXUFUxdERkWXFza0t2aTA3OWxtT05HU29NbVFuVHZQRE09MTswMDsn\\\"\",\n                    \"id\": \"0ba38ec2-dff3-4344-987a-fc909119d6f8\",\n                    \"vatEntryId\": \"d32101ab-0b22-4f35-9a81-f1394dbbd359\",\n                    \"vatDefinitionId\": \"2471cf5c-70c9-405b-becc-05f7c1037108\",\n                    \"vatDefinitionCode\": \"NAC|IVA10\",\n                    \"postingDate\": \"2024-01-01\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"documentNo\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"externalDocNo\",\n                    \"externalDocDate\": \"2024-01-01\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Dr. Colin Greenfelder\",\n                    \"customerVendorVATRegNo\": \"00000000A\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"00000\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": true,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 669,\n                    \"createdOn\": \"2024-05-25T04:17:50.22Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0pVbkV6UUd6TWJiaGJtNVB2THEwd0QzdGxTQytWaG9MWUtjU1loMHBDSVk9MTswMDsn\\\"\",\n            \"id\": \"74859aed-e6c9-4a3f-94be-f268c829887a\",\n            \"taxCompanyId\": \"856d0c8b-5055-4ce3-a012-b0e3c5066eeb\",\n            \"taxCompanyCode\": \"20176588B\",\n            \"creationDate\": \"2024-06-03T13:14:26.983Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O0xpYnRDbWV3V3psNEhqQ2EwcWZkU2wzMlVGNkJNOTV4WThFeUgvajVsYzA9MTswMDsn\\\"\",\n                    \"id\": \"29de62b4-3ebd-4824-b76c-99c7c90fbec5\",\n                    \"vatEntryId\": \"74859aed-e6c9-4a3f-94be-f268c829887a\",\n                    \"vatDefinitionId\": \"1a74835b-c0fb-43fc-9850-543a4ea88d5c\",\n                    \"vatDefinitionCode\": \"NAC_87836|IVA21\",\n                    \"postingDate\": \"2024-06-03\",\n                    \"documentType\": \"Pago\",\n                    \"documentNo\": \"39004861\",\n                    \"type\": \"Compra\",\n                    \"base\": 1000,\n                    \"vatPct\": 21,\n                    \"ecPct\": 0,\n                    \"amount\": 210,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"0347\",\n                    \"externalDocDate\": \"2024-05-19\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Pagac - Toy\",\n                    \"customerVendorVATRegNo\": \"99320177A\",\n                    \"countryCode\": \"ES\",\n                    \"postalCode\": \"43360\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": true,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": true,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 589,\n                    \"createdOn\": \"2024-06-03T13:14:26.997Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0Oys4TksvMUtRcktvbFM0ZUxjT0FmaG4ybkVLazAvVTkwSDhGOEM0bXdBaGM9MTswMDsn\\\"\",\n            \"id\": \"fa021db2-1bf8-45b2-b1d3-f2f172d341b9\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-14T16:03:49.793Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2lxRVRsT3BWSDQ5aERYelpxdThLUk9CNVB4a3VtSmhjRFpiZitsc3ZTZUk9MTswMDsn\\\"\",\n            \"id\": \"6fc54c72-043a-4c3c-95b5-f32f43f8ef87\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T14:04:54.017Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1ByUVlFOVQxSlZDeWdZOXFMME5uZ1c1aUxyYzFSeUNrQmgyaDdGRnVKeTg9MTswMDsn\\\"\",\n            \"id\": \"45959128-427b-4232-ac39-f34241dc7a00\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T17:05:32.06Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2QyL3JURnVJbmE0dWY2K0cvTVJhT1lzeWF4RDR5b1VhWFRYVDlFeC81S289MTswMDsn\\\"\",\n            \"id\": \"bdc4a6cb-27c6-4fa5-b50b-f6c9a68fde57\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-18T08:16:54.057Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O28yaC9MUkQ5elkweFk1bDNpTjU5WkxrV0NPVUxhM0xhMjM2bDVzYUpXSnc9MTswMDsn\\\"\",\n            \"id\": \"6c4df157-a89b-4966-ad75-f708cc54003b\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T13:54:02.657Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1R2TU9pTDZtRlNMQ0JQN3IrTGE5bFpUdGNRa3JpaUt6ZEZDLzN2bUFIazA9MTswMDsn\\\"\",\n            \"id\": \"27776055-0cae-4e4e-bbb3-f7795bf79c68\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T11:35:01.8Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O05BbHN6dVpYMXBlN0NFeVhZdjFXRFd3NDJ5L2dNT0xBdmo4RmhCWHc2OWc9MTswMDsn\\\"\",\n            \"id\": \"5b9c3999-bf8e-47ac-8cd8-f7d9130b3203\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T10:28:10.527Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O2IxSWJhSjllSkxEWERDZEoxNkdycGdFYWxiTllBSWh3bDQyTXpoNzVFLzg9MTswMDsn\\\"\",\n            \"id\": \"90f68620-bdf9-4c44-9ba3-f8034bb19493\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T15:14:55.333Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0RyNnlzRVJ3TjRldDF6OXduU1E3ZVFGRjNMMWdRcERtT1lLZmdPaFdvUVU9MTswMDsn\\\"\",\n            \"id\": \"343cec25-3ad0-48be-8093-f8ce022bfc09\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-16T16:05:51.95Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O21acTRJNFloV2lkUGJISHRjSXZwbnVXeWExcjJlY1NwcHE0RUhKNU1XM0E9MTswMDsn\\\"\",\n                    \"id\": \"21aad1e6-0fb0-4d17-8545-83ff0fc4a22d\",\n                    \"vatEntryId\": \"343cec25-3ad0-48be-8093-f8ce022bfc09\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2022-06-11\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"103219\",\n                    \"type\": \"Venta\",\n                    \"base\": -1160.57999999999993,\n                    \"vatPct\": 0,\n                    \"ecPct\": 0,\n                    \"amount\": -243.719999999999999,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"\",\n                    \"externalDocDate\": \"2020-06-11\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Cliente IRS001\",\n                    \"customerVendorVATRegNo\": \"\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 436,\n                    \"createdOn\": \"2024-05-16T16:05:51.95Z\",\n                    \"createdBy\": \"MARJINSA\\\\GUILLERMO\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0Oy9QQS8wSFBCUG1Ub0I1VU41MHlsZlhSV1AwRnQwSFJhUXFaNDRIYlQ5K289MTswMDsn\\\"\",\n            \"id\": \"f0a2b631-c1c2-4f77-b2d0-f9d9d89277ed\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-06T14:41:02.913Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O29wZ09FWUZ4M2VMYWI5VWlxekFUVFpvTmk1eTJKaVREQXlSakRNelVPd2s9MTswMDsn\\\"\",\n            \"id\": \"f06ecde2-7f6b-478b-b0aa-fb30ca5a3d73\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-08T11:51:28.413Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzJ3S2tnbkMzZ3VkbHpjN1pNN1YwRCthSzczTXBGOTdHbHBQcUVYeit0M0E9MTswMDsn\\\"\",\n            \"id\": \"d75dd068-1168-4070-87ba-fbe3c0e722d2\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-11-13T14:22:26.277Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1RaVHVEK0VUNGRlb3lWYVZpSTd0clB0ajZCY0h0S3IyVGVzUXhKenJWMVk9MTswMDsn\\\"\",\n            \"id\": \"843ac7ec-e7b1-4607-b91b-fc1bf2cf01d3\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-02-07T08:52:34.357Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O1U0RmU5amZMUmk1UDl4bE5VVVl0bHl0czBGK3hiR212bUZYRURLQ0lOL3c9MTswMDsn\\\"\",\n            \"id\": \"9c7afade-6f15-4999-ac9c-fd4fa2df5528\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-21T12:54:55.777Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3pUZUQyNEZIYm4vUEpzeGc1WUFXM2d2T3BQejZIQTk4Z1k2bWMyaGlpZnM9MTswMDsn\\\"\",\n            \"id\": \"113bdd53-ac97-4da9-897e-fd69d4a289f3\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-05-16T16:24:09.143Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O3FtazduOHA3TDFKbmVHa3ozclJvdlpoNC96Mjk1RHhVRHZFT0JzMlB3VHc9MTswMDsn\\\"\",\n                    \"id\": \"88113ae1-3efa-42a7-88bb-0d7d02cf8b91\",\n                    \"vatEntryId\": \"113bdd53-ac97-4da9-897e-fd69d4a289f3\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2022-06-11\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"103219\",\n                    \"type\": \"Venta\",\n                    \"base\": -1160.57999999999993,\n                    \"vatPct\": 0,\n                    \"ecPct\": 0,\n                    \"amount\": -243.719999999999999,\n                    \"vatCashRegime\": false,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"\",\n                    \"externalDocDate\": \"2020-06-11\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Cliente IRS001\",\n                    \"customerVendorVATRegNo\": \"\",\n                    \"countryCode\": \"\",\n                    \"postalCode\": \"\",\n                    \"generatedAutodocument\": false,\n                    \"reverseCharge\": false,\n                    \"euService\": false,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 436,\n                    \"createdOn\": \"2024-05-16T16:24:09.207Z\",\n                    \"createdBy\": \"MARJINSA\\\\GUILLERMO\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O0xPQ0I2Smh2N0hyR2hRUEh2OXlpNWZ5bTB1c1A5c2FKNjRhUWVyOFA0S1k9MTswMDsn\\\"\",\n            \"id\": \"8dcd5f27-f61d-4e0f-8467-fd6cd2c08341\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-13T09:39:32.987Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0OzlLTFhWOWMzR2pCRTRmRXk4TTRZWmFKQ2FhTk44L2I5ajFESDBMZFdBZE09MTswMDsn\\\"\",\n            \"id\": \"4edbf689-13ad-430c-b495-fde95a3df91d\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2023-12-14T15:48:49.937Z\",\n            \"vatEntryLines\": []\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3FFKzVPcmJRUnVweFBOczJOYjJxMCtVRDFBdnNFb2lGb3lmaVlaU2l0MWM9MTswMDsn\\\"\",\n            \"id\": \"4e41c1f5-cc0a-445c-a179-fe7ed8fef37d\",\n            \"taxCompanyId\": \"42e95cd1-ccc4-4124-acea-7af40cfd6b24\",\n            \"taxCompanyCode\": \"39900011C\",\n            \"creationDate\": \"2024-05-28T12:13:09.83Z\",\n            \"vatEntryLines\": [\n                {\n                    \"@odata.etag\": \"W/\\\"JzQ0O2h2c25sSmhYOEREYTFXRGcxQ3R6cWlVbG1OcjRXM09sZmJwaGhRNG9QWlk9MTswMDsn\\\"\",\n                    \"id\": \"7c434c48-e878-42be-a679-39a4b1906ba1\",\n                    \"vatEntryId\": \"4e41c1f5-cc0a-445c-a179-fe7ed8fef37d\",\n                    \"vatDefinitionId\": \"0e2daf02-3d1b-48eb-9cea-560409e4c32e\",\n                    \"vatDefinitionCode\": \"NAC|IVA21\",\n                    \"postingDate\": \"2024-05-28\",\n                    \"documentType\": \"Factura\",\n                    \"documentNo\": \"23328678\",\n                    \"type\": \"Compra\",\n                    \"base\": 350,\n                    \"vatPct\": 5,\n                    \"ecPct\": 0,\n                    \"amount\": 17.5,\n                    \"vatCashRegime\": true,\n                    \"unrealizedBase\": 0,\n                    \"unrealizedAmount\": 0,\n                    \"ignore347Amount\": 0,\n                    \"externalDocNo\": \"7154\",\n                    \"externalDocDate\": \"2024-05-13\",\n                    \"correctedInvoiceNo\": \"\",\n                    \"customerVendorName\": \"Roberts - DuBuque\",\n                    \"customerVendorVATRegNo\": \"18861008A\",\n                    \"countryCode\": \"ES\",\n                    \"postalCode\": \"43360\",\n                    \"generatedAutodocument\": true,\n                    \"reverseCharge\": true,\n                    \"euService\": true,\n                    \"eu3PartyTrade\": false,\n                    \"settledDocumentType\": \" \",\n                    \"nonCustomsWarehouse\": false,\n                    \"realEstateTransferOperation\": false,\n                    \"realEstateId\": \"00000000-0000-0000-0000-000000000000\",\n                    \"realEstateCode\": \"\",\n                    \"specialProratedType\": \" \",\n                    \"bankruptcyProceeding\": false,\n                    \"sourceType\": \"Mov. IVA\",\n                    \"sourceEntryNo\": 459,\n                    \"createdOn\": \"2024-05-28T12:13:09.83Z\",\n                    \"createdBy\": \"API_TAXOR\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"JzQ0O3ArTkdBdzdhdjRJSnd5S0pXUEpndjNFMTdSN3daYVFXLzdnQ0pYRlVKQUU9MTswMDsn\\\"\",\n            \"id\": \"913a3707-244b-4af4-ae73-fee9e567af36\",\n            \"taxCompanyId\": \"00000000-0000-0000-0000-000000000000\",\n            \"taxCompanyCode\": \"\",\n            \"creationDate\": \"2024-03-14T13:06:24.147Z\",\n            \"vatEntryLines\": []\n        }\n    ]\n}"}],"_postman_id":"3693245c-0b77-4921-911c-af895e6dd1bd"},{"name":"vatEntryLines","event":[{"listen":"test","script":{"exec":["let response = pm.response.json();\r","\r","_.forEach(response.value, (vatEntry) => {\r","    pm.environment.set(\"vatEntryLineId\", vatEntry.id);\r","})"],"type":"text/javascript","packages":{},"requests":{},"id":"d4c296d8-77cc-474d-82a5-2587051972ee"}}],"id":"a6a3a18f-c9ff-4a07-aec4-c665f49b05df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/vatEntries({{vatEntryId}})/vatEntryLines","description":"<p>Devuelve los movimientos de IVA enviados a Taxor según el \"id\" de la cabecera. Se pueden utilizar distintas opciones de OData para recuperar la infromación.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","vatEntries({{vatEntryId}})","vatEntryLines"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"22408bb0-d154-4658-a4b9-be6c0ee5491c","name":"Get VAT Entry Lines","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/vatEntries({{vatEntryId}})/vatEntryLines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"809edecf-2bdb-4654-9f43-9e74c0b037da"},{"key":"Date","value":"Tue, 04 Jun 2024 08:35:08 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": [\n        {\n            \"id\": \"GUID\",\n            \"vatEntryId\": \"GUID\",\n            \"vatDefinitionId\": \"GUID\",\n            \"vatDefinitionCode\": \"String\",\n            \"postingDate\": \"Date\",\n            \"documentType\": \"String\",\n            \"documentNo\": \"String\",\n            \"type\": \"String\",\n            \"base\": \"Decimal\",\n            \"vatPct\": \"Decimal\",\n            \"ecPct\": \"Decimal\",\n            \"amount\": \"Decimal\",\n            \"vatCashRegime\": \"Boolean\",\n            \"unrealizedBase\": \"Decimal\",\n            \"unrealizedAmount\": \"Decimal\",\n            \"ignore347Amount\": \"Decimal\",\n            \"externalDocNo\": \"String\",\n            \"externalDocDate\": \"String\",\n            \"correctedInvoiceNo\": \"String\",\n            \"customerVendorName\": \"String\",\n            \"customerVendorVATRegNo\": \"String\",\n            \"countryCode\": \"String\",\n            \"postalCode\": \"String\",\n            \"generatedAutodocument\": \"Boolean\",\n            \"reverseCharge\": \"Boolean\",\n            \"euService\": \"Boolean\",\n            \"eu3PartyTrade\": \"Boolean\",\n            \"settledDocumentType\": \"String\",\n            \"nonCustomsWarehouse\": \"String\",\n            \"realEstateTransferOperation\": \"String\",\n            \"realEstateId\": \"GUID\",\n            \"realEstateCode\": \"String\",\n            \"specialProratedType\": \"String\",\n            \"bankruptcyProceeding\": \"Boolean\",\n            \"sourceType\": \"String\",\n            \"sourceEntryNo\": \"Integer\",\n            \"createdOn\": \"DateTime\",\n            \"createdBy\": \"String\"\n        }\n    ]\n}"},{"id":"fab9bc56-a0a6-442a-b69a-11d15a62712f","name":"Last vatEntryLine source entry no.","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/v1.0/companies({{companyId}})/vatEntryLines?$filter=companyCode eq '{{taxCompanyCode}}' and sourceType eq '0'&$sort=companyCode,sourceType,sourceEntryNo desc&$top=1&$select=sourceEntryNo","host":["{{baseUrl}}"],"path":["v1.0","companies({{companyId}})","vatEntryLines"],"query":[{"key":"$filter","value":"companyCode eq '{{taxCompanyCode}}' and sourceType eq '0'"},{"key":"$sort","value":"companyCode,sourceType,sourceEntryNo desc"},{"key":"$top","value":"1"},{"key":"$select","value":"sourceEntryNo"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a6a3a18f-c9ff-4a07-aec4-c665f49b05df"},{"name":"vatEntryLines","id":"a7d7ac98-2c10-4069-948e-8004b0217b91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"If-Match","value":"*"}],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/vatEntryLines({{vatEntryLineId}})","description":"<p>Elimina el movimiento de IVA creado en Taxor a partir de su \"id\".</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","vatEntryLines({{vatEntryLineId}})"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"c5a1fa9e-7835-4ab5-a8ad-058901edf25f","name":"Delete VAT Entry","originalRequest":{"method":"DELETE","header":[{"key":"If-Match","value":"*","disabled":true}],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/vatEntryLines({{vatEntryLineId}})"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"a7d7ac98-2c10-4069-948e-8004b0217b91"}],"id":"fd3cae1e-d67b-4500-b475-71777fdb2ec9","description":"<p>Representa los movimientos de IVA de las empresas de Taxor para presentar impuestos.</p>\n<p>No se permite modificar los movimientos de IVA, se deben eliminar y volver a crear.</p>\n<p>Se recomienda utilizar los \"Id's\" ya que estos no se pueden modificar. Damos la opción de utilizar los \"codes\" relacionados con los \"id's\" para presentar los impuestos. Los campos son \"taxCompanyId\"/\"taxCompanyCode\" y \"realEstateId\"/\"realEstateCode\".</p>\n<p>Necesario para presentar los modelos 303/390, 347 y 349.</p>\n<p>Definición campos:</p>\n<p><strong>Cabecera:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo</strong></th>\n<th><strong>Tipo Campo</strong></th>\n<th><strong>Descripción</strong></th>\n<th><strong>Comentarios</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GUID</td>\n<td>Identificador registro</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>taxCompanyId</td>\n<td>GUID</td>\n<td>\"Id\" empresa de TAXOR para presentar impuestos</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>taxCompanyCode</td>\n<td>String[9]</td>\n<td>\"Code\" empresa de TAXOR para presentar impuestos</td>\n<td>(Opcional)  <br />(Requerido) Si no se indica \"taxCompanyId\"</td>\n</tr>\n<tr>\n<td>creationDate</td>\n<td>DateTime</td>\n<td>Fecha creación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Líneas:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th><strong>Tipo Campo</strong></th>\n<th>Descripción</th>\n<th><strong>Comentarios</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GUID</td>\n<td>Identificador registro</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>vatEntryId</td>\n<td>GUID</td>\n<td>Identificador registro cabecera</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>taxCompanyId</td>\n<td>GUID</td>\n<td>\"Id\" empresa en TAXOR</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>taxCompanyCode</td>\n<td>String[9]</td>\n<td>Código empresa en TAXOR</td>\n<td>(Opcional)  <br />(Requerido) Si no se indica \"taxCompanyId\"</td>\n</tr>\n<tr>\n<td>vatDefinitionId</td>\n<td>GUID</td>\n<td>\"id\" identificativo del grupo de IVA relacionado al movimiento</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>vatDefinitionCode</td>\n<td>String[100]</td>\n<td>Código identificativo del grupo de IVA relacionado al movimiento</td>\n<td>(Opcional)  <br />(Requerido) Si no se indica \"vatDefinitionId\"</td>\n</tr>\n<tr>\n<td>postingDate</td>\n<td>Date</td>\n<td>Fecha registro movimiento</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>documentType</td>\n<td>String</td>\n<td>Tipo documento, las opciones son \"1 - Pago\", \"2 - Factura\" y \"3 - Abono\".</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>documentNo</td>\n<td>String[100]</td>\n<td>Número documento</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>type</td>\n<td>String</td>\n<td>Tipo, las opciones son \"1 - Compra\" y \"2 - Venta\".</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>base</td>\n<td>Decimal</td>\n<td>Importe base</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Decimal</td>\n<td>Importe IVA</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>vatPct</td>\n<td>Decimal</td>\n<td>Porcentage IVA.</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>ecPct</td>\n<td>Decimal</td>\n<td>Porcentaje recargo</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>vatCashRegime</td>\n<td>Boolean</td>\n<td>Indica que la operación es de IVA de Caja</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>unrealizedBase</td>\n<td>Decimal</td>\n<td>Importe base no realizado</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>unrealizedAmount</td>\n<td>Decimal</td>\n<td>Importe IVA no realizado</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>ignore347Amount</td>\n<td>Decimal</td>\n<td>Importe a ignorar en el modelo 347</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>externalDocNo</td>\n<td>String[100]</td>\n<td>Número documento externo</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>externalDocDate</td>\n<td>Date</td>\n<td>Fecha documento externo</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>correctedInvoiceNo</td>\n<td>String[100]</td>\n<td>Cuando tipo documento es un \"Abono\", es la factura que esta rectificando</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>customerVendorName</td>\n<td>String[100]</td>\n<td>Nombre del cliente/proveedor de la factura</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>customerVendorVATRegNo</td>\n<td>String[100]</td>\n<td>NIF/CIF del cliente/proveedor de la factura</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>String[100]</td>\n<td>Código país ISO</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>postalCode</td>\n<td>String[100]</td>\n<td>Código postal de la factura</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>generatedAutodocument</td>\n<td>Boolean</td>\n<td>Indica si el movimiento se ha generado a partir de un Autodocumento, no necesario en vuestro caso</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>reverseCharge</td>\n<td>Boolean</td>\n<td>Indica si es inversión sujeto pasivo</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>euService</td>\n<td>Boolean</td>\n<td>Indica si es un servicio de la UE</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>eu3PartyTrade</td>\n<td>Boolean</td>\n<td>Indicas si es una operación triangular</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>settledDocumentType</td>\n<td>String</td>\n<td>Si es un \"Pago\" indica el tipo documento liquidado, las opciones son \"2-Factura\" y \"3-Abono\"</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>realEstateTransferOperation</td>\n<td>Boolean</td>\n<td>Indica si la operación es una transferencia de un inmueble</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>realEstateId</td>\n<td>GUID</td>\n<td>\"id\" inmueble</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>realEstateCode</td>\n<td>String[4]</td>\n<td>Código inmueble</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>bankruptcyProceeding</td>\n<td>Boolean</td>\n<td>Si es un \"Abono\", indica si el cliente está en \"Concurso de acreedores\"</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>sourceType</td>\n<td>String</td>\n<td>Indica si el movimientos proviende de un movimiento de IVA o movimiento no sujeto, las opciones son \"0 - Mov. IVA\" y \"1 - Mov. no sujeto\".</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>sourceEntryNo</td>\n<td>Integer</td>\n<td>Número de movimiento origen</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>sourceEntryCode</td>\n<td>String[50]</td>\n<td>Código de movimiento origen</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>createdOn</td>\n<td>DateTime</td>\n<td>Fecha creación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String[50]</td>\n<td>Usuario creación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"fd3cae1e-d67b-4500-b475-71777fdb2ec9","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}}},{"name":"📥 Withholdings","item":[{"name":"withholdings","event":[{"listen":"test","script":{"exec":["let response = pm.response.json();\r","pm.environment.set(\"withholdingId\", response.id);"],"type":"text/javascript","packages":{},"requests":{},"id":"6ddd25e7-48f9-4793-a0cd-e08546b642d0"}}],"id":"6c7f4067-cef9-4c36-9c5e-1ea1de409381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxCompanyId\": \"{{taxCompanyId}}\",\r\n\t\"withholdingLines\":\r\n\t\t[\r\n\t\t\t{\r\n\t\t\t\t\"postingDate\":\"{{currDate}}\",\r\n\t\t\t\t\"sourceType\":\"2\",\r\n\t\t\t\t\"documentNo\":\"75738222\",\r\n\t\t\t\t\"description\":\"Prueba Postman\",\r\n\t\t\t\t\"amount\":70.00,\r\n\t\t\t\t\"base\":1000.00,\r\n\t\t\t\t\"withholdingPct\":7.00,\r\n\t\t\t\t\"externalDocNo\":\"6037\",\r\n\t\t\t\t\"externalDocDate\":\"{{pastDate}}\",\r\n\t\t\t\t\"vendorEmployeeName\":\"Goyette, Ferry and Nienow\",\r\n\t\t\t\t\"vendorEmployeeVATRegNo\":\"44544561A\",\r\n\t\t\t\t\"postCode\":\"43360\",\r\n\t\t\t\t\"countryCode\":\"ES\",\r\n                \"withholdingDefinitionId\": \"{{withholdingDefinitionId}}\",\r\n\t\t\t\t\"realEstateId\":\"{{realEstateId}}\",\r\n\t\t\t\t\"laborRelation\":\"\",\r\n\t\t\t\t\"sourceEntryNo\":293\r\n\t\t\t}\r\n\t\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdings","description":"<p>Crear movimientos de retención de las empresas de Taxor para presentar impuestos.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","withholdings"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"b6c93919-2716-43d6-bb29-5cf5db7fe81d","name":"Create Withholding Entries using \"codes\"","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxCompanyCode\": \"45562447W\",\r\n\t\"withholdingLines\":\r\n\t\t[\r\n\t\t\t{\r\n\t\t\t\t\"postingDate\":\"2025-01-02\",\r\n\t\t\t\t\"sourceType\":\"2\",\r\n\t\t\t\t\"documentNo\":\"79839959\",\r\n\t\t\t\t\"description\":\"Factura 1003\",\r\n\t\t\t\t\"amount\":150.0,\r\n\t\t\t\t\"base\":1000.00,\r\n\t\t\t\t\"withholdingPct\":15.0,\r\n\t\t\t\t\"externalDocNo\":\"8270\",\r\n\t\t\t\t\"externalDocDate\":\"2025-01-01\",\r\n\t\t\t\t\"vendorEmployeeName\":\"Heller, Bayer and Zboncak\",\r\n\t\t\t\t\"vendorEmployeeVATRegNo\":\"79934234A\",\r\n\t\t\t\t\"postCode\":\"28001\",\r\n\t\t\t\t\"countryCode\":\"ES\",\r\n                \"withholdingDefinition\": \"RETENCION|RET15\",\r\n\t\t\t\t\"realEstateCode\":\"\",\r\n\t\t\t\t\"laborRelation\":\"\",\r\n\t\t\t\t\"sourceEntryNo\":719\r\n\t\t\t}\r\n\t\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdings"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Location","value":"http://vm-suasorbc14.marjinsa.es:888/TAX_CLOUD_BC14_USER/api/summar/taxor/v1.0/companies(61f2ae01-1d19-4853-bd7f-d5e529bf6591)/withholdings(8af380d8-7337-434b-9db9-3e0457c74ab8)"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"1568836a-aca9-477d-b544-a98cde61d14e"},{"key":"Date","value":"Thu, 23 May 2024 15:28:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/withholdings/$entity\",\n    \"id\": \"GUID\",\n    \"taxCompanyId\": \"GUID\",\n    \"taxCompanyCode\": \"String\",\n    \"creationDate\": \"DateTime\"\n}"},{"id":"443ed99d-02ab-4d7d-9ad5-275f6d3c8f90","name":"Create Withholding Entries with \"expand\"","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxCompanyId\": \"{{taxCompanyId}}\",\r\n\t\"withholdingLines\":\r\n\t\t[\r\n\t\t\t{\r\n\t\t\t\t\"postingDate\":\"{{currDate}}\",\r\n\t\t\t\t\"sourceType\":\"2\",\r\n\t\t\t\t\"documentNo\":\"41941381\",\r\n\t\t\t\t\"description\":\"Factura 1003\",\r\n\t\t\t\t\"amount\":150.0,\r\n\t\t\t\t\"base\":1000.00,\r\n\t\t\t\t\"withholdingPct\":15.0,\r\n\t\t\t\t\"externalDocNo\":\"5441\",\r\n\t\t\t\t\"externalDocDate\":\"{{pastDate}}\",\r\n\t\t\t\t\"vendorEmployeeName\":\"Fahey - Frami\",\r\n\t\t\t\t\"vendorEmployeeVATRegNo\":\"06839128A\",\r\n\t\t\t\t\"postCode\":\"28001\",\r\n\t\t\t\t\"countryCode\":\"ES\",\r\n                \"withholdingDefinitionId\": \"{{withholdingDefinitionId}}\",\r\n\t\t\t\t\"realEstateId\":\"{{realEstateId}}\",\r\n\t\t\t\t\"laborRelation\":\"\",\r\n\t\t\t\t\"sourceEntryNo\":875\r\n\t\t\t}\r\n\t\t]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdings?$expand=withholdingLines","host":["{{baseUrl}}"],"path":["v1.0","companies({{companyId}})","withholdings"],"query":[{"key":"$expand","value":"withholdingLines"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Location","value":"http://vm-suasorbc14.marjinsa.es:888/TAX_CLOUD_BC14_USER/api/summar/taxor/v1.0/companies(61f2ae01-1d19-4853-bd7f-d5e529bf6591)/withholdings(36826d83-3326-4748-b1f1-edd4492a008d)"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"d761122b-381d-45df-b2ef-d184fbbad35d"},{"key":"Date","value":"Thu, 23 May 2024 15:30:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/withholdings/$entity\",\n    \"id\": \"GUID\",\n    \"taxCompanyId\": \"GUID\",\n    \"taxCompanyCode\": \"String\",\n    \"creationDate\": \"DateTime\",\n    \"withholdingLines\": [\n        {\n            \"id\": \"GUID\",\n            \"postingDate\": \"Date\",\n            \"sourceType\": \"String\",\n            \"documentNo\": \"String\",\n            \"description\": \"String\",\n            \"withholdingModel\": \"String\",\n            \"amount\": \"Decimal\",\n            \"base\": \"Decimal\",\n            \"withholdingPct\": \"Decimal\",\n            \"externalDocNo\": \"String\",\n            \"externalDocDate\": \"Date\",\n            \"vendorEmployeeName\": \"String\",\n            \"vendorEmployeeVATRegNo\": \"String\",\n            \"postCode\": \"String\",\n            \"countryCode\": \"String\",\n            \"withholdingDefinitionId\": \"GUID\",\n            \"withholdingDefinition\": \"String\",\n            \"withholdingKey\": \"String\",\n            \"withholdingSubKey\": \"String\",\n            \"withholdingType\": \"String\",\n            \"realEstateId\": \"GUID\",\n            \"realEstateCode\": \"String\",\n            \"laborRelation\": \"String\",\n            \"sourceEntryNo\": \"Integer\",\n            \"createdOn\": \"DateTime\",\n            \"createdBy\": \"String\"\n        }\n    ]\n}"}],"_postman_id":"6c7f4067-cef9-4c36-9c5e-1ea1de409381"},{"name":"withholdings","id":"e7a61ce5-3084-46f0-bab8-025baa1f0dad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdings?$filter=taxCompanyId eq {{taxCompanyId}}&$expand=withholdingLines","description":"<p>Devuelve la cabecera de todos los movimientos de retención enviados a Taxor. Se pueden utilizar distintas opciones de OData para recuperar la infromación.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","withholdings"],"host":["{{baseUrl}}"],"query":[{"key":"$filter","value":"taxCompanyId eq {{taxCompanyId}}"},{"key":"$expand","value":"withholdingLines"}],"variable":[]}},"response":[{"id":"0410cc62-e197-4048-be1e-7534c81e77d4","name":"Get Withholdings","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdings?$filter=taxCompanyId eq {{taxCompanyId}}&$expand=withholdingLines","host":["{{baseUrl}}"],"path":["v1.0","companies({{companyId}})","withholdings"],"query":[{"key":"$filter","value":"taxCompanyId eq {{taxCompanyId}}"},{"key":"$expand","value":"withholdingLines"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"b055b9aa-1e93-4b57-a5d4-af727937bfe1"},{"key":"Date","value":"Tue, 04 Jun 2024 08:44:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": [\n        {\n            \"id\": \"GUID\",\n            \"taxCompanyId\": \"GUID\",\n            \"taxCompanyCode\": \"String\",\n            \"creationDate\": \"DateTime\",\n            \"withholdingLines\": [\n                {\n                    \"id\": \"GUID\",\n                    \"withholdingId\": \"GUID\",\n                    \"postingDate\": \"Date\",\n                    \"sourceType\": \"String\",\n                    \"documentNo\": \"String\",\n                    \"description\": \"String\",\n                    \"amount\": \"Decimal\",\n                    \"base\": \"Decimal\",\n                    \"withholdingPct\": \"Decimal\",\n                    \"externalDocNo\": \"String\",\n                    \"externalDocDate\": \"Date\",\n                    \"vendorEmployeeName\": \"String\",\n                    \"vendorEmployeeVATRegNo\": \"String\",\n                    \"postCode\": \"String\",\n                    \"countryCode\": \"String\",\n                    \"withholdingDefinition\": \"String\",\n                    \"withholdingDefinitionId\": \"GUID\",\n                    \"withholdingKey\": \"String\",\n                    \"withholdingSubKey\": \"String\",\n                    \"withholdingType\": \"String\",                    \n                    \"realEstateId\": \"GUID\",\n                    \"realEstateCode\": \"String\",\n                    \"laborRelation\": \"String\",\n                    \"sourceEntryNo\": \"Integer\",\n                    \"createdOn\": \"DateTime\",\n                    \"createdBy\": \"String\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"e7a61ce5-3084-46f0-bab8-025baa1f0dad"},{"name":"withholdingLines","event":[{"listen":"test","script":{"exec":["let response = pm.response.json();\r","\r","_.forEach(response.value, (withholding) => {\r","    pm.environment.set(\"withholdingLineId\", withholding.id);\r","})"],"type":"text/javascript","packages":{},"id":"7fea327f-ad59-4f6a-a1bf-13cd917a0b9f"}}],"id":"6fa25990-e88a-42bf-96fc-cd4037e13166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdings({{withholdingId}})/withholdingLines","description":"<p>Devuelve los movimientos de retención enviados a Taxor según el \"id\" de la cabecera. Se pueden utilizar distintas opciones de OData para recuperar la información.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","withholdings({{withholdingId}})","withholdingLines"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"f289ee73-dac5-4d4b-bb4f-825b56abf18c","name":"Get Withholding Lines","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdings({{withholdingId}})/withholdingLines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"6adfa0b2-3ba0-46e4-b7ce-8e4e682058fb"},{"key":"Date","value":"Tue, 04 Jun 2024 09:00:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": [\n        {\n            \"id\": \"GUID\",\n            \"withholdingId\": \"GUID\",\n            \"postingDate\": \"Date\",\n            \"sourceType\": \"String\",\n            \"documentNo\": \"String\",\n            \"description\": \"String\",\n            \"withholdingModel\": \"String\",\n            \"amount\": \"Decimal\",\n            \"base\": \"Decimal\",\n            \"withholdingPct\": \"Decimal\",\n            \"externalDocNo\": \"String\",\n            \"externalDocDate\": \"Date\",\n            \"vendorEmployeeName\": \"String\",\n            \"vendorEmployeeVATRegNo\": \"String\",\n            \"postCode\": \"String\",\n            \"countryCode\": \"String\",\n            \"withholdingDefinition\": \"String\",\n            \"withholdingDefinitionId\": \"GUID\",\n            \"withholdingKey\": \"String\",\n            \"withholdingSubKey\": \"String\",\n            \"withholdingType\": \"String\",            \n            \"realEstateId\": \"GUID\",\n            \"realEstateCode\": \"String\",\n            \"laborRelation\": \"String\",\n            \"sourceEntryNo\": \"Integer\",\n            \"createdOn\": \"DateTime\",\n            \"createdBy\": \"String\"\n        }\n    ]\n}"},{"id":"1e13a73d-3893-4fba-b039-ea708a92284c","name":"Last withholdingLine source entry no.","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdingLines?$filter=companyCode eq '{{taxCompanyCode}}'&$orderby=companyCode,sourceTableId,sourceEntryNo desc&$top=1&$select=sourceEntryNo","host":["{{baseUrl}}"],"path":["v1.0","companies({{companyId}})","withholdingLines"],"query":[{"key":"$filter","value":"companyCode eq '{{taxCompanyCode}}'"},{"key":"$orderby","value":"companyCode,sourceTableId,sourceEntryNo desc"},{"key":"$top","value":"1"},{"key":"$select","value":"sourceEntryNo"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6fa25990-e88a-42bf-96fc-cd4037e13166"},{"name":"withholdingLines","id":"6bf00390-2260-47ce-adc8-8cd9f909f758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"If-Match","value":"*"}],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdingLines({{withholdingLineId}})","description":"<p>Elimina el movimiento de retención creado en Taxor a partir de su \"id\".</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","withholdingLines({{withholdingLineId}})"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"6dad6d2a-4a14-4e06-aab9-7f830162dfeb","name":"Delete Withholding Entry","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/withholdingLines({{withholdingLineId}})"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6bf00390-2260-47ce-adc8-8cd9f909f758"}],"id":"d8eff66f-6296-4a1c-b717-b64d16f8358c","description":"<p>Representa los movimientos de retención de las empresas de Taxor para presentar impuestos.</p>\n<p>No se permite modificar los movimientos de retención, se deben eliminar y volver a crear.</p>\n<p>Se recomienda utilizar los \"Id's\" ya que estos no se pueden modificar. Damos la opción de utilizar los \"codes\" relacionados con los \"id's\" para presentar los impuestos. Los campos son \"taxCompanyId\"/\"taxCompanyCode\", \"withholdingDefinitionId\"/\"withholdingDefinition\" y \"realEstateId\"/\"realEstateCode\".</p>\n<p>Necesario para presentar los modelos 115/180, 111/190, 216/296 y 123/193.</p>\n<p>Definición campos:</p>\n<p><strong>Cabecera:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo</strong></th>\n<th><strong>Tipo Campo</strong></th>\n<th><strong>Descripción</strong></th>\n<th><strong>Comentarios</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GUID</td>\n<td>Identificador registro</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>taxCompanyId</td>\n<td>GUID</td>\n<td>\"id\" empresa de TAXOR para presentar impuestos</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>taxCompanyCode</td>\n<td>String[9]</td>\n<td>\"Code\" empresa de TAXOR para presentar impuestos</td>\n<td>(Opcional)  <br />(Requerido) Si no se indica \"taxCompanyId\"</td>\n</tr>\n<tr>\n<td>creationDate</td>\n<td>DateTime</td>\n<td>Fecha creación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Líneas:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campos</th>\n<th><strong>Tipo Campo</strong></th>\n<th>Descripción</th>\n<th><strong>Comentarios</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GUID</td>\n<td>Identificador registro</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>withholdingId</td>\n<td>GUID</td>\n<td>Identificador registro cabecera</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>postingDate</td>\n<td>Date</td>\n<td>Fecha registro del movimiento</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>sourceType</td>\n<td>String[1]</td>\n<td>Identifica si es retención proveedor o empleado, las opciones son \"2 - Proveedor\" y \"6 - Empleado\".</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>documentNo</td>\n<td>String[100]</td>\n<td>Número documento</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>description</td>\n<td>String[100]</td>\n<td>Descripción</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Decimal</td>\n<td>Importe retención</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>base</td>\n<td>Decimal</td>\n<td>Importe base</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>withholdingPct</td>\n<td>Decimal</td>\n<td>Porcentage retención</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>externalDocNo</td>\n<td>String[100]</td>\n<td>Número documento externo</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>externalDocDate</td>\n<td>Date</td>\n<td>Fecha documento externo</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>vendorEmployeeName</td>\n<td>Strimng[100]</td>\n<td>Nombre proveedor/empleado</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>vendorEmployeeVATRegNo</td>\n<td>String[100]</td>\n<td>NIF/CIF proveedor/empleado</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>postCode</td>\n<td>String[100]</td>\n<td>Código postal</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>String[2]</td>\n<td>Código país ISO</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>withholdingDefinitionId</td>\n<td>GUID</td>\n<td>\"id\" identificativo de la configuración de retención relacionado al movimiento</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>withholdingDefinition</td>\n<td>String[20]</td>\n<td>Código identificativo de la configuraciónm de retención relacionado al movimiento</td>\n<td>(Opcional)  <br />(Requerido) Si no se indica \"withholdingDefinitionId\"</td>\n</tr>\n<tr>\n<td>withholdingModel</td>\n<td>String</td>\n<td>Modelo relacionado a \"withholdingDefinition\" configurado en Taxor.  <br />Las opciones son \"1 - M-115/180\", \"2 - M-111/190\", \"3 - M-216/296\" y \"4 - M-123/193\".</td>\n<td>(No modificable)</td>\n</tr>\n<tr>\n<td>withholdingKey</td>\n<td>String</td>\n<td>Clave retención relacionada a \"withholdingDefinition\" configurado en Taxor.</td>\n<td>(No modificable)</td>\n</tr>\n<tr>\n<td>withholdingSubKey</td>\n<td>String</td>\n<td>Subclave retención relacionada a \"withholdingDefinition\" configurado en Taxor.</td>\n<td>(No modificable)</td>\n</tr>\n<tr>\n<td>withholdingType</td>\n<td>String</td>\n<td>Tipo retención relacionado a \"withholdingDefinition\" configurado en Taxor.  <br />Las opciones son \"0 - Dineraria\" y \"1 - En especies\".</td>\n<td>(No modificable)</td>\n</tr>\n<tr>\n<td>realEstateId</td>\n<td>GUID</td>\n<td>\"Id\" inmueble</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>realEstateCode</td>\n<td>String[4]</td>\n<td>Código inmueble</td>\n<td>(Opcional) Código relacionado con \"realEstateId\"</td>\n</tr>\n<tr>\n<td>laborRelation</td>\n<td>String[10]</td>\n<td>Relación laboral</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>sourceTableId</td>\n<td>Integer</td>\n<td>Tabla de movimiento origen</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>sourceEntryNo</td>\n<td>Integer</td>\n<td>Número de movimiento origen</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>sourceEntryCode</td>\n<td>String[50]</td>\n<td>Código de movimiento origen</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>createdOn</td>\n<td>DateTime</td>\n<td>Fecha creación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String[50]</td>\n<td>Usuario creación</td>\n<td>(No modificable) Campo de sistema</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d8eff66f-6296-4a1c-b717-b64d16f8358c","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}}},{"name":"📥 Balances","item":[{"name":"balances","event":[{"listen":"prerequest","script":{"exec":["const moment = require('moment');\r","let postingDate = pm.variables.replaceIn('Thu May 13 2027 14:16:35 GMT+0000 (Coordinated Universal Time)');\r","pm.environment.set(\"balancePostingDate\", moment(postingDate).format('YYYY-MM-DD'));\r",""],"type":"text/javascript","packages":{},"id":"920ac478-a364-41cb-879f-4915ae4f63f5"}},{"listen":"test","script":{"exec":["let response = pm.response.json();\r","pm.environment.set(\"balanceId\", response.id);"],"type":"text/javascript","packages":{},"id":"c446432e-9954-40a1-b07b-322909bd930f"}}],"id":"3e5b7a71-3eff-4651-b730-f8ba6d40e3ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxCompanyId\": \"{{taxCompanyId}}\",\r\n\t\"balanceLines\":\r\n\t\t[\r\n\t\t\t{\r\n\t\t\t\t\"glAccountNo\":\"4000001\",\r\n\t\t\t\t\"postingDate\":\"{{balancePostingDate}}\",\r\n\t\t\t\t\"amount\":150,\r\n                \"debitAmount\":150,\r\n\t\t\t\t\"creditAmount\":0\r\n\t\t\t}\r\n\t\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies({{companyId}})/balances","description":"<p>Crear movimientos de saldo de las empresas de TAXOR para presentar impuestos. En caso de que ya exista la combinación \"Empresa\", \"Cuenta contable\" y \"Fecha\", se actualiza el registro existente.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","balances"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"e576e39c-dd44-456f-89c7-c4ec75e7d164","name":"Create Balances using \"codes\"","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxCompanyCode\": \"45562447W\",\r\n\t\"balanceLines\":\r\n\t\t[\r\n\t\t\t{\r\n\t\t\t\t\"glAccountNo\":\"4000001\",\r\n\t\t\t\t\"postingDate\":\"2025-01-10\",\r\n\t\t\t\t\"amount\":-6161.5,\r\n                \"debitAmount\":0.0,\r\n\t\t\t\t\"creditAmount\":6161.5\r\n\t\t\t}\r\n\t\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"{{baseUrl}}/v1.0/companies({{companyId}})/balances"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Location","value":"http://vm-suasorbc14.marjinsa.es:888/TAX_CLOUD_BC14_USER/api/summar/taxor/v1.0/companies(61f2ae01-1d19-4853-bd7f-d5e529bf6591)/balances(c8b40f4a-8750-4a95-afc2-5d34daf90f78)"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"07187511-e134-476c-b2b5-19c36314c570"},{"key":"Date","value":"Thu, 23 May 2024 15:36:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/balances/$entity\",\n    \"id\": \"GUID\",\n    \"taxCompanyId\": \"GUID\",\n    \"taxCompanyCode\": \"String\",\n    \"creationDate\": \"DateTime\"\n}"},{"id":"043af88e-83fb-4513-97a2-214c309dcfd6","name":"Create Balances with \"expand\"","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"taxCompanyId\": \"{{taxCompanyId}}\",\r\n\t\"balanceLines\":\r\n\t\t[\r\n\t\t\t{\r\n\t\t\t\t\"glAccountNo\":\"4000001\",\r\n\t\t\t\t\"postingDate\":\"{{balancePostingDate}}\",\r\n\t\t\t\t\"amount\":-6161.5,\r\n                \"debitAmount\":0.0,\r\n\t\t\t\t\"creditAmount\":6161.5\r\n\t\t\t}\r\n\t\t]\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{baseUrl}}/v1.0/companies({{companyId}})/balances?$expand=balanceLines","host":["{{baseUrl}}"],"path":["v1.0","companies({{companyId}})","balances"],"query":[{"key":"$expand","value":"balanceLines"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Location","value":"http://vm-suasorbc14.marjinsa.es:888/TAX_CLOUD_BC14_USER/api/summar/taxor/v1.0/companies(61f2ae01-1d19-4853-bd7f-d5e529bf6591)/balances(0f5c28e2-d4c5-4300-889f-e97557de5223)"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"a0ae0774-9530-4a30-a3e6-bd319c37099b"},{"key":"Date","value":"Thu, 23 May 2024 15:38:06 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"@odata.context\": \"{{baseUrl}}/v1.0/$metadata#companies({{companyId}})/balances/$entity\",\n    \"id\": \"GUID\",\n    \"taxCompanyId\": \"GUID\",\n    \"taxCompanyCode\": \"String\",\n    \"creationDate\": \"DateTime\",\n    \"balanceLines\": [\n        {\n            \"id\": \"GUID\",\n            \"balanceId\": \"GUID\",\n            \"glAccountNo\": \"String\",\n            \"postingDate\": \"Date\",\n            \"amount\": \"Decimal\",\n            \"debitAmount\": \"Decimal\",\n            \"creditAmount\": \"Decimal\",\n            \"createdOn\": \"DateTime\",\n            \"createdBy\": \"String\",\n            \"modifiedOn\": \"DateTime\",\n            \"modifiedBy\": \"String\"\n        }\n    ]\n}"}],"_postman_id":"3e5b7a71-3eff-4651-b730-f8ba6d40e3ba"},{"name":"balances","id":"6992a9d1-7fa2-43fa-b405-0712ca7055df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/balances?$filter=taxCompanyId eq {{taxCompanyId}}&$expand=balanceLines","description":"<p>Devuelve la cabecera de todos los movimientos de saldo enviados a Taxor. Se pueden utilizar distintas opciones de OData para recuperar la información.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","balances"],"host":["{{baseUrl}}"],"query":[{"key":"$filter","value":"taxCompanyId eq {{taxCompanyId}}"},{"key":"$expand","value":"balanceLines"}],"variable":[]}},"response":[{"id":"dd375e60-96c4-41eb-8af4-a61ff2b9390c","name":"Get Balances","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/v1.0/companies({{companyId}})/balances?$filter=taxCompanyId eq {{taxCompanyId}}&$expand=balanceLines","host":["{{baseUrl}}"],"path":["v1.0","companies({{companyId}})","balances"],"query":[{"key":"$filter","value":"taxCompanyId eq {{taxCompanyId}}"},{"key":"$expand","value":"balanceLines"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"023b953d-a1f6-4614-b970-4589fa656327"},{"key":"Date","value":"Tue, 04 Jun 2024 09:26:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": [\n        {\n            \"id\": \"GUID\",\n            \"taxCompanyId\": \"GUID\",\n            \"taxCompanyCode\": \"String\",\n            \"creationDate\": \"DateTime\",\n            \"balanceLines\": [\n                {\n                    \"id\": \"GUID\",\n                    \"balanceId\": \"GUID\",\n                    \"glAccountNo\": \"String\",\n                    \"postingDate\": \"Date\",\n                    \"amount\": \"Decimal\",\n                    \"debitAmount\": \"Decimal\",\n                    \"creditAmount\": \"Decimal\",\n                    \"createdOn\": \"DateTime\",\n                    \"createdBy\": \"String\",\n                    \"modifiedOn\": \"DateTime\",\n                    \"modifiedBy\": \"String\"\n                }\n            ]\n        }\n    ]\n}"}],"_postman_id":"6992a9d1-7fa2-43fa-b405-0712ca7055df"},{"name":"balanceLines","event":[{"listen":"test","script":{"exec":["let response = pm.response.json();\r","\r","_.forEach(response.value, (balance) => {\r","    pm.environment.set(\"balanceLineId\", balance.id);    \r","})"],"type":"text/javascript","packages":{},"id":"5d6edf11-c801-47e0-a545-0f1303a3c350"}}],"id":"dcbab8a2-360e-449b-8c6b-7ded4f683016","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/balances({{balanceId}})/balanceLines","description":"<p>Devuelve los movimientos de saldo enviados a Taxor según el \"id\" de la cabecera. Se pueden utilizar distintas opciones de OData para recuperar la información.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","balances({{balanceId}})","balanceLines"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"22dedbee-1091-4485-a42d-4058ad2a2df9","name":"Get Balance Lines","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/balances({{balanceId}})/balanceLines"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; odata.metadata=minimal"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"Microsoft-HTTPAPI/2.0"},{"key":"OData-Version","value":"4.0"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Expose-Headers","value":"Date, Content-Length, Server, OData-Version"},{"key":"request-id","value":"fe5ee680-cfd3-4473-94ca-aa994ea8566d"},{"key":"Date","value":"Tue, 04 Jun 2024 09:30:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"value\": [\n        {\n            \"id\": \"GUID\",\n            \"balanceId\": \"GUID\",\n            \"glAccountNo\": \"String\",\n            \"postingDate\": \"Date\",\n            \"amount\": \"Decimal\",\n            \"debitAmount\": \"Decimal\",\n            \"creditAmount\": \"Decimal\",\n            \"createdOn\": \"DateTime\",\n            \"createdBy\": \"String\",\n            \"modifiedOn\": \"DateTime\",\n            \"modifiedBy\": \"String\"\n        }\n    ]\n}"},{"id":"9d34a5b0-52a5-407f-8385-589c38e82dc4","name":"Last balanceLines G/L Entry No.","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{baseUrl}}/v1.0/companies({{companyId}})/balanceLines?$filter=companyCode eq '{{taxCompanyCode}}'&$orderby=lastGLEntryNo desc&$top=1&$select=lastGLEntryNo","host":["{{baseUrl}}"],"path":["v1.0","companies({{companyId}})","balanceLines"],"query":[{"key":"$filter","value":"companyCode eq '{{taxCompanyCode}}'"},{"key":"$orderby","value":"lastGLEntryNo desc"},{"key":"$top","value":"1"},{"key":"$select","value":"lastGLEntryNo"}]}},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"dcbab8a2-360e-449b-8c6b-7ded4f683016"},{"name":"balanceLines","id":"6a9aa4dd-d07f-422e-b675-4feea5d15420","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"If-Match","value":"*"}],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/balanceLines({{balanceLineId}})","description":"<p>Elimina el movimiento de saldo creado en Taxor a partir de su \"id\".</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","companies({{companyId}})","balanceLines({{balanceLineId}})"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"3832cce3-6be1-4535-9bf0-8310a72e0dfe","name":"Delete Balances Line","originalRequest":{"method":"DELETE","header":[],"url":"{{baseUrl}}/v1.0/companies({{companyId}})/balanceLines({{balanceLineId}})"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"6a9aa4dd-d07f-422e-b675-4feea5d15420"}],"id":"708fc8c3-4854-43e3-962b-d6a8a8b08f93","description":"<p>Representa los movimientos de saldo de las empresas de Taxor para presentar impuestos.</p>\n<p>Se recomienda utilizar los \"Id's\" ya que estos no se pueden modificar. Damos la opción de utilizar los \"codes\" relacionados con los \"id's\" para presentar los impuestos. Los campos son \"taxCompanyId\"/\"taxCompanyCode\".</p>\n<p>Se deben agrupar los movimientos de saldo, no puede haber más de un movimiento por \"Empresa\", \"Cuenta contable\" y \"Fecha\".</p>\n<p>Necesario para la presentación del impuesto de sociedades y cuentas anuales.</p>\n<p>Definición campos:</p>\n<p><strong>Cabecera:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Campo</strong></th>\n<th><strong>Tipo Campo</strong></th>\n<th><strong>Descripción</strong></th>\n<th><strong>Comentarios</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GUID</td>\n<td>Identificador registro</td>\n<td>(No modificable) Campo sistema</td>\n</tr>\n<tr>\n<td>taxCompanyId</td>\n<td>GUID</td>\n<td>\"id\" empresa de Taxor para presentar impuestos</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>taxCompanyCode</td>\n<td>String[9]</td>\n<td>\"Code\" empresa de Taxor para presentar impuestos</td>\n<td>(Opcional)  <br />(Requerido) Si no se indica \"taxCompanyId\"</td>\n</tr>\n<tr>\n<td>creationDate</td>\n<td>DateTime</td>\n<td>Fecha creación</td>\n<td>(No modificable) Campo sistema</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong>Líneas:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Campo</th>\n<th><strong>Tipo Campo</strong></th>\n<th>Descripción</th>\n<th><strong>Comentarios</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>GUID</td>\n<td>Identificador registro</td>\n<td>(No modificable) Campo sistema</td>\n</tr>\n<tr>\n<td>balanceId</td>\n<td>GUID</td>\n<td>Identificador registro cabecera</td>\n<td>(No modificable) Campo sistema</td>\n</tr>\n<tr>\n<td>glAccountNo</td>\n<td>String[20]</td>\n<td>Cuenta contable</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>postingDate</td>\n<td>Date</td>\n<td>Fecha registro</td>\n<td>(Requerido)</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Decimal</td>\n<td>Importe</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>debitAmount</td>\n<td>Decimal</td>\n<td>Importe Debe</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>creditAmount</td>\n<td>Decimal</td>\n<td>Importe Haber</td>\n<td>(Opcional)</td>\n</tr>\n<tr>\n<td>createdOn</td>\n<td>DateTime</td>\n<td>Fecha creación</td>\n<td>(No modificable) Campo sistema</td>\n</tr>\n<tr>\n<td>createdBy</td>\n<td>String[50]</td>\n<td>Usuario creación</td>\n<td>(No modificable) Campo sistema</td>\n</tr>\n<tr>\n<td>modifiedOn</td>\n<td>DateTime</td>\n<td>Fecha última modificación</td>\n<td>(No modificable) Campo sistema</td>\n</tr>\n<tr>\n<td>modifiedBy</td>\n<td>String[50]</td>\n<td>Usuario última modificación</td>\n<td>(No modificable) Campo sistema</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"708fc8c3-4854-43e3-962b-d6a8a8b08f93","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}}},{"name":"🏷️ Metadata","item":[{"name":"metadata schemavesion","id":"8f9c6057-0222-417a-9068-6b2ffbdfacc5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/$metadata?$schemaversion=2.0","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","$metadata"],"host":["{{baseUrl}}"],"query":[{"key":"$schemaversion","value":"2.0"}],"variable":[]}},"response":[],"_postman_id":"8f9c6057-0222-417a-9068-6b2ffbdfacc5"},{"name":"metadata","id":"1ae65f44-e8d8-415b-9f10-38bd3c1c11bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/$metadata","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}},"urlObject":{"path":["v1.0","$metadata"],"host":["{{baseUrl}}"],"query":[],"variable":[]}},"response":[{"id":"d758647b-31a2-4632-b745-8b48d673b351","name":"metadata","originalRequest":{"method":"GET","header":[],"url":"{{baseUrl}}/v1.0/$metadata"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"1ae65f44-e8d8-415b-9f10-38bd3c1c11bf"}],"id":"da03feb0-2267-45f8-a8d9-c52fd9e8af95","description":"<p>Definición de los distintos \"endpoints\" y propiedades de cada campo.</p>\n","_postman_id":"da03feb0-2267-45f8-a8d9-c52fd9e8af95","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}}}],"id":"b25293dc-cfc1-4010-8bfe-f00230dd5c1b","description":"<p>Todas las llamadas deben realizarse con el \"id\" de la empresa de sistema con la que se quiere integrar. Para obtener el \"id\" de la empresa de sistema consultar \"System Company\".</p>\n","_postman_id":"b25293dc-cfc1-4010-8bfe-f00230dd5c1b","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]},"isInherited":true,"source":{"_postman_id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","id":"a7abec25-052e-4b06-a45d-60b3cbf9c8b8","name":"🔌API TAXOR","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user}}"},{"key":"password","value":"{{password}}"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":["const moment = require('moment')\r","pm.environment.set(\"currDate\", moment().format(\"YYYY-MM-DD\"));\r","pm.environment.set(\"pastDate\",moment().add(-15,'day').format(\"YYYY-MM-DD\"));\r",""],"id":"413c8fca-b919-4624-b17a-176df56de1c1"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"1653c4bc-3fdd-4003-81c8-7b5dfb00fb44"}}]}