Service


Click here for a complete list of operations.

getInvoiceDetail

Get invoice detail as SOAP. Use invoiceSymbol for requested invoice.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
login:
password:
invoiceSymbol:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /service.asmx HTTP/1.1
Host: public-ws-en.elinkx.biz
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.elinkx.cz/getInvoiceDetail"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <getInvoiceDetail xmlns="http://www.elinkx.cz">
      <login>string</login>
      <password>string</password>
      <invoiceSymbol>string</invoiceSymbol>
    </getInvoiceDetail>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <getInvoiceDetailResponse xmlns="http://www.elinkx.cz">
      <getInvoiceDetailResult>
        <Invoice>
          <Items>
            <InvoiceItem xsi:nil="true" />
            <InvoiceItem xsi:nil="true" />
          </Items>
          <InvoiceAddress>
            <Name2>string</Name2>
            <OrgNo>string</OrgNo>
            <OrgVat>string</OrgVat>
          </InvoiceAddress>
          <ShippingAddressList>
            <ShippingAddress xsi:nil="true" />
            <ShippingAddress xsi:nil="true" />
          </ShippingAddressList>
          <Orders>
            <OrderHead xsi:nil="true" />
            <OrderHead xsi:nil="true" />
          </Orders>
          <Delivery>
            <DeliveryHead xsi:nil="true" />
            <DeliveryHead xsi:nil="true" />
          </Delivery>
          <ID>int</ID>
          <InvoiceSymbol>string</InvoiceSymbol>
          <DateCreated>dateTime</DateCreated>
          <VariableSymbol>string</VariableSymbol>
          <VariableConSymbol>string</VariableConSymbol>
          <InvoiceDateDue>dateTime</InvoiceDateDue>
          <InvoiceDate>dateTime</InvoiceDate>
          <InvoiceDateAcc>dateTime</InvoiceDateAcc>
          <InvoiceDateVat>dateTime</InvoiceDateVat>
          <Payed>boolean</Payed>
          <Cust>boolean</Cust>
          <WithVat>boolean</WithVat>
          <Currency>string</Currency>
          <Rate>decimal</Rate>
          <PriceBrutto>decimal</PriceBrutto>
          <PriceNetto>decimal</PriceNetto>
          <Vat>decimal</Vat>
          <Rnd>decimal</Rnd>
          <Subjekt>string</Subjekt>
          <OrgNo>string</OrgNo>
          <OrgVat>string</OrgVat>
          <SubjektID>int</SubjektID>
          <Tel>string</Tel>
          <Fax>string</Fax>
          <BankNameType>string</BankNameType>
          <BankName>string</BankName>
          <BankCode>string</BankCode>
          <BankAccountPre>string</BankAccountPre>
          <BankAccountNo>string</BankAccountNo>
          <Trackus>string</Trackus>
          <InvoiceType>string</InvoiceType>
          <InvoiceTypeCode>string</InvoiceTypeCode>
          <DocumentTypeCode>string</DocumentTypeCode>
        </Invoice>
        <Status>
          <StatusCode>string</StatusCode>
          <ErrorText>string</ErrorText>
        </Status>
      </getInvoiceDetailResult>
    </getInvoiceDetailResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /service.asmx HTTP/1.1
Host: public-ws-en.elinkx.biz
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <getInvoiceDetail xmlns="http://www.elinkx.cz">
      <login>string</login>
      <password>string</password>
      <invoiceSymbol>string</invoiceSymbol>
    </getInvoiceDetail>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <getInvoiceDetailResponse xmlns="http://www.elinkx.cz">
      <getInvoiceDetailResult>
        <Invoice>
          <Items>
            <InvoiceItem xsi:nil="true" />
            <InvoiceItem xsi:nil="true" />
          </Items>
          <InvoiceAddress>
            <Name2>string</Name2>
            <OrgNo>string</OrgNo>
            <OrgVat>string</OrgVat>
          </InvoiceAddress>
          <ShippingAddressList>
            <ShippingAddress xsi:nil="true" />
            <ShippingAddress xsi:nil="true" />
          </ShippingAddressList>
          <Orders>
            <OrderHead xsi:nil="true" />
            <OrderHead xsi:nil="true" />
          </Orders>
          <Delivery>
            <DeliveryHead xsi:nil="true" />
            <DeliveryHead xsi:nil="true" />
          </Delivery>
          <ID>int</ID>
          <InvoiceSymbol>string</InvoiceSymbol>
          <DateCreated>dateTime</DateCreated>
          <VariableSymbol>string</VariableSymbol>
          <VariableConSymbol>string</VariableConSymbol>
          <InvoiceDateDue>dateTime</InvoiceDateDue>
          <InvoiceDate>dateTime</InvoiceDate>
          <InvoiceDateAcc>dateTime</InvoiceDateAcc>
          <InvoiceDateVat>dateTime</InvoiceDateVat>
          <Payed>boolean</Payed>
          <Cust>boolean</Cust>
          <WithVat>boolean</WithVat>
          <Currency>string</Currency>
          <Rate>decimal</Rate>
          <PriceBrutto>decimal</PriceBrutto>
          <PriceNetto>decimal</PriceNetto>
          <Vat>decimal</Vat>
          <Rnd>decimal</Rnd>
          <Subjekt>string</Subjekt>
          <OrgNo>string</OrgNo>
          <OrgVat>string</OrgVat>
          <SubjektID>int</SubjektID>
          <Tel>string</Tel>
          <Fax>string</Fax>
          <BankNameType>string</BankNameType>
          <BankName>string</BankName>
          <BankCode>string</BankCode>
          <BankAccountPre>string</BankAccountPre>
          <BankAccountNo>string</BankAccountNo>
          <Trackus>string</Trackus>
          <InvoiceType>string</InvoiceType>
          <InvoiceTypeCode>string</InvoiceTypeCode>
          <DocumentTypeCode>string</DocumentTypeCode>
        </Invoice>
        <Status>
          <StatusCode>string</StatusCode>
          <ErrorText>string</ErrorText>
        </Status>
      </getInvoiceDetailResult>
    </getInvoiceDetailResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /service.asmx/getInvoiceDetail?login=string&password=string&invoiceSymbol=string HTTP/1.1
Host: public-ws-en.elinkx.biz
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ResponseInvoiceDetail xmlns="http://www.elinkx.cz">
  <Invoice>
    <Items>
      <InvoiceItem>
        <ID>int</ID>
        <ProductCode>string</ProductCode>
        <ProductName>string</ProductName>
        <PartNo>string</PartNo>
        <EANCode>string</EANCode>
        <Qty>decimal</Qty>
        <UnitPriceWithFees>decimal</UnitPriceWithFees>
        <UnitPrice>decimal</UnitPrice>
        <Vat>decimal</Vat>
        <Fees>decimal</Fees>
        <SNC>decimal</SNC>
        <AO>decimal</AO>
        <IsText>boolean</IsText>
      </InvoiceItem>
      <InvoiceItem>
        <ID>int</ID>
        <ProductCode>string</ProductCode>
        <ProductName>string</ProductName>
        <PartNo>string</PartNo>
        <EANCode>string</EANCode>
        <Qty>decimal</Qty>
        <UnitPriceWithFees>decimal</UnitPriceWithFees>
        <UnitPrice>decimal</UnitPrice>
        <Vat>decimal</Vat>
        <Fees>decimal</Fees>
        <SNC>decimal</SNC>
        <AO>decimal</AO>
        <IsText>boolean</IsText>
      </InvoiceItem>
    </Items>
    <InvoiceAddress>
      <Name2>string</Name2>
      <OrgNo>string</OrgNo>
      <OrgVat>string</OrgVat>
    </InvoiceAddress>
    <ShippingAddressList>
      <ShippingAddress>
        <DeliverySymbol>string</DeliverySymbol>
      </ShippingAddress>
      <ShippingAddress>
        <DeliverySymbol>string</DeliverySymbol>
      </ShippingAddress>
    </ShippingAddressList>
    <Orders>
      <OrderHead>
        <Items d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InvoiceAdress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ShippingAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ID>int</ID>
        <OrderSymbol>string</OrderSymbol>
        <DateCreated>dateTime</DateCreated>
        <OrderOriginalSymbol>string</OrderOriginalSymbol>
        <Currency>string</Currency>
        <PriceBrutto>decimal</PriceBrutto>
        <PriceNetto>decimal</PriceNetto>
        <Subjekt>string</Subjekt>
        <OrgNo>string</OrgNo>
        <SubjektID>int</SubjektID>
        <Trackus>string</Trackus>
        <Allocated>boolean</Allocated>
        <Completed>boolean</Completed>
        <ExpirationDate>dateTime</ExpirationDate>
        <AdvancePayed>decimal</AdvancePayed>
        <AdvancePayementRequired>boolean</AdvancePayementRequired>
        <OrderNote>string</OrderNote>
        <OrderNote1>string</OrderNote1>
        <Checked>boolean</Checked>
        <Rate>decimal</Rate>
        <Cust>boolean</Cust>
        <WithVat>boolean</WithVat>
        <APTName>string</APTName>
        <StateId>short</StateId>
        <EventDate>dateTime</EventDate>
        <EventMessage>string</EventMessage>
        <DeferredInvoicing>boolean</DeferredInvoicing>
      </OrderHead>
      <OrderHead>
        <Items d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InvoiceAdress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ShippingAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ID>int</ID>
        <OrderSymbol>string</OrderSymbol>
        <DateCreated>dateTime</DateCreated>
        <OrderOriginalSymbol>string</OrderOriginalSymbol>
        <Currency>string</Currency>
        <PriceBrutto>decimal</PriceBrutto>
        <PriceNetto>decimal</PriceNetto>
        <Subjekt>string</Subjekt>
        <OrgNo>string</OrgNo>
        <SubjektID>int</SubjektID>
        <Trackus>string</Trackus>
        <Allocated>boolean</Allocated>
        <Completed>boolean</Completed>
        <ExpirationDate>dateTime</ExpirationDate>
        <AdvancePayed>decimal</AdvancePayed>
        <AdvancePayementRequired>boolean</AdvancePayementRequired>
        <OrderNote>string</OrderNote>
        <OrderNote1>string</OrderNote1>
        <Checked>boolean</Checked>
        <Rate>decimal</Rate>
        <Cust>boolean</Cust>
        <WithVat>boolean</WithVat>
        <APTName>string</APTName>
        <StateId>short</StateId>
        <EventDate>dateTime</EventDate>
        <EventMessage>string</EventMessage>
        <DeferredInvoicing>boolean</DeferredInvoicing>
      </OrderHead>
    </Orders>
    <Delivery>
      <DeliveryHead>
        <Items d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Parcels d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DeliverySymbol>string</DeliverySymbol>
        <ExpeditionSymbol>string</ExpeditionSymbol>
        <DateCreated>dateTime</DateCreated>
        <Trackus>string</Trackus>
        <ShipAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PriceBrutto>decimal</PriceBrutto>
        <PriceNetto>decimal</PriceNetto>
      </DeliveryHead>
      <DeliveryHead>
        <Items d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Parcels d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DeliverySymbol>string</DeliverySymbol>
        <ExpeditionSymbol>string</ExpeditionSymbol>
        <DateCreated>dateTime</DateCreated>
        <Trackus>string</Trackus>
        <ShipAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PriceBrutto>decimal</PriceBrutto>
        <PriceNetto>decimal</PriceNetto>
      </DeliveryHead>
    </Delivery>
    <ID>int</ID>
    <InvoiceSymbol>string</InvoiceSymbol>
    <DateCreated>dateTime</DateCreated>
    <VariableSymbol>string</VariableSymbol>
    <VariableConSymbol>string</VariableConSymbol>
    <InvoiceDateDue>dateTime</InvoiceDateDue>
    <InvoiceDate>dateTime</InvoiceDate>
    <InvoiceDateAcc>dateTime</InvoiceDateAcc>
    <InvoiceDateVat>dateTime</InvoiceDateVat>
    <Payed>boolean</Payed>
    <Cust>boolean</Cust>
    <WithVat>boolean</WithVat>
    <Currency>string</Currency>
    <Rate>decimal</Rate>
    <PriceBrutto>decimal</PriceBrutto>
    <PriceNetto>decimal</PriceNetto>
    <Vat>decimal</Vat>
    <Rnd>decimal</Rnd>
    <Subjekt>string</Subjekt>
    <OrgNo>string</OrgNo>
    <OrgVat>string</OrgVat>
    <SubjektID>int</SubjektID>
    <Tel>string</Tel>
    <Fax>string</Fax>
    <BankNameType>string</BankNameType>
    <BankName>string</BankName>
    <BankCode>string</BankCode>
    <BankAccountPre>string</BankAccountPre>
    <BankAccountNo>string</BankAccountNo>
    <Trackus>string</Trackus>
    <InvoiceType>string</InvoiceType>
    <InvoiceTypeCode>string</InvoiceTypeCode>
    <DocumentTypeCode>string</DocumentTypeCode>
  </Invoice>
  <Status>
    <StatusCode>string</StatusCode>
    <ErrorText>string</ErrorText>
  </Status>
</ResponseInvoiceDetail>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /service.asmx/getInvoiceDetail HTTP/1.1
Host: public-ws-en.elinkx.biz
Content-Type: application/x-www-form-urlencoded
Content-Length: length

login=string&password=string&invoiceSymbol=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ResponseInvoiceDetail xmlns="http://www.elinkx.cz">
  <Invoice>
    <Items>
      <InvoiceItem>
        <ID>int</ID>
        <ProductCode>string</ProductCode>
        <ProductName>string</ProductName>
        <PartNo>string</PartNo>
        <EANCode>string</EANCode>
        <Qty>decimal</Qty>
        <UnitPriceWithFees>decimal</UnitPriceWithFees>
        <UnitPrice>decimal</UnitPrice>
        <Vat>decimal</Vat>
        <Fees>decimal</Fees>
        <SNC>decimal</SNC>
        <AO>decimal</AO>
        <IsText>boolean</IsText>
      </InvoiceItem>
      <InvoiceItem>
        <ID>int</ID>
        <ProductCode>string</ProductCode>
        <ProductName>string</ProductName>
        <PartNo>string</PartNo>
        <EANCode>string</EANCode>
        <Qty>decimal</Qty>
        <UnitPriceWithFees>decimal</UnitPriceWithFees>
        <UnitPrice>decimal</UnitPrice>
        <Vat>decimal</Vat>
        <Fees>decimal</Fees>
        <SNC>decimal</SNC>
        <AO>decimal</AO>
        <IsText>boolean</IsText>
      </InvoiceItem>
    </Items>
    <InvoiceAddress>
      <Name2>string</Name2>
      <OrgNo>string</OrgNo>
      <OrgVat>string</OrgVat>
    </InvoiceAddress>
    <ShippingAddressList>
      <ShippingAddress>
        <DeliverySymbol>string</DeliverySymbol>
      </ShippingAddress>
      <ShippingAddress>
        <DeliverySymbol>string</DeliverySymbol>
      </ShippingAddress>
    </ShippingAddressList>
    <Orders>
      <OrderHead>
        <Items d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InvoiceAdress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ShippingAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ID>int</ID>
        <OrderSymbol>string</OrderSymbol>
        <DateCreated>dateTime</DateCreated>
        <OrderOriginalSymbol>string</OrderOriginalSymbol>
        <Currency>string</Currency>
        <PriceBrutto>decimal</PriceBrutto>
        <PriceNetto>decimal</PriceNetto>
        <Subjekt>string</Subjekt>
        <OrgNo>string</OrgNo>
        <SubjektID>int</SubjektID>
        <Trackus>string</Trackus>
        <Allocated>boolean</Allocated>
        <Completed>boolean</Completed>
        <ExpirationDate>dateTime</ExpirationDate>
        <AdvancePayed>decimal</AdvancePayed>
        <AdvancePayementRequired>boolean</AdvancePayementRequired>
        <OrderNote>string</OrderNote>
        <OrderNote1>string</OrderNote1>
        <Checked>boolean</Checked>
        <Rate>decimal</Rate>
        <Cust>boolean</Cust>
        <WithVat>boolean</WithVat>
        <APTName>string</APTName>
        <StateId>short</StateId>
        <EventDate>dateTime</EventDate>
        <EventMessage>string</EventMessage>
        <DeferredInvoicing>boolean</DeferredInvoicing>
      </OrderHead>
      <OrderHead>
        <Items d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <InvoiceAdress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ShippingAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <ID>int</ID>
        <OrderSymbol>string</OrderSymbol>
        <DateCreated>dateTime</DateCreated>
        <OrderOriginalSymbol>string</OrderOriginalSymbol>
        <Currency>string</Currency>
        <PriceBrutto>decimal</PriceBrutto>
        <PriceNetto>decimal</PriceNetto>
        <Subjekt>string</Subjekt>
        <OrgNo>string</OrgNo>
        <SubjektID>int</SubjektID>
        <Trackus>string</Trackus>
        <Allocated>boolean</Allocated>
        <Completed>boolean</Completed>
        <ExpirationDate>dateTime</ExpirationDate>
        <AdvancePayed>decimal</AdvancePayed>
        <AdvancePayementRequired>boolean</AdvancePayementRequired>
        <OrderNote>string</OrderNote>
        <OrderNote1>string</OrderNote1>
        <Checked>boolean</Checked>
        <Rate>decimal</Rate>
        <Cust>boolean</Cust>
        <WithVat>boolean</WithVat>
        <APTName>string</APTName>
        <StateId>short</StateId>
        <EventDate>dateTime</EventDate>
        <EventMessage>string</EventMessage>
        <DeferredInvoicing>boolean</DeferredInvoicing>
      </OrderHead>
    </Orders>
    <Delivery>
      <DeliveryHead>
        <Items d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Parcels d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DeliverySymbol>string</DeliverySymbol>
        <ExpeditionSymbol>string</ExpeditionSymbol>
        <DateCreated>dateTime</DateCreated>
        <Trackus>string</Trackus>
        <ShipAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PriceBrutto>decimal</PriceBrutto>
        <PriceNetto>decimal</PriceNetto>
      </DeliveryHead>
      <DeliveryHead>
        <Items d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Parcels d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <DeliverySymbol>string</DeliverySymbol>
        <ExpeditionSymbol>string</ExpeditionSymbol>
        <DateCreated>dateTime</DateCreated>
        <Trackus>string</Trackus>
        <ShipAddress d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <PriceBrutto>decimal</PriceBrutto>
        <PriceNetto>decimal</PriceNetto>
      </DeliveryHead>
    </Delivery>
    <ID>int</ID>
    <InvoiceSymbol>string</InvoiceSymbol>
    <DateCreated>dateTime</DateCreated>
    <VariableSymbol>string</VariableSymbol>
    <VariableConSymbol>string</VariableConSymbol>
    <InvoiceDateDue>dateTime</InvoiceDateDue>
    <InvoiceDate>dateTime</InvoiceDate>
    <InvoiceDateAcc>dateTime</InvoiceDateAcc>
    <InvoiceDateVat>dateTime</InvoiceDateVat>
    <Payed>boolean</Payed>
    <Cust>boolean</Cust>
    <WithVat>boolean</WithVat>
    <Currency>string</Currency>
    <Rate>decimal</Rate>
    <PriceBrutto>decimal</PriceBrutto>
    <PriceNetto>decimal</PriceNetto>
    <Vat>decimal</Vat>
    <Rnd>decimal</Rnd>
    <Subjekt>string</Subjekt>
    <OrgNo>string</OrgNo>
    <OrgVat>string</OrgVat>
    <SubjektID>int</SubjektID>
    <Tel>string</Tel>
    <Fax>string</Fax>
    <BankNameType>string</BankNameType>
    <BankName>string</BankName>
    <BankCode>string</BankCode>
    <BankAccountPre>string</BankAccountPre>
    <BankAccountNo>string</BankAccountNo>
    <Trackus>string</Trackus>
    <InvoiceType>string</InvoiceType>
    <InvoiceTypeCode>string</InvoiceTypeCode>
    <DocumentTypeCode>string</DocumentTypeCode>
  </Invoice>
  <Status>
    <StatusCode>string</StatusCode>
    <ErrorText>string</ErrorText>
  </Status>
</ResponseInvoiceDetail>