SolutionDOC_Hub


Click here for a complete list of operations.

GetElectronicInvoicesPaged

Riepilogo Fattura Elettronica Attiva Servizio Hub
Servizio di riepilogo lista file Fattura Elettronica inviate al Sistema di Interscambio (Sdi) e dei Consumi.
Versione Paginata.

Test

The test form is only available for requests from the local machine.

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 /solutiondoc_hub.asmx HTTP/1.1
Host: testfe.solutiondocondemand.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetElectronicInvoicesPaged"

<?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>
    <GetElectronicInvoicesPaged xmlns="http://tempuri.org/">
      <paramAuth>
        <CustomerCode>string</CustomerCode>
        <Password>base64Binary</Password>
      </paramAuth>
      <param>
        <DateStart>dateTime</DateStart>
        <DateEnd>dateTime</DateEnd>
        <Proforma>boolean</Proforma>
        <IsCoworker>boolean</IsCoworker>
        <DataCustomerServicesConsumption>boolean</DataCustomerServicesConsumption>
        <IdSdi>
          <In>
            <long>long</long>
            <long>long</long>
          </In>
        </IdSdi>
        <FilenameZip>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </FilenameZip>
        <FilenameInvoice>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </FilenameInvoice>
        <StatusLegalStorage>
          <In>
            <StatoArchiviazione>Sconosciuto or DaConservare or VersatoPdV or VersatoRdV or Conservato</StatoArchiviazione>
            <StatoArchiviazione>Sconosciuto or DaConservare or VersatoPdV or VersatoRdV or Conservato</StatoArchiviazione>
          </In>
        </StatusLegalStorage>
        <StateDataProcessing>string</StateDataProcessing>
        <RecipientName>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </RecipientName>
        <RecipientVat>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </RecipientVat>
        <RecipientFiscalCode>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </RecipientFiscalCode>
        <SenderName>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </SenderName>
        <SenderVat>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </SenderVat>
        <SenderFiscalCode>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </SenderFiscalCode>
        <InvoiceDate>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </InvoiceDate>
        <ElectronicInvoiceState>
          <In>
            <string>string</string>
            <string>string</string>
          </In>
        </ElectronicInvoiceState>
        <ElectronicInvoiceOutcome>
          <In>
            <string>string</string>
            <string>string</string>
          </In>
        </ElectronicInvoiceOutcome>
        <TransmissionFormat>
          <In>
            <string>string</string>
            <string>string</string>
          </In>
        </TransmissionFormat>
        <InvoiceNumber>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </InvoiceNumber>
        <DocumentType>
          <In>
            <string>string</string>
            <string>string</string>
          </In>
        </DocumentType>
        <AutoInvoiceTD01>boolean</AutoInvoiceTD01>
        <RangeCondition>
          <ExclusiveStartkey>base64Binary</ExclusiveStartkey>
          <PageSize>int</PageSize>
          <ScanIndexForward>boolean</ScanIndexForward>
          <MaxExecutionSeconds>int</MaxExecutionSeconds>
        </RangeCondition>
        <PropertiesToGet>
          <string>string</string>
          <string>string</string>
        </PropertiesToGet>
      </param>
    </GetElectronicInvoicesPaged>
  </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>
    <GetElectronicInvoicesPagedResponse xmlns="http://tempuri.org/">
      <GetElectronicInvoicesPagedResult>
        <NextPageIndex>base64Binary</NextPageIndex>
      </GetElectronicInvoicesPagedResult>
    </GetElectronicInvoicesPagedResponse>
  </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 /solutiondoc_hub.asmx HTTP/1.1
Host: testfe.solutiondocondemand.com
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>
    <GetElectronicInvoicesPaged xmlns="http://tempuri.org/">
      <paramAuth>
        <CustomerCode>string</CustomerCode>
        <Password>base64Binary</Password>
      </paramAuth>
      <param>
        <DateStart>dateTime</DateStart>
        <DateEnd>dateTime</DateEnd>
        <Proforma>boolean</Proforma>
        <IsCoworker>boolean</IsCoworker>
        <DataCustomerServicesConsumption>boolean</DataCustomerServicesConsumption>
        <IdSdi>
          <In>
            <long>long</long>
            <long>long</long>
          </In>
        </IdSdi>
        <FilenameZip>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </FilenameZip>
        <FilenameInvoice>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </FilenameInvoice>
        <StatusLegalStorage>
          <In>
            <StatoArchiviazione>Sconosciuto or DaConservare or VersatoPdV or VersatoRdV or Conservato</StatoArchiviazione>
            <StatoArchiviazione>Sconosciuto or DaConservare or VersatoPdV or VersatoRdV or Conservato</StatoArchiviazione>
          </In>
        </StatusLegalStorage>
        <StateDataProcessing>string</StateDataProcessing>
        <RecipientName>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </RecipientName>
        <RecipientVat>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </RecipientVat>
        <RecipientFiscalCode>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </RecipientFiscalCode>
        <SenderName>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </SenderName>
        <SenderVat>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </SenderVat>
        <SenderFiscalCode>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </SenderFiscalCode>
        <InvoiceDate>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </InvoiceDate>
        <ElectronicInvoiceState>
          <In>
            <string>string</string>
            <string>string</string>
          </In>
        </ElectronicInvoiceState>
        <ElectronicInvoiceOutcome>
          <In>
            <string>string</string>
            <string>string</string>
          </In>
        </ElectronicInvoiceOutcome>
        <TransmissionFormat>
          <In>
            <string>string</string>
            <string>string</string>
          </In>
        </TransmissionFormat>
        <InvoiceNumber>
          <StartsWith>string</StartsWith>
          <Contains>string</Contains>
        </InvoiceNumber>
        <DocumentType>
          <In>
            <string>string</string>
            <string>string</string>
          </In>
        </DocumentType>
        <AutoInvoiceTD01>boolean</AutoInvoiceTD01>
        <RangeCondition>
          <ExclusiveStartkey>base64Binary</ExclusiveStartkey>
          <PageSize>int</PageSize>
          <ScanIndexForward>boolean</ScanIndexForward>
          <MaxExecutionSeconds>int</MaxExecutionSeconds>
        </RangeCondition>
        <PropertiesToGet>
          <string>string</string>
          <string>string</string>
        </PropertiesToGet>
      </param>
    </GetElectronicInvoicesPaged>
  </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>
    <GetElectronicInvoicesPagedResponse xmlns="http://tempuri.org/">
      <GetElectronicInvoicesPagedResult>
        <NextPageIndex>base64Binary</NextPageIndex>
      </GetElectronicInvoicesPagedResult>
    </GetElectronicInvoicesPagedResponse>
  </soap12:Body>
</soap12:Envelope>