SolutionDOC_Peppol
Click here for a complete list of operations.
GetOrders
[Uso interno] Ottiene una lista di tutti gli ordini Peppol ricevuti dal cliente specificato.
Se la chiamata va a buon fine, l'oggetto Response contiene una lista di ordini Peppol.
Nota: Poiché la chiamata non contiene filtri di alcun tipo, a seconda del numero di ordini presenti, potrebbe essere necessario un tempo significativo per ottenere la lista.
Nel caso peggiore la chiamata potrebbe andare in timeout prima di aver restituito un risultato.
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 /update/SolutionDOC_Peppol.asmx HTTP/1.1 Host: dev3.solutiondocondemand.com Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "https://legal.solutiondocondemand.com/GetOrders" <?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> <GetOrders xmlns="https://legal.solutiondocondemand.com/"> <username>string</username> <password>base64Binary</password> <codiceCliente>string</codiceCliente> </GetOrders> </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> <GetOrdersResponse xmlns="https://legal.solutiondocondemand.com/"> <GetOrdersResult> <Orders> <PeppolOrder> <InputFlowCode>string</InputFlowCode> <Counter>string</Counter> <OrderId>string</OrderId> <OrderIssueDate>dateTime</OrderIssueDate> <OrderTypeCode>int</OrderTypeCode> <OrderTypeCodeListId>string</OrderTypeCodeListId> <DocumentCurrencyCode>string</DocumentCurrencyCode> <DocumentCurrencyCodeListId>string</DocumentCurrencyCodeListId> <ValidityPeriodEndDate>dateTime</ValidityPeriodEndDate> <BuyerPartyEndpointId>string</BuyerPartyEndpointId> <BuyerPartyEndpointSchemeId>string</BuyerPartyEndpointSchemeId> <BuyerPartyId>string</BuyerPartyId> <BuyerPartySchemeId>string</BuyerPartySchemeId> <BuyerPartyName>string</BuyerPartyName> <SellerPartyEndpointId>string</SellerPartyEndpointId> <SellerPartyEndpointSchemeId>string</SellerPartyEndpointSchemeId> <SellerPartyId>string</SellerPartyId> <SellerPartySchemeId>string</SellerPartySchemeId> <SellerPartyName>string</SellerPartyName> <TaxTotalAmount>decimal</TaxTotalAmount> <TaxTotalAmountCurrencyId>string</TaxTotalAmountCurrencyId> <DocumentType>string</DocumentType> <InputFlowItemStatus>string</InputFlowItemStatus> <InputChannelType>string</InputChannelType> <PeppolStatus>string</PeppolStatus> <CreationDate>dateTime</CreationDate> <IdDocumento>string</IdDocumento> <IdPdV>string</IdPdV> <DataPdV>dateTime</DataPdV> <IdRdV>string</IdRdV> <DataRdV>dateTime</DataRdV> <DataPdA>dateTime</DataPdA> <StatoConservazione>int</StatoConservazione> <MessaggioConservazione>string</MessaggioConservazione> <IdCliente>long</IdCliente> <CodiceCliente>string</CodiceCliente> <IdPacchetto>long</IdPacchetto> <HashFile>string</HashFile> <NomeFileOriginaleOrdine>string</NomeFileOriginaleOrdine> <KeyS3>string</KeyS3> <DataImportazione>dateTime</DataImportazione> </PeppolOrder> <PeppolOrder> <InputFlowCode>string</InputFlowCode> <Counter>string</Counter> <OrderId>string</OrderId> <OrderIssueDate>dateTime</OrderIssueDate> <OrderTypeCode>int</OrderTypeCode> <OrderTypeCodeListId>string</OrderTypeCodeListId> <DocumentCurrencyCode>string</DocumentCurrencyCode> <DocumentCurrencyCodeListId>string</DocumentCurrencyCodeListId> <ValidityPeriodEndDate>dateTime</ValidityPeriodEndDate> <BuyerPartyEndpointId>string</BuyerPartyEndpointId> <BuyerPartyEndpointSchemeId>string</BuyerPartyEndpointSchemeId> <BuyerPartyId>string</BuyerPartyId> <BuyerPartySchemeId>string</BuyerPartySchemeId> <BuyerPartyName>string</BuyerPartyName> <SellerPartyEndpointId>string</SellerPartyEndpointId> <SellerPartyEndpointSchemeId>string</SellerPartyEndpointSchemeId> <SellerPartyId>string</SellerPartyId> <SellerPartySchemeId>string</SellerPartySchemeId> <SellerPartyName>string</SellerPartyName> <TaxTotalAmount>decimal</TaxTotalAmount> <TaxTotalAmountCurrencyId>string</TaxTotalAmountCurrencyId> <DocumentType>string</DocumentType> <InputFlowItemStatus>string</InputFlowItemStatus> <InputChannelType>string</InputChannelType> <PeppolStatus>string</PeppolStatus> <CreationDate>dateTime</CreationDate> <IdDocumento>string</IdDocumento> <IdPdV>string</IdPdV> <DataPdV>dateTime</DataPdV> <IdRdV>string</IdRdV> <DataRdV>dateTime</DataRdV> <DataPdA>dateTime</DataPdA> <StatoConservazione>int</StatoConservazione> <MessaggioConservazione>string</MessaggioConservazione> <IdCliente>long</IdCliente> <CodiceCliente>string</CodiceCliente> <IdPacchetto>long</IdPacchetto> <HashFile>string</HashFile> <NomeFileOriginaleOrdine>string</NomeFileOriginaleOrdine> <KeyS3>string</KeyS3> <DataImportazione>dateTime</DataImportazione> </PeppolOrder> </Orders> </GetOrdersResult> </GetOrdersResponse> </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 /update/SolutionDOC_Peppol.asmx HTTP/1.1 Host: dev3.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> <GetOrders xmlns="https://legal.solutiondocondemand.com/"> <username>string</username> <password>base64Binary</password> <codiceCliente>string</codiceCliente> </GetOrders> </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> <GetOrdersResponse xmlns="https://legal.solutiondocondemand.com/"> <GetOrdersResult> <Orders> <PeppolOrder> <InputFlowCode>string</InputFlowCode> <Counter>string</Counter> <OrderId>string</OrderId> <OrderIssueDate>dateTime</OrderIssueDate> <OrderTypeCode>int</OrderTypeCode> <OrderTypeCodeListId>string</OrderTypeCodeListId> <DocumentCurrencyCode>string</DocumentCurrencyCode> <DocumentCurrencyCodeListId>string</DocumentCurrencyCodeListId> <ValidityPeriodEndDate>dateTime</ValidityPeriodEndDate> <BuyerPartyEndpointId>string</BuyerPartyEndpointId> <BuyerPartyEndpointSchemeId>string</BuyerPartyEndpointSchemeId> <BuyerPartyId>string</BuyerPartyId> <BuyerPartySchemeId>string</BuyerPartySchemeId> <BuyerPartyName>string</BuyerPartyName> <SellerPartyEndpointId>string</SellerPartyEndpointId> <SellerPartyEndpointSchemeId>string</SellerPartyEndpointSchemeId> <SellerPartyId>string</SellerPartyId> <SellerPartySchemeId>string</SellerPartySchemeId> <SellerPartyName>string</SellerPartyName> <TaxTotalAmount>decimal</TaxTotalAmount> <TaxTotalAmountCurrencyId>string</TaxTotalAmountCurrencyId> <DocumentType>string</DocumentType> <InputFlowItemStatus>string</InputFlowItemStatus> <InputChannelType>string</InputChannelType> <PeppolStatus>string</PeppolStatus> <CreationDate>dateTime</CreationDate> <IdDocumento>string</IdDocumento> <IdPdV>string</IdPdV> <DataPdV>dateTime</DataPdV> <IdRdV>string</IdRdV> <DataRdV>dateTime</DataRdV> <DataPdA>dateTime</DataPdA> <StatoConservazione>int</StatoConservazione> <MessaggioConservazione>string</MessaggioConservazione> <IdCliente>long</IdCliente> <CodiceCliente>string</CodiceCliente> <IdPacchetto>long</IdPacchetto> <HashFile>string</HashFile> <NomeFileOriginaleOrdine>string</NomeFileOriginaleOrdine> <KeyS3>string</KeyS3> <DataImportazione>dateTime</DataImportazione> </PeppolOrder> <PeppolOrder> <InputFlowCode>string</InputFlowCode> <Counter>string</Counter> <OrderId>string</OrderId> <OrderIssueDate>dateTime</OrderIssueDate> <OrderTypeCode>int</OrderTypeCode> <OrderTypeCodeListId>string</OrderTypeCodeListId> <DocumentCurrencyCode>string</DocumentCurrencyCode> <DocumentCurrencyCodeListId>string</DocumentCurrencyCodeListId> <ValidityPeriodEndDate>dateTime</ValidityPeriodEndDate> <BuyerPartyEndpointId>string</BuyerPartyEndpointId> <BuyerPartyEndpointSchemeId>string</BuyerPartyEndpointSchemeId> <BuyerPartyId>string</BuyerPartyId> <BuyerPartySchemeId>string</BuyerPartySchemeId> <BuyerPartyName>string</BuyerPartyName> <SellerPartyEndpointId>string</SellerPartyEndpointId> <SellerPartyEndpointSchemeId>string</SellerPartyEndpointSchemeId> <SellerPartyId>string</SellerPartyId> <SellerPartySchemeId>string</SellerPartySchemeId> <SellerPartyName>string</SellerPartyName> <TaxTotalAmount>decimal</TaxTotalAmount> <TaxTotalAmountCurrencyId>string</TaxTotalAmountCurrencyId> <DocumentType>string</DocumentType> <InputFlowItemStatus>string</InputFlowItemStatus> <InputChannelType>string</InputChannelType> <PeppolStatus>string</PeppolStatus> <CreationDate>dateTime</CreationDate> <IdDocumento>string</IdDocumento> <IdPdV>string</IdPdV> <DataPdV>dateTime</DataPdV> <IdRdV>string</IdRdV> <DataRdV>dateTime</DataRdV> <DataPdA>dateTime</DataPdA> <StatoConservazione>int</StatoConservazione> <MessaggioConservazione>string</MessaggioConservazione> <IdCliente>long</IdCliente> <CodiceCliente>string</CodiceCliente> <IdPacchetto>long</IdPacchetto> <HashFile>string</HashFile> <NomeFileOriginaleOrdine>string</NomeFileOriginaleOrdine> <KeyS3>string</KeyS3> <DataImportazione>dateTime</DataImportazione> </PeppolOrder> </Orders> </GetOrdersResult> </GetOrdersResponse> </soap12:Body> </soap12:Envelope>