Sales ProcessSalesInvoices Response XML

Gewijzigd op Wo, 1 Feb, 2023 om 12:23 PM

Introductie


Aan het einde van het verwerkingsproces van de webservice methode ProcessSalesInvoices stelt deze een response XML-document op, met daarin de verwerkingsstatus van de facturen en de eventuele validatiemeldingen. Dit XML-document is gespecificeerd in een XML-schema (XSD) en kan eventueel door jouw applicatie worden verwerkt.


In het XML-Schema worden de velden beschreven.


Webadres van het XML-schema van de webservice response


http://www.yukiworks.nl/schemas/SalesInvoicesResponse.xsd


Voorbeeld


<SalesInvoicesImportResponse xmlns="urn:xmlns:http://www.theyukicompany.com:salesinvoicesresponse">
        <TimeStamp>2012-04-09</TimeStamp>
        <AdministrationId>1205c89e-5aa1-4e5d-bbc5-55ae0241294f</AdministrationId>
        <TotalSucceeded>2</TotalSucceeded>
        <TotalFailed>0</TotalFailed>
        <TotalSkipped>0</TotalSkipped>
        <Invoice>

                <Succeeded>true</Succeeded>
<Processed>false</Processed>
<EmailSent>false</EmailSent>
<Reference>TT-00001</Reference>
<Subject>Testfactuur - 1</Subject>
<Message />
</Invoice>
<Invoice>
<Succeeded>true</Succeeded>
<Processed>false</Processed>
<EmailSent>false</EmailSent>
<Reference>TT-00002</Reference>
<Subject>Testfactuur - 2</Subject>
< Message />
</Invoice>
</SalesInvoicesImportResponse>


<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

    <soap:Body>

        <ProcessSalesInvoicesResponse xmlns="http://www.theyukicompany.com/">

            <ProcessSalesInvoicesResult>

                <SalesInvoicesImportResponse xmlns="urn:xmlns:http://www.theyukicompany.com:salesinvoicesresponse">

                    <TimeStamp xmlns="">2021-03-12</TimeStamp>

                    <AdministrationId xmlns="">38a97d9b-xxxx-xxxx-xxxx-b9d5793723ee</AdministrationId>

                    <TotalSucceeded xmlns="">1</TotalSucceeded>

                    <TotalFailed xmlns="">0</TotalFailed>

                    <TotalSkipped xmlns="">0</TotalSkipped>

                    <Invoice xmlns="">

                        <Succeeded>true</Succeeded>

                        <Processed>true</Processed>

                        <EmailSent>false</EmailSent>

                        <Reference>A1020</Reference>

                        <Subject>Testfactuur - 1</Subject>

                        <Contact>James Bond</Contact>

                        <Message></Message>

                    </Invoice>

                </SalesInvoicesImportResponse>

            </ProcessSalesInvoicesResult>

        </ProcessSalesInvoicesResponse>

    </soap:Body>

</soap:Envelope>


Was dit artikel nuttig?

Dat is fantastisch!

Hartelijk dank voor uw beoordeling

Sorry dat we u niet konden helpen

Hartelijk dank voor uw beoordeling

Laat ons weten hoe we dit artikel kunnen verbeteren!

Selecteer tenminste een van de redenen
CAPTCHA-verificatie is vereist.

Feedback verzonden

We stellen uw moeite op prijs en zullen proberen het artikel te verbeteren