GET api/Invoice/getInvoicesByDate?stationNumber={stationNumber}&fromDate={fromDate}&toDate={toDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
stationNumber

integer

Required

fromDate

date

Required

toDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Invoice
NameDescriptionTypeAdditional information
id

string

None.

serie

string

None.

folio

integer

None.

date

date

None.

approvalYear

integer

None.

approvalNumber

integer

None.

certificate

string

None.

cadena

string

None.

seal

string

None.

issuer

Issuer

None.

client

Client

None.

message

Message

None.

consumptions

Collection of Consumption

None.

subtotal

decimal number

None.

tax

decimal number

None.

total

decimal number

None.

ieps

decimal number

None.

discount

decimal number

None.

Version

string

None.

FiscalSeal

FiscalSeal

None.

QrCode

string

None.

Code

Collection of byte

None.

UUID

string

None.

taxRate

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "sample string 1",
    "serie": "sample string 2",
    "folio": 3,
    "date": "2026-01-09T19:55:31.4945859-08:00",
    "approvalYear": 5,
    "approvalNumber": 6,
    "certificate": "sample string 7",
    "cadena": "sample string 8",
    "seal": "sample string 9",
    "issuer": {
      "id": "sample string 1",
      "number": 2,
      "name": "sample string 3",
      "rfc": "sample string 4",
      "phone": "sample string 5",
      "address": {
        "street": "sample string 1",
        "externalNumber": "sample string 2",
        "internalNumber": "sample string 3",
        "neighborhood": "sample string 4",
        "city": "sample string 5",
        "state": "sample string 6",
        "country": "sample string 7",
        "zipCode": "sample string 8"
      }
    },
    "client": {
      "address": {
        "street": "sample string 1",
        "externalNumber": "sample string 2",
        "internalNumber": "sample string 3",
        "neighborhood": "sample string 4",
        "city": "sample string 5",
        "state": "sample string 6",
        "country": "sample string 7",
        "zipCode": "sample string 8"
      },
      "id": "sample string 1",
      "number": 2,
      "name": "sample string 3",
      "commercialName": "sample string 4",
      "rfc": "sample string 5",
      "phone": "sample string 6",
      "email": "sample string 7",
      "regime": "sample string 8",
      "voucherUse": "sample string 9",
      "message": {
        "errorCode": 1,
        "errorDesc": "sample string 2",
        "response": "sample string 3"
      }
    },
    "message": {
      "errorCode": 1,
      "errorDesc": "sample string 2",
      "response": "sample string 3"
    },
    "consumptions": [
      {
        "paymentType": 1,
        "reportDate": "2026-01-09T19:55:31.4945859-08:00",
        "description": "sample string 3",
        "secuence": "sample string 4",
        "date": "2026-01-09T19:55:31.4945859-08:00",
        "shift": 6,
        "shiftSecuence": 7,
        "pump": "sample string 8",
        "productId": 9,
        "productCode": "sample string 10",
        "productCodeSat": "sample string 11",
        "unitCode": "sample string 12",
        "price": 13.0,
        "listPrice": 14.0,
        "tax": 15.0,
        "discount": 16.0,
        "ieps": 17.0,
        "quantity": 18.0,
        "amount": 19.0,
        "cardNumber": "sample string 20",
        "isCombo": true
      },
      {
        "paymentType": 1,
        "reportDate": "2026-01-09T19:55:31.4945859-08:00",
        "description": "sample string 3",
        "secuence": "sample string 4",
        "date": "2026-01-09T19:55:31.4945859-08:00",
        "shift": 6,
        "shiftSecuence": 7,
        "pump": "sample string 8",
        "productId": 9,
        "productCode": "sample string 10",
        "productCodeSat": "sample string 11",
        "unitCode": "sample string 12",
        "price": 13.0,
        "listPrice": 14.0,
        "tax": 15.0,
        "discount": 16.0,
        "ieps": 17.0,
        "quantity": 18.0,
        "amount": 19.0,
        "cardNumber": "sample string 20",
        "isCombo": true
      }
    ],
    "subtotal": 10.0,
    "tax": 11.0,
    "total": 12.0,
    "ieps": 13.0,
    "discount": 14.0,
    "Version": "sample string 15",
    "FiscalSeal": {
      "Id": "sample string 1",
      "Date": "2026-01-09T19:55:31.4945859-08:00",
      "CertificateNumber": "sample string 3",
      "Seal": "sample string 4",
      "String": "sample string 5"
    },
    "QrCode": "sample string 16",
    "Code": "QEA=",
    "UUID": "sample string 17",
    "taxRate": 18.0
  },
  {
    "id": "sample string 1",
    "serie": "sample string 2",
    "folio": 3,
    "date": "2026-01-09T19:55:31.4945859-08:00",
    "approvalYear": 5,
    "approvalNumber": 6,
    "certificate": "sample string 7",
    "cadena": "sample string 8",
    "seal": "sample string 9",
    "issuer": {
      "id": "sample string 1",
      "number": 2,
      "name": "sample string 3",
      "rfc": "sample string 4",
      "phone": "sample string 5",
      "address": {
        "street": "sample string 1",
        "externalNumber": "sample string 2",
        "internalNumber": "sample string 3",
        "neighborhood": "sample string 4",
        "city": "sample string 5",
        "state": "sample string 6",
        "country": "sample string 7",
        "zipCode": "sample string 8"
      }
    },
    "client": {
      "address": {
        "street": "sample string 1",
        "externalNumber": "sample string 2",
        "internalNumber": "sample string 3",
        "neighborhood": "sample string 4",
        "city": "sample string 5",
        "state": "sample string 6",
        "country": "sample string 7",
        "zipCode": "sample string 8"
      },
      "id": "sample string 1",
      "number": 2,
      "name": "sample string 3",
      "commercialName": "sample string 4",
      "rfc": "sample string 5",
      "phone": "sample string 6",
      "email": "sample string 7",
      "regime": "sample string 8",
      "voucherUse": "sample string 9",
      "message": {
        "errorCode": 1,
        "errorDesc": "sample string 2",
        "response": "sample string 3"
      }
    },
    "message": {
      "errorCode": 1,
      "errorDesc": "sample string 2",
      "response": "sample string 3"
    },
    "consumptions": [
      {
        "paymentType": 1,
        "reportDate": "2026-01-09T19:55:31.4945859-08:00",
        "description": "sample string 3",
        "secuence": "sample string 4",
        "date": "2026-01-09T19:55:31.4945859-08:00",
        "shift": 6,
        "shiftSecuence": 7,
        "pump": "sample string 8",
        "productId": 9,
        "productCode": "sample string 10",
        "productCodeSat": "sample string 11",
        "unitCode": "sample string 12",
        "price": 13.0,
        "listPrice": 14.0,
        "tax": 15.0,
        "discount": 16.0,
        "ieps": 17.0,
        "quantity": 18.0,
        "amount": 19.0,
        "cardNumber": "sample string 20",
        "isCombo": true
      },
      {
        "paymentType": 1,
        "reportDate": "2026-01-09T19:55:31.4945859-08:00",
        "description": "sample string 3",
        "secuence": "sample string 4",
        "date": "2026-01-09T19:55:31.4945859-08:00",
        "shift": 6,
        "shiftSecuence": 7,
        "pump": "sample string 8",
        "productId": 9,
        "productCode": "sample string 10",
        "productCodeSat": "sample string 11",
        "unitCode": "sample string 12",
        "price": 13.0,
        "listPrice": 14.0,
        "tax": 15.0,
        "discount": 16.0,
        "ieps": 17.0,
        "quantity": 18.0,
        "amount": 19.0,
        "cardNumber": "sample string 20",
        "isCombo": true
      }
    ],
    "subtotal": 10.0,
    "tax": 11.0,
    "total": 12.0,
    "ieps": 13.0,
    "discount": 14.0,
    "Version": "sample string 15",
    "FiscalSeal": {
      "Id": "sample string 1",
      "Date": "2026-01-09T19:55:31.4945859-08:00",
      "CertificateNumber": "sample string 3",
      "Seal": "sample string 4",
      "String": "sample string 5"
    },
    "QrCode": "sample string 16",
    "Code": "QEA=",
    "UUID": "sample string 17",
    "taxRate": 18.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfInvoice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AspNexus.NexusFE.Web.RestServices.MetodosYClasesTimbrado">
  <Invoice>
    <Code>QEA=</Code>
    <FiscalSeal>
      <CertificateNumber>sample string 3</CertificateNumber>
      <Date>2026-01-09T19:55:31.4945859-08:00</Date>
      <Id>sample string 1</Id>
      <Seal>sample string 4</Seal>
      <String>sample string 5</String>
    </FiscalSeal>
    <QrCode>sample string 16</QrCode>
    <UUID>sample string 17</UUID>
    <Version>sample string 15</Version>
    <approvalNumber>6</approvalNumber>
    <approvalYear>5</approvalYear>
    <cadena>sample string 8</cadena>
    <certificate>sample string 7</certificate>
    <client>
      <commercialName xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 4</commercialName>
      <email xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 7</email>
      <id xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 1</id>
      <message xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">
        <errorCode>1</errorCode>
        <errorDesc>sample string 2</errorDesc>
        <response>sample string 3</response>
      </message>
      <name xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 3</name>
      <number xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">2</number>
      <phone xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 6</phone>
      <regime xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 8</regime>
      <rfc xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 5</rfc>
      <voucherUse xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 9</voucherUse>
      <address xmlns:d4p1="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">
        <d4p1:city>sample string 5</d4p1:city>
        <d4p1:country>sample string 7</d4p1:country>
        <d4p1:externalNumber>sample string 2</d4p1:externalNumber>
        <d4p1:internalNumber>sample string 3</d4p1:internalNumber>
        <d4p1:neighborhood>sample string 4</d4p1:neighborhood>
        <d4p1:state>sample string 6</d4p1:state>
        <d4p1:street>sample string 1</d4p1:street>
        <d4p1:zipCode>sample string 8</d4p1:zipCode>
      </address>
    </client>
    <consumptions>
      <Consumption>
        <amount xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">19</amount>
        <cardNumber xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 20</cardNumber>
        <date xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">2026-01-09T19:55:31.4945859-08:00</date>
        <discount xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">16</discount>
        <ieps xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">17</ieps>
        <isCombo xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">true</isCombo>
        <listPrice xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">14</listPrice>
        <price xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">13</price>
        <productCode xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 10</productCode>
        <productCodeSat xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 11</productCodeSat>
        <productId xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">9</productId>
        <pump xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 8</pump>
        <quantity xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">18</quantity>
        <secuence xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 4</secuence>
        <shift xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">6</shift>
        <shiftSecuence xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">7</shiftSecuence>
        <tax xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">15</tax>
        <unitCode xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 12</unitCode>
        <description>sample string 3</description>
        <paymentType>1</paymentType>
        <reportDate>2026-01-09T19:55:31.4945859-08:00</reportDate>
      </Consumption>
      <Consumption>
        <amount xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">19</amount>
        <cardNumber xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 20</cardNumber>
        <date xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">2026-01-09T19:55:31.4945859-08:00</date>
        <discount xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">16</discount>
        <ieps xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">17</ieps>
        <isCombo xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">true</isCombo>
        <listPrice xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">14</listPrice>
        <price xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">13</price>
        <productCode xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 10</productCode>
        <productCodeSat xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 11</productCodeSat>
        <productId xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">9</productId>
        <pump xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 8</pump>
        <quantity xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">18</quantity>
        <secuence xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 4</secuence>
        <shift xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">6</shift>
        <shiftSecuence xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">7</shiftSecuence>
        <tax xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">15</tax>
        <unitCode xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 12</unitCode>
        <description>sample string 3</description>
        <paymentType>1</paymentType>
        <reportDate>2026-01-09T19:55:31.4945859-08:00</reportDate>
      </Consumption>
    </consumptions>
    <date>2026-01-09T19:55:31.4945859-08:00</date>
    <discount>14</discount>
    <folio>3</folio>
    <id>sample string 1</id>
    <ieps>13</ieps>
    <issuer>
      <address xmlns:d4p1="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">
        <d4p1:city>sample string 5</d4p1:city>
        <d4p1:country>sample string 7</d4p1:country>
        <d4p1:externalNumber>sample string 2</d4p1:externalNumber>
        <d4p1:internalNumber>sample string 3</d4p1:internalNumber>
        <d4p1:neighborhood>sample string 4</d4p1:neighborhood>
        <d4p1:state>sample string 6</d4p1:state>
        <d4p1:street>sample string 1</d4p1:street>
        <d4p1:zipCode>sample string 8</d4p1:zipCode>
      </address>
      <id>sample string 1</id>
      <name>sample string 3</name>
      <number>2</number>
      <phone>sample string 5</phone>
      <rfc>sample string 4</rfc>
    </issuer>
    <message xmlns:d3p1="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">
      <d3p1:errorCode>1</d3p1:errorCode>
      <d3p1:errorDesc>sample string 2</d3p1:errorDesc>
      <d3p1:response>sample string 3</d3p1:response>
    </message>
    <seal>sample string 9</seal>
    <serie>sample string 2</serie>
    <subtotal>10</subtotal>
    <tax>11</tax>
    <taxRate>18</taxRate>
    <total>12</total>
  </Invoice>
  <Invoice>
    <Code>QEA=</Code>
    <FiscalSeal>
      <CertificateNumber>sample string 3</CertificateNumber>
      <Date>2026-01-09T19:55:31.4945859-08:00</Date>
      <Id>sample string 1</Id>
      <Seal>sample string 4</Seal>
      <String>sample string 5</String>
    </FiscalSeal>
    <QrCode>sample string 16</QrCode>
    <UUID>sample string 17</UUID>
    <Version>sample string 15</Version>
    <approvalNumber>6</approvalNumber>
    <approvalYear>5</approvalYear>
    <cadena>sample string 8</cadena>
    <certificate>sample string 7</certificate>
    <client>
      <commercialName xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 4</commercialName>
      <email xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 7</email>
      <id xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 1</id>
      <message xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">
        <errorCode>1</errorCode>
        <errorDesc>sample string 2</errorDesc>
        <response>sample string 3</response>
      </message>
      <name xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 3</name>
      <number xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">2</number>
      <phone xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 6</phone>
      <regime xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 8</regime>
      <rfc xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 5</rfc>
      <voucherUse xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 9</voucherUse>
      <address xmlns:d4p1="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">
        <d4p1:city>sample string 5</d4p1:city>
        <d4p1:country>sample string 7</d4p1:country>
        <d4p1:externalNumber>sample string 2</d4p1:externalNumber>
        <d4p1:internalNumber>sample string 3</d4p1:internalNumber>
        <d4p1:neighborhood>sample string 4</d4p1:neighborhood>
        <d4p1:state>sample string 6</d4p1:state>
        <d4p1:street>sample string 1</d4p1:street>
        <d4p1:zipCode>sample string 8</d4p1:zipCode>
      </address>
    </client>
    <consumptions>
      <Consumption>
        <amount xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">19</amount>
        <cardNumber xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 20</cardNumber>
        <date xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">2026-01-09T19:55:31.4945859-08:00</date>
        <discount xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">16</discount>
        <ieps xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">17</ieps>
        <isCombo xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">true</isCombo>
        <listPrice xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">14</listPrice>
        <price xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">13</price>
        <productCode xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 10</productCode>
        <productCodeSat xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 11</productCodeSat>
        <productId xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">9</productId>
        <pump xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 8</pump>
        <quantity xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">18</quantity>
        <secuence xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 4</secuence>
        <shift xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">6</shift>
        <shiftSecuence xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">7</shiftSecuence>
        <tax xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">15</tax>
        <unitCode xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 12</unitCode>
        <description>sample string 3</description>
        <paymentType>1</paymentType>
        <reportDate>2026-01-09T19:55:31.4945859-08:00</reportDate>
      </Consumption>
      <Consumption>
        <amount xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">19</amount>
        <cardNumber xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 20</cardNumber>
        <date xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">2026-01-09T19:55:31.4945859-08:00</date>
        <discount xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">16</discount>
        <ieps xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">17</ieps>
        <isCombo xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">true</isCombo>
        <listPrice xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">14</listPrice>
        <price xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">13</price>
        <productCode xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 10</productCode>
        <productCodeSat xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 11</productCodeSat>
        <productId xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">9</productId>
        <pump xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 8</pump>
        <quantity xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">18</quantity>
        <secuence xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 4</secuence>
        <shift xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">6</shift>
        <shiftSecuence xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">7</shiftSecuence>
        <tax xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">15</tax>
        <unitCode xmlns="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">sample string 12</unitCode>
        <description>sample string 3</description>
        <paymentType>1</paymentType>
        <reportDate>2026-01-09T19:55:31.4945859-08:00</reportDate>
      </Consumption>
    </consumptions>
    <date>2026-01-09T19:55:31.4945859-08:00</date>
    <discount>14</discount>
    <folio>3</folio>
    <id>sample string 1</id>
    <ieps>13</ieps>
    <issuer>
      <address xmlns:d4p1="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">
        <d4p1:city>sample string 5</d4p1:city>
        <d4p1:country>sample string 7</d4p1:country>
        <d4p1:externalNumber>sample string 2</d4p1:externalNumber>
        <d4p1:internalNumber>sample string 3</d4p1:internalNumber>
        <d4p1:neighborhood>sample string 4</d4p1:neighborhood>
        <d4p1:state>sample string 6</d4p1:state>
        <d4p1:street>sample string 1</d4p1:street>
        <d4p1:zipCode>sample string 8</d4p1:zipCode>
      </address>
      <id>sample string 1</id>
      <name>sample string 3</name>
      <number>2</number>
      <phone>sample string 5</phone>
      <rfc>sample string 4</rfc>
    </issuer>
    <message xmlns:d3p1="http://schemas.datacontract.org/2004/07/AspNexus.Web.Services.Common">
      <d3p1:errorCode>1</d3p1:errorCode>
      <d3p1:errorDesc>sample string 2</d3p1:errorDesc>
      <d3p1:response>sample string 3</d3p1:response>
    </message>
    <seal>sample string 9</seal>
    <serie>sample string 2</serie>
    <subtotal>10</subtotal>
    <tax>11</tax>
    <taxRate>18</taxRate>
    <total>12</total>
  </Invoice>
</ArrayOfInvoice>