{
  "info": {
    "_postman_id": "e4f6a2e0-2a94-4d35-902b-6150ffd8d938",
    "name": "IBEROFARMACOS",
    "description": "SAP Help:\n\n[Working with SAP Business One Service Layer](https://help.sap.com/doc/0d2533ad95ba4ad7a702e83570a21c32/9.3/en-US/Working_with_SAP_Business_One_Service_Layer.pdf)",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "_exporter_id": "15946147",
    "_collection_link": "https://go.postman.co/collection/15946147-e4f6a2e0-2a94-4d35-902b-6150ffd8d938?source=collection_link"
  },
  "item": [
    {
      "name": "SAP Login",
      "event": [
        {
          "listen": "test",
          "script": {
            "exec": [
              "pm.test(\"Response is OK\", function () {\r",
              "    pm.response.to.have.status(200);\r",
              "\r",
              "    pm.collectionVariables.set(\"SAP_COOKIE\", `B1SESSION=${pm.response.json().SessionId}`)\r",
              "})"
            ],
            "type": "text/javascript",
            "packages": {}
          }
        }
      ],
      "request": {
        "method": "POST",
        "header": [],
        "body": {
          "mode": "raw",
          "raw": "{\r\n    \"CompanyDB\": \"{{COMPANY_DB_SAP}}\",\r\n    \"Password\": \"{{PASSWORD_SAP}}\",\r\n    \"UserName\": \"{{USER_SAP}}\",\r\n    \"Language\": 25\r\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{BASE_URL_SAP}}/Login",
          "host": [
            "{{BASE_URL_SAP}}"
          ],
          "path": [
            "Login"
          ]
        },
        "description": "Iniciar sesion en SAP"
      },
      "response": [
        {
          "name": "200 OK",
          "originalRequest": {
            "method": "POST",
            "header": [],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"CompanyDB\": \"{{COMPANY_DB_SAP}}\",\r\n    \"Password\": \"{{PASSWORD_SAP}}\",\r\n    \"UserName\": \"{{USER_SAP}}\"\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{BASE_URL_SAP}}/Login",
              "host": [
                "{{BASE_URL_SAP}}"
              ],
              "path": [
                "Login"
              ]
            }
          },
          "status": "OK",
          "code": 200,
          "_postman_previewlanguage": "json",
          "header": [
            {
              "key": "Date",
              "value": "Mon, 07 Oct 2024 15:15:48 GMT"
            },
            {
              "key": "Server",
              "value": "Apache"
            },
            {
              "key": "Content-Type",
              "value": "application/json;odata.metadata=minimal;charset=utf-8"
            },
            {
              "key": "Vary",
              "value": "Accept-Encoding"
            },
            {
              "key": "Content-Encoding",
              "value": "gzip"
            },
            {
              "key": "Set-Cookie",
              "value": "B1SESSION=087dd4ca-84bf-11ef-8000-04ecd89e2f50;HttpOnly;;Secure;SameSite=None"
            },
            {
              "key": "Set-Cookie",
              "value": "ROUTEID=.node1; path=/;Secure;SameSite=None"
            },
            {
              "key": "Content-Length",
              "value": "168"
            },
            {
              "key": "Keep-Alive",
              "value": "timeout=5, max=100"
            },
            {
              "key": "Connection",
              "value": "Keep-Alive"
            }
          ],
          "cookie": [],
          "body": "{\n    \"@odata.context\": \"https://localhost:50000/b1s/v2/$metadata#B1Sessions/$entity\",\n    \"SessionId\": \"087dd4ca-84bf-11ef-8000-04ecd89e2f50\",\n    \"Version\": \"1000201\",\n    \"SessionTimeout\": 30\n}"
        },
        {
          "name": "401 Unauthorized",
          "originalRequest": {
            "method": "POST",
            "header": [],
            "body": {
              "mode": "raw",
              "raw": "{\r\n    \"CompanyDB\": \"{{COMPANY_DB_SAP}}\",\r\n    \"Password\": \"{{PASSWORD_SAP}}\",\r\n    \"UserName\": \"{{USER_SAP}}\"\r\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            },
            "url": {
              "raw": "{{BASE_URL_SAP}}/login",
              "host": [
                "{{BASE_URL_SAP}}"
              ],
              "path": [
                "login"
              ]
            }
          },
          "status": "Unauthorized",
          "code": 401,
          "_postman_previewlanguage": "json",
          "header": [
            {
              "key": "Date",
              "value": "Mon, 07 Oct 2024 14:48:02 GMT"
            },
            {
              "key": "Server",
              "value": "Apache"
            },
            {
              "key": "WWW-Authenticate",
              "value": "Basic realm=/b1s/v1/login"
            },
            {
              "key": "Content-Type",
              "value": "application/json;charset=utf-8"
            },
            {
              "key": "Vary",
              "value": "Accept-Encoding"
            },
            {
              "key": "Content-Encoding",
              "value": "gzip"
            },
            {
              "key": "Content-Length",
              "value": "126"
            },
            {
              "key": "Keep-Alive",
              "value": "timeout=5, max=100"
            },
            {
              "key": "Connection",
              "value": "Keep-Alive"
            }
          ],
          "cookie": [],
          "body": "{\n    \"error\": {\n        \"code\": 301,\n        \"message\": {\n            \"lang\": \"en-us\",\n            \"value\": \"Invalid session or session already timeout.\"\n        }\n    }\n}"
        }
      ]
    },
    {
      "name": "SAP Articulos",
      "event": [
        {
          "listen": "test",
          "script": {
            "exec": [
              "pm.test(\"Response is OK\", function () {\r",
              "    pm.response.to.have.status(200);\r",
              "\r",
              "    console.log(\"Items Count:\", pm.response.json().value.length)\r",
              "})"
            ],
            "type": "text/javascript",
            "packages": {},
            "requests": {}
          }
        }
      ],
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Cookie",
            "value": "{{SAP_COOKIE}}",
            "description": "(required) Cookies in format B1SESSION=YOUR_SESSION_ID",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{BASE_URL_SAP}}/Items?$filter=Properties1 eq 'tYES'&$select=ItemCode, ItemName, ForeignName, U_FAMILIA, U_SUBFAM",
          "host": [
            "{{BASE_URL_SAP}}"
          ],
          "path": [
            "Items"
          ],
          "query": [
            {
              "key": "$filter",
              "value": "Properties1 eq 'tYES'"
            },
            {
              "key": "$select",
              "value": "ItemCode, ItemName, ForeignName, U_FAMILIA, U_SUBFAM"
            },
            {
              "key": "expand",
              "value": "Items($select=ItemCode, ItemName, ForeignName, U_FAMILIA, U_SUBFAM), U_FAMILIA($select=name)",
              "type": "text",
              "disabled": true
            }
          ]
        }
      },
      "response": [
        {
          "name": "200",
          "originalRequest": {
            "method": "GET",
            "header": [
              {
                "key": "Cookie",
                "value": "{{SAP_COOKIE}}",
                "description": "(required) Cookies in format B1SESSION=YOUR_SESSION_ID",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{BASE_URL_SAP}}/Items?$filter=Properties1 eq 'tYES'&$select=ItemCode, ItemName, ForeignName, U_FAMILIA, U_SUBFAM",
              "host": [
                "{{BASE_URL_SAP}}"
              ],
              "path": [
                "Items"
              ],
              "query": [
                {
                  "key": "$filter",
                  "value": "Properties1 eq 'tYES'"
                },
                {
                  "key": "$select",
                  "value": "ItemCode, ItemName, ForeignName, U_FAMILIA, U_SUBFAM"
                },
                {
                  "key": "expand",
                  "value": "Items($select=ItemCode, ItemName, ForeignName, U_FAMILIA, U_SUBFAM), U_FAMILIA($select=name)",
                  "type": "text",
                  "disabled": true
                }
              ]
            }
          },
          "status": "OK",
          "code": 200,
          "_postman_previewlanguage": "json",
          "header": [
            {
              "key": "Date",
              "value": "Mon, 06 Apr 2026 21:16:40 GMT"
            },
            {
              "key": "Server",
              "value": "Apache/2.4.65 (Unix)"
            },
            {
              "key": "Strict-Transport-Security",
              "value": "max-age=63072000; includeSubdomains; preload"
            },
            {
              "key": "OData-Version",
              "value": "4.0"
            },
            {
              "key": "Content-Type",
              "value": "application/json",
              "description": "",
              "type": "text"
            },
            {
              "key": "Vary",
              "value": "Accept-Encoding"
            },
            {
              "key": "Content-Encoding",
              "value": "gzip"
            },
            {
              "key": "Content-Length",
              "value": "404"
            },
            {
              "key": "Keep-Alive",
              "value": "timeout=5, max=100"
            },
            {
              "key": "Connection",
              "value": "Keep-Alive"
            }
          ],
          "cookie": [],
          "body": "{\n    \"@odata.context\": \"https://sap-ibero-sl.skyinone.net:50000/b1s/v2/$metadata#Items\",\n    \"value\": [\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"ItemCode\": \"PT000253\",\n            \"ItemName\": \"TRADOLAM DUO X 10 TABLETAS\",\n            \"ForeignName\": null,\n            \"U_FAMILIA\": \"ETH\",\n            \"U_SUBFAM\": null\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"ItemCode\": \"PT000184\",\n            \"ItemName\": \"TRADOLAM PLUS X 10 TABLETAS\",\n            \"ForeignName\": null,\n            \"U_FAMILIA\": \"ETH\",\n            \"U_SUBFAM\": \"GENE\"\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"ItemCode\": \"PT000350\",\n            \"ItemName\": \"TRADOLAM 50 MG X 10 CAPSULAS\",\n            \"ForeignName\": null,\n            \"U_FAMILIA\": \"ETH\",\n            \"U_SUBFAM\": \"CTRL\"\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"ItemCode\": \"PT000444\",\n            \"ItemName\": \"INMIGA FORTE X 50 CAPLETAS\",\n            \"ForeignName\": null,\n            \"U_FAMILIA\": \"OTCC\",\n            \"U_SUBFAM\": \"GENO\"\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"ItemCode\": \"PT000447\",\n            \"ItemName\": \"PAIN MAX  C- PLUS X 10 CAPLETAS\",\n            \"ForeignName\": null,\n            \"U_FAMILIA\": \"ETH\",\n            \"U_SUBFAM\": \"GENE\"\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"ItemCode\": \"PT000448\",\n            \"ItemName\": \"BERGERON FORTE X 10 TABLETAS\",\n            \"ForeignName\": null,\n            \"U_FAMILIA\": \"ETH\",\n            \"U_SUBFAM\": \"GENE\"\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"ItemCode\": \"PT000509\",\n            \"ItemName\": \"CORTAX X 60 CAPSULAS BLANDAS\",\n            \"ForeignName\": null,\n            \"U_FAMILIA\": \"OTCC\",\n            \"U_SUBFAM\": \"GENO\"\n        }\n    ]\n}"
        }
      ]
    },
    {
      "name": "Familia de articulos",
      "event": [
        {
          "listen": "test",
          "script": {
            "exec": [
              "pm.test(\"Response is OK\", function () {\r",
              "    pm.response.to.have.status(200);\r",
              "\r",
              "    console.log(\"Items Count:\", pm.response.json().value.length)\r",
              "})"
            ],
            "type": "text/javascript",
            "packages": {},
            "requests": {}
          }
        }
      ],
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Cookie",
            "value": "{{SAP_COOKIE}}",
            "description": "(required) Cookies in format B1SESSION=YOUR_SESSION_ID",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{BASE_URL_SAP}}/U_FAMILIA",
          "host": [
            "{{BASE_URL_SAP}}"
          ],
          "path": [
            "U_FAMILIA"
          ]
        }
      },
      "response": [
        {
          "name": "200",
          "originalRequest": {
            "method": "GET",
            "header": [
              {
                "key": "Cookie",
                "value": "{{SAP_COOKIE}}",
                "description": "(required) Cookies in format B1SESSION=YOUR_SESSION_ID",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{BASE_URL_SAP}}/U_FAMILIA",
              "host": [
                "{{BASE_URL_SAP}}"
              ],
              "path": [
                "U_FAMILIA"
              ]
            }
          },
          "status": "OK",
          "code": 200,
          "_postman_previewlanguage": "json",
          "header": [
            {
              "key": "Date",
              "value": "Mon, 06 Apr 2026 21:17:38 GMT"
            },
            {
              "key": "Server",
              "value": "Apache/2.4.65 (Unix)"
            },
            {
              "key": "Strict-Transport-Security",
              "value": "max-age=63072000; includeSubdomains; preload"
            },
            {
              "key": "OData-Version",
              "value": "4.0"
            },
            {
              "key": "Content-Type",
              "value": "application/json",
              "description": "",
              "type": "text"
            },
            {
              "key": "Vary",
              "value": "Accept-Encoding"
            },
            {
              "key": "Content-Encoding",
              "value": "gzip"
            },
            {
              "key": "Keep-Alive",
              "value": "timeout=5, max=100"
            },
            {
              "key": "Connection",
              "value": "Keep-Alive"
            },
            {
              "key": "Transfer-Encoding",
              "value": "chunked"
            }
          ],
          "cookie": [],
          "body": "{\n    \"@odata.context\": \"https://sap-ibero-sl.skyinone.net:50000/b1s/v2/$metadata#U_FAMILIA\",\n    \"value\": [\n        {\n            \"Code\": \"ETH\",\n            \"Name\": \"ETHICOS\"\n        },\n        {\n            \"Code\": \"GEN\",\n            \"Name\": \"GENERICO\"\n        },\n        {\n            \"Code\": \"BEBI\",\n            \"Name\": \"BEBIDAS\"\n        },\n        {\n            \"Code\": \"CARD\",\n            \"Name\": \"CARDIOLOGICO\"\n        },\n        {\n            \"Code\": \"COMI\",\n            \"Name\": \"COMIDAS\"\n        },\n        {\n            \"Code\": \"EMPA\",\n            \"Name\": \"MAT.EMPAQUE\"\n        },\n        {\n            \"Code\": \"GMAQ\",\n            \"Name\": \"GENERALMAQ\"\n        },\n        {\n            \"Code\": \"OTCC\",\n            \"Name\": \"OTC\"\n        },\n        {\n            \"Code\": \"PRIM\",\n            \"Name\": \"MAT.PRIMA\"\n        },\n        {\n            \"Code\": \"SUMI\",\n            \"Name\": \"SUMINISTROS\"\n        }\n    ]\n}"
        }
      ]
    },
    {
      "name": "Grupo de clientes",
      "event": [
        {
          "listen": "test",
          "script": {
            "exec": [
              "pm.test(\"Response is OK\", function () {\r",
              "    pm.response.to.have.status(200);\r",
              "\r",
              "    console.log(\"Items Count:\", pm.response.json().value.length)\r",
              "})"
            ],
            "type": "text/javascript",
            "packages": {},
            "requests": {}
          }
        }
      ],
      "request": {
        "method": "GET",
        "header": [
          {
            "key": "Cookie",
            "value": "{{SAP_COOKIE}}",
            "description": "(required) Cookies in format B1SESSION=YOUR_SESSION_ID",
            "type": "text"
          }
        ],
        "url": {
          "raw": "{{BASE_URL_SAP}}/BusinessPartnerGroups",
          "host": [
            "{{BASE_URL_SAP}}"
          ],
          "path": [
            "BusinessPartnerGroups"
          ]
        },
        "description": "## Body Parameters\n\n1. **Valid**\n    \n    - **Enum indica si el proveedor está activo o no**\n        \n    - **Valores esperados**:\n        \n        - `tYES` - Indica que el proveedor está activo.\n            \n        - `tNO` - Indica que el proveedor está inactivo.\n            \n2. **FederalTaxID**\n    \n    - **RNC**\n        \n3. **Phone2**\n    \n    - **Teléfono 2**\n        \n4. **Phone1**\n    \n    - **Teléfono 1**\n        \n5. **Address**\n    \n    - **Dirección**\n        \n6. **CardName**\n    \n    - **Nombre del proveedor**\n        \n7. **CardCode**\n    \n    - **Código del proveedor**"
      },
      "response": [
        {
          "name": "200",
          "originalRequest": {
            "method": "GET",
            "header": [
              {
                "key": "Cookie",
                "value": "{{SAP_COOKIE}}",
                "description": "(required) Cookies in format B1SESSION=YOUR_SESSION_ID",
                "type": "text"
              }
            ],
            "url": {
              "raw": "{{BASE_URL_SAP}}/BusinessPartnerGroups",
              "host": [
                "{{BASE_URL_SAP}}"
              ],
              "path": [
                "BusinessPartnerGroups"
              ]
            }
          },
          "status": "OK",
          "code": 200,
          "_postman_previewlanguage": "json",
          "header": [
            {
              "key": "Date",
              "value": "Mon, 06 Apr 2026 21:19:55 GMT"
            },
            {
              "key": "Server",
              "value": "Apache/2.4.65 (Unix)"
            },
            {
              "key": "Strict-Transport-Security",
              "value": "max-age=63072000; includeSubdomains; preload"
            },
            {
              "key": "OData-Version",
              "value": "4.0"
            },
            {
              "key": "Content-Type",
              "value": "application/json",
              "description": "",
              "type": "text"
            },
            {
              "key": "Vary",
              "value": "Accept-Encoding"
            },
            {
              "key": "Content-Encoding",
              "value": "gzip"
            },
            {
              "key": "Keep-Alive",
              "value": "timeout=5, max=100"
            },
            {
              "key": "Connection",
              "value": "Keep-Alive"
            },
            {
              "key": "Transfer-Encoding",
              "value": "chunked"
            }
          ],
          "cookie": [],
          "body": "{\n    \"@odata.context\": \"https://sap-ibero-sl.skyinone.net:50000/b1s/v2/$metadata#BusinessPartnerGroups\",\n    \"value\": [\n        {\n            \"Code\": 100,\n            \"Name\": \"Clientes\",\n            \"Type\": \"bbpgt_CustomerGroup\"\n        },\n        {\n            \"Code\": 109,\n            \"Name\": \"Distribuidores\",\n            \"Type\": \"bbpgt_CustomerGroup\"\n        },\n        {\n            \"Code\": 102,\n            \"Name\": \"Empleados\",\n            \"Type\": \"bbpgt_CustomerGroup\"\n        },\n        {\n            \"Code\": 103,\n            \"Name\": \"Accionistas\",\n            \"Type\": \"bbpgt_CustomerGroup\"\n        },\n        {\n            \"Code\": 104,\n            \"Name\": \"Relacionados\",\n            \"Type\": \"bbpgt_CustomerGroup\"\n        },\n        {\n            \"Code\": 110,\n            \"Name\": \"3M\",\n            \"Type\": \"bbpgt_CustomerGroup\"\n        },\n        {\n            \"Code\": 111,\n            \"Name\": \"JA\",\n            \"Type\": \"bbpgt_CustomerGroup\"\n        },\n        {\n            \"Code\": 112,\n            \"Name\": \"Legales\",\n            \"Type\": \"bbpgt_CustomerGroup\"\n        },\n        {\n            \"Code\": 108,\n            \"Name\": \"Farmacias\",\n            \"Type\": \"bbpgt_CustomerGroup\"\n        },\n        {\n            \"Code\": 101,\n            \"Name\": \"Proveedores (Formales e Informales)\",\n            \"Type\": \"bbpgt_VendorGroup\"\n        },\n        {\n            \"Code\": 105,\n            \"Name\": \"Proveedores Internacionales\",\n            \"Type\": \"bbpgt_VendorGroup\"\n        },\n        {\n            \"Code\": 106,\n            \"Name\": \"Proveedores Relacionados\",\n            \"Type\": \"bbpgt_VendorGroup\"\n        },\n        {\n            \"Code\": 107,\n            \"Name\": \"Proveedores Accionistas\",\n            \"Type\": \"bbpgt_VendorGroup\"\n        },\n        {\n            \"Code\": 113,\n            \"Name\": \"Caja Chica\",\n            \"Type\": \"bbpgt_VendorGroup\"\n        },\n        {\n            \"Code\": 114,\n            \"Name\": \"Bancos\",\n            \"Type\": \"bbpgt_VendorGroup\"\n        },\n        {\n            \"Code\": 115,\n            \"Name\": \"Certificados\",\n            \"Type\": \"bbpgt_CustomerGroup\"\n        }\n    ]\n}"
        }
      ]
    },
    {
      "name": "BusinessPartners",
      "request": {
        "method": "GET",
        "header": [],
        "url": {
          "raw": "{{BASE_URL_SAP}}/BusinessPartners?$filter=GroupCode eq 108&$select=CardCode, CardName, FederalTaxID, Phone1, Phone2, BPAddresses, Address, MailAddress",
          "host": [
            "{{BASE_URL_SAP}}"
          ],
          "path": [
            "BusinessPartners"
          ],
          "query": [
            {
              "key": "$filter",
              "value": "GroupCode eq 108"
            },
            {
              "key": "$select",
              "value": "CardCode, CardName, FederalTaxID, Phone1, Phone2, BPAddresses, Address, MailAddress"
            }
          ]
        }
      },
      "response": [
        {
          "name": "200",
          "originalRequest": {
            "method": "GET",
            "header": [],
            "url": {
              "raw": "{{BASE_URL_SAP}}/BusinessPartners?$filter=GroupCode eq 108&$select=CardCode, CardName, FederalTaxID, Phone1, Phone2, BPAddresses, Address, MailAddress",
              "host": [
                "{{BASE_URL_SAP}}"
              ],
              "path": [
                "BusinessPartners"
              ],
              "query": [
                {
                  "key": "$filter",
                  "value": "GroupCode eq 108"
                },
                {
                  "key": "$select",
                  "value": "CardCode, CardName, FederalTaxID, Phone1, Phone2, BPAddresses, Address, MailAddress"
                }
              ]
            }
          },
          "status": "OK",
          "code": 200,
          "_postman_previewlanguage": "json",
          "header": [
            {
              "key": "Date",
              "value": "Mon, 06 Apr 2026 21:24:59 GMT"
            },
            {
              "key": "Server",
              "value": "Apache/2.4.65 (Unix)"
            },
            {
              "key": "Strict-Transport-Security",
              "value": "max-age=63072000; includeSubdomains; preload"
            },
            {
              "key": "OData-Version",
              "value": "4.0"
            },
            {
              "key": "Content-Type",
              "value": "application/json",
              "description": "",
              "type": "text"
            },
            {
              "key": "Vary",
              "value": "Accept-Encoding"
            },
            {
              "key": "Content-Encoding",
              "value": "gzip"
            },
            {
              "key": "Keep-Alive",
              "value": "timeout=5, max=100"
            },
            {
              "key": "Connection",
              "value": "Keep-Alive"
            },
            {
              "key": "Transfer-Encoding",
              "value": "chunked"
            }
          ],
          "cookie": [],
          "body": "{\n    \"@odata.context\": \"https://sap-ibero-sl.skyinone.net:50000/b1s/v2/$metadata#BusinessPartners\",\n    \"value\": [\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C01367\",\n            \"CardName\": \"FARMACIA HEIDY GILBEN SRL (MOCA)\",\n            \"Address\": \"\\\"AUSTOPISTA RAMON CACERES PLAZA SUNRISE MODULO 101-102, PROVINCIA ESPAILLAT MOCA\\\"\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-578-3718\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"131265901\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"\\\"AUSTOPISTA RAMON CACERES PLAZA SUNRISE MODULO 101-102, PROVINCIA ESPAILLAT MOCA\\\"\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C01367\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:29:44\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"MOCA\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"131265901\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C01367\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"17:51:46\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C00295\",\n            \"CardName\": \"HEBAL PHARMA SRL (STGO)\",\n            \"Address\": \"AV. 27 DE FEBRERO ESQ. C/6 MOD 115-B PLAZA LAS AMERCICAS STGO\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-575-8282\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"130704392\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"AV. 27 DE FEBRERO ESQ. C/6 MOD 115-B PLAZA LAS AMERCICAS STGO\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00295\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:28:28\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"SANTIAGO\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"130704392\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00295\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"17:48:46\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C00315\",\n            \"CardName\": \"TRANSPORTE BLANCO S A\",\n            \"Address\": \"SANTIAGO\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-295-5707\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"106012442\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"SANTIAGO\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00315\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:28:29\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"SANTIAGO\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"106012442\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00315\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"17:48:47\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C00321\",\n            \"CardName\": \"CABAÑAS TURISTICAS VENUS\",\n            \"Address\": \"AUTOPISTA DUARTE KM 6 1/2\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-570-7335\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"102339724\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"AUTOPISTA DUARTE KM 6 1/2\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00321\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:28:29\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"SANTIAGO\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"102339724\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00321\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"17:48:49\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C01371\",\n            \"CardName\": \"FARMACIA NARALY SRL (MOCA)\",\n            \"Address\": \"AUT. RAMON CACERES # 40 CENTRO CIUDAD\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-578-5555\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"130886113\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"AUT. RAMON CACERES # 40 CENTRO CIUDAD\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C01371\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:29:44\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"MOCA\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"130886113\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C01371\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"17:51:47\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C00468\",\n            \"CardName\": \"PHARMAVIDA PAYF SRL\",\n            \"Address\": \"\\\"C/ ROGELIO ROUSSELL # 50, BAYONA MANOGUAYABO STO DGO OESTE\\\"\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-530-5040\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"131717586\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"\\\"C/ ROGELIO ROUSSELL # 50, BAYONA MANOGUAYABO STO DGO OESTE\\\"\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00468\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:28:34\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"SANTO DOMINGO\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"131717586\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00468\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"17:49:01\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C04144\",\n            \"CardName\": \"FARMACIA VILLA LIBERACION SRL\",\n            \"Address\": \"\\\"C/TIRSON DE MOLINA,# 1 JIMANI\\\"\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-248-3650\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"132344634\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"\\\"C/TIRSON DE MOLINA,# 1 JIMANI\\\"\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04144\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:33:42\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"INDEPENDENCIA\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"132344634\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04144\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"18:00:59\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C00480\",\n            \"CardName\": \"FARMACIA SURY (FARN)\",\n            \"Address\": \"\\\"AV. JONH F. KENNEDY # 3 LOS ALCARRIZOS, STO DGO OESTE\\\"\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-561-5939\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"130640262\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"\\\"AV. JONH F. KENNEDY # 3 LOS ALCARRIZOS, STO DGO OESTE\\\"\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00480\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:28:35\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"SANTO DOMINGO\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"130640262\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00480\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"17:49:02\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C04149\",\n            \"CardName\": \"FARMACIAS MDG SRL\",\n            \"Address\": \"\\\"CALLE JOSE CONTRERAS, ESQ. ALMA MATER, ZONA UNIVERSITARIA, SANTO DOMINGO\\\"\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-737-3737\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"132228065\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"\\\"CALLE JOSE CONTRERAS, ESQ. ALMA MATER, ZONA UNIVERSITARIA, SANTO DOMINGO\\\"\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04149\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:33:43\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"SANTO DOMINGO\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"132228065\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04149\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"18:01:01\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C04150\",\n            \"CardName\": \"MAGIC PLASTIC CENTER MPC SRL\",\n            \"Address\": \"\\\"ALFREDO ROJAS MORALES ,NO 27 LA ZURZA 1 ,STGO\\\"\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-806-9074\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"131128696\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"\\\"ALFREDO ROJAS MORALES ,NO 27 LA ZURZA 1 ,STGO\\\"\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04150\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:33:43\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"SANTIAGO\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"131128696\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04150\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"18:01:01\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C04162\",\n            \"CardName\": \"FARMACIA GENA SRL\",\n            \"Address\": \"\\\"C/ 7 # 40B URB JPD, SANTO DOMINGO ESTE\\\"\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-245-9991\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"132462807\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"\\\"C/ 7 # 40B URB JPD, SANTO DOMINGO ESTE\\\"\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04162\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:33:45\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"SANTO DOMINGO ESTE\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"132462807\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04162\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"18:01:05\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C04165\",\n            \"CardName\": \"FARMACIA EL GENERAL SRL\",\n            \"Address\": \"\\\"CARRETERA PRINCIPAL DE NAJAYO ARIBA # 37, SAN CRISTOBAL\\\"\",\n            \"MailAddress\": null,\n            \"Phone1\": \"829-240-7997\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"132527763\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"\\\"CARRETERA PRINCIPAL DE NAJAYO ARIBA # 37, SAN CRISTOBAL\\\"\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04165\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:33:45\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"SAN CRISTOBAL\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"132527763\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04165\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"18:01:06\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C04169\",\n            \"CardName\": \"FARMACIA FARMA SIERRA Y / O SANTIAGO SIERRA DE LOS SANTOS\",\n            \"Address\": \"\\\"C/ PRINCIPAL # 29, NAJAYO EN MEDIO, YAGUATE\\\"\",\n            \"MailAddress\": null,\n            \"Phone1\": \"849-292-2060\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"08200065806\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"\\\"C/ PRINCIPAL # 29, NAJAYO EN MEDIO, YAGUATE\\\"\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04169\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:33:45\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"SAN CRISTOBAL\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"08200065806\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04169\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"18:01:06\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C00878\",\n            \"CardName\": \"CENTRO DE SALUD DE OBRAS SOCIAL\",\n            \"Address\": \"PALESIANA C/ GASTON FERNANDO DELIGNE #47A\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-574-6866\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"430001473\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"PALESIANA C/ GASTON FERNANDO DELIGNE #47A\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00878\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:29:02\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"JARABACOA\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"430001473\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00878\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"17:50:04\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C01372\",\n            \"CardName\": \"FARMACIA SANTA ANA FERNANDEZ SRL\",\n            \"Address\": \"C/ ANTONIO DE LA MASA NO. 21\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-578-2965\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"130453586\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"C/ ANTONIO DE LA MASA NO. 21\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C01372\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:29:45\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"MOCA\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"130453586\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C01372\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"17:51:48\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C00910\",\n            \"CardName\": \"FARMASIL C POR A (STO DGO)\",\n            \"Address\": \"\\\"C/ROBERTO PASTORISA LOCAL 16A PLAZA CHURCHIL, DISTRITO NACIONAL\\\"\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-549-7979\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"130003734\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"\\\"C/ROBERTO PASTORISA LOCAL 16A PLAZA CHURCHIL, DISTRITO NACIONAL\\\"\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00910\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:29:05\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"SANTO DOMINGO\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"130003734\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00910\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"17:50:09\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C00948\",\n            \"CardName\": \"FARMACIA CARMINA SRL\",\n            \"Address\": \"AV. INDEPENDENCIA # 351 GAZCUE\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-685-3191\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"101031085\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"AV. INDEPENDENCIA # 351 GAZCUE\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00948\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:29:08\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"SANTO DOMINGO\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"101031085\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00948\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"17:50:17\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C04180\",\n            \"CardName\": \"FARMA VALUE RD SRL (SAN CRISTOBAL)\",\n            \"Address\": \"\\\"CALLE FLORENCIO ARAUJO, #19, SAN CRISTOBAL\\\"\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-289-1515\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"131124984\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"\\\"CALLE FLORENCIO ARAUJO, #19, SAN CRISTOBAL\\\"\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04180\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:33:48\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"SAN CRISTOBAL\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"131124984\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04180\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"18:01:11\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C04181\",\n            \"CardName\": \"FARMACIA LOURDES INMACULADA EIRL\",\n            \"Address\": \"CALLE SAN FRANCISCO #107 SFM\",\n            \"MailAddress\": null,\n            \"Phone1\": \"809-588-2752\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"132498641\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"CALLE SAN FRANCISCO #107 SFM\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04181\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:33:48\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"SAN FRANCISCO DE MACORIS\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"132498641\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C04181\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"18:01:12\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        },\n        {\n            \"@odata.etag\": \"W/\\\"356A192B7913B04C54574D18C28D46E6395428AB\\\"\",\n            \"CardCode\": \"C00961\",\n            \"CardName\": \"FARMACIA R G (COTUI)\",\n            \"Address\": \"CARRETERA PRINCIPAL EL PINO\",\n            \"MailAddress\": null,\n            \"Phone1\": \"725-901-8083\",\n            \"Phone2\": null,\n            \"FederalTaxID\": \"04701833081\",\n            \"BPAddresses\": [\n                {\n                    \"AddressName\": \"Bill To\",\n                    \"Street\": \"CARRETERA PRINCIPAL EL PINO\",\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": null,\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": null,\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_BillTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00961\",\n                    \"RowNum\": 0,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-03-31T00:00:00Z\",\n                    \"CreateTime\": \"18:29:09\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                },\n                {\n                    \"AddressName\": \"Bill to\",\n                    \"Street\": null,\n                    \"Block\": null,\n                    \"ZipCode\": null,\n                    \"City\": \"COTUI\",\n                    \"County\": null,\n                    \"Country\": \"DO\",\n                    \"State\": null,\n                    \"FederalTaxID\": \"04701833081\",\n                    \"TaxCode\": null,\n                    \"BuildingFloorRoom\": \"\",\n                    \"AddressType\": \"bo_ShipTo\",\n                    \"AddressName2\": null,\n                    \"AddressName3\": null,\n                    \"TypeOfAddress\": null,\n                    \"StreetNo\": null,\n                    \"BPCode\": \"C00961\",\n                    \"RowNum\": 1,\n                    \"GlobalLocationNumber\": null,\n                    \"Nationality\": null,\n                    \"TaxOffice\": null,\n                    \"GSTIN\": null,\n                    \"GstType\": null,\n                    \"CreateDate\": \"2026-04-01T00:00:00Z\",\n                    \"CreateTime\": \"17:50:21\",\n                    \"MYFType\": null,\n                    \"TaasEnabled\": \"tYES\"\n                }\n            ]\n        }\n    ],\n    \"@odata.nextLink\": \"BusinessPartners?$filter=GroupCode%20eq%20108&$select=CardCode,%20CardName,%20FederalTaxID,%20Phone1,%20Phone2,%20BPAddresses,%20Address,%20MailAddress&$skip=20\"\n}"
        }
      ]
    },
    {
      "name": "Logout",
      "request": {
        "method": "POST",
        "header": [],
        "url": {
          "raw": "{{BASE_URL_SAP}}/Logout",
          "host": [
            "{{BASE_URL_SAP}}"
          ],
          "path": [
            "Logout"
          ]
        }
      },
      "response": [
        {
          "name": "204",
          "originalRequest": {
            "method": "POST",
            "header": [],
            "url": {
              "raw": "{{BASE_URL_SAP}}/Logout",
              "host": [
                "{{BASE_URL_SAP}}"
              ],
              "path": [
                "Logout"
              ]
            }
          },
          "status": "No Content",
          "code": 204,
          "_postman_previewlanguage": null,
          "header": [
            {
              "key": "Date",
              "value": "Mon, 06 Apr 2026 21:25:34 GMT"
            },
            {
              "key": "Server",
              "value": "Apache/2.4.65 (Unix)"
            },
            {
              "key": "Strict-Transport-Security",
              "value": "max-age=63072000; includeSubdomains; preload"
            },
            {
              "key": "Set-Cookie",
              "value": "B1SESSION=;Max-Age=0;HttpOnly;;Secure;SameSite=None"
            },
            {
              "key": "Keep-Alive",
              "value": "timeout=5, max=100"
            },
            {
              "key": "Connection",
              "value": "Keep-Alive"
            }
          ],
          "cookie": [],
          "body": null
        }
      ]
    }
  ],
  "auth": {
    "type": "apikey",
    "apikey": [
      {
        "key": "value",
        "value": "{{SAP_COOKIE}}",
        "type": "string"
      },
      {
        "key": "key",
        "value": "Cookie",
        "type": "string"
      }
    ]
  },
  "event": [
    {
      "listen": "prerequest",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "exec": [
          ""
        ]
      }
    },
    {
      "listen": "test",
      "script": {
        "type": "text/javascript",
        "packages": {},
        "exec": [
          ""
        ]
      }
    }
  ],
  "variable": [
    {
      "key": "USER_TREBOL",
      "value": ""
    },
    {
      "key": "PASSWORD_TREBOL",
      "value": ""
    },
    {
      "key": "BASE_URL_TREBOL",
      "value": "https://mynomina.com/ords/nomina/asistencia"
    },
    {
      "key": "USER_SAP",
      "value": ""
    },
    {
      "key": "PASSWORD_SAP",
      "value": ""
    },
    {
      "key": "COMPANY_DB_SAP",
      "value": ""
    },
    {
      "key": "BASE_URL_SAP",
      "value": "https://localhost:50000/b1s/v2"
    },
    {
      "key": "SAP_COOKIE",
      "value": ""
    }
  ]
}