SolutionDOC_Peppol
Click here for a complete list of operations.
ReceiveOrder
Ottiene un ordine Peppol e lo stato del processo di Conservazione.
Se la chiamata va a buon fine, l'oggetto Response contiene l'ordine Peppol.
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_Peppol.asmx HTTP/1.1
Host: testfe.solutiondocondemand.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://legal.solutiondocondemand.com/ReceiveOrder"
<?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>
<ReceiveOrder xmlns="https://legal.solutiondocondemand.com/">
<codiceCliente>string</codiceCliente>
<passwordServizi>base64Binary</passwordServizi>
<inputFlowCode>string</inputFlowCode>
<counter>string</counter>
</ReceiveOrder>
</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>
<ReceiveOrderResponse xmlns="https://legal.solutiondocondemand.com/">
<ReceiveOrderResult>
<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>
</ReceiveOrderResult>
</ReceiveOrderResponse>
</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_Peppol.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>
<ReceiveOrder xmlns="https://legal.solutiondocondemand.com/">
<codiceCliente>string</codiceCliente>
<passwordServizi>base64Binary</passwordServizi>
<inputFlowCode>string</inputFlowCode>
<counter>string</counter>
</ReceiveOrder>
</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>
<ReceiveOrderResponse xmlns="https://legal.solutiondocondemand.com/">
<ReceiveOrderResult>
<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>
</ReceiveOrderResult>
</ReceiveOrderResponse>
</soap12:Body>
</soap12:Envelope>