IntegrationService
Click here for a complete list of operations.
GetIncomingInvoicesByIssueDate
Test
To test the operation using the HTTP POST protocol, click the 'Invoke' button.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 /IntegrationService.asmx HTTP/1.1 Host: n11integrationtest.digitalplanet.com.tr Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetIncomingInvoicesByIssueDate" <?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> <GetIncomingInvoicesByIssueDate xmlns="http://tempuri.org/"> <Ticket>string</Ticket> <CorporateCode>string</CorporateCode> <StartDate>dateTime</StartDate> <EndDate>dateTime</EndDate> </GetIncomingInvoicesByIssueDate> </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> <GetIncomingInvoicesByIssueDateResponse xmlns="http://tempuri.org/"> <GetIncomingInvoicesByIssueDateResult> <ServiceResult>Successful or Error</ServiceResult> <ServiceResultDescription>string</ServiceResultDescription> <ErrorCode>int</ErrorCode> <Invoices> <InvoiceInfoResult> <Options xsi:nil="true" /> <ServiceResult>Successful or Error</ServiceResult> <ServiceResultDescription>string</ServiceResultDescription> <UUID>string</UUID> <InvoiceId>string</InvoiceId> <ReturnValue>base64Binary</ReturnValue> <ReturnValueBySovos xsi:nil="true" /> <StatusDescription>string</StatusDescription> <StatusCode>int</StatusCode> <ErrorCode>int</ErrorCode> <Invoicetypecode>string</Invoicetypecode> <Sendertaxid>string</Sendertaxid> <Receivertaxid>string</Receivertaxid> <Profileid>string</Profileid> <Payableamount>string</Payableamount> <Issuedate>dateTime</Issuedate> <Issuetime>dateTime</Issuetime> <Partyname>string</Partyname> <ReceiverPostBoxName>string</ReceiverPostBoxName> <SenderPostBoxName>string</SenderPostBoxName> <DocumentCurrency>string</DocumentCurrency> <AllowanceTotalAmount>decimal</AllowanceTotalAmount> <ChargeTotalAmount>decimal</ChargeTotalAmount> <TaxTotalAmount>decimal</TaxTotalAmount> <PaymentDueDate>dateTime</PaymentDueDate> <OrderReferenceNo>string</OrderReferenceNo> <SendingType>int</SendingType> <PaymentMeans>int</PaymentMeans> <ReferenceNo>string</ReferenceNo> <Createdate>dateTime</Createdate> <Direction>Incoming or Outgoing or AllDirection or EArchive or EDefter or ETicket or Despatch or ReceiptAdvice or DespatchOutgoingForMailSender or DespatchIncomingForMailSender or ReceiptAdviceOutgoingForMailSender or ReceiptAdviceIncomingForMailSender or Receipt or ReceiptReport or SeVoucher or SeVoucherReport or EArchiveReport</Direction> <BranchNo>string</BranchNo> <BranchName>string</BranchName> </InvoiceInfoResult> <InvoiceInfoResult> <Options xsi:nil="true" /> <ServiceResult>Successful or Error</ServiceResult> <ServiceResultDescription>string</ServiceResultDescription> <UUID>string</UUID> <InvoiceId>string</InvoiceId> <ReturnValue>base64Binary</ReturnValue> <ReturnValueBySovos xsi:nil="true" /> <StatusDescription>string</StatusDescription> <StatusCode>int</StatusCode> <ErrorCode>int</ErrorCode> <Invoicetypecode>string</Invoicetypecode> <Sendertaxid>string</Sendertaxid> <Receivertaxid>string</Receivertaxid> <Profileid>string</Profileid> <Payableamount>string</Payableamount> <Issuedate>dateTime</Issuedate> <Issuetime>dateTime</Issuetime> <Partyname>string</Partyname> <ReceiverPostBoxName>string</ReceiverPostBoxName> <SenderPostBoxName>string</SenderPostBoxName> <DocumentCurrency>string</DocumentCurrency> <AllowanceTotalAmount>decimal</AllowanceTotalAmount> <ChargeTotalAmount>decimal</ChargeTotalAmount> <TaxTotalAmount>decimal</TaxTotalAmount> <PaymentDueDate>dateTime</PaymentDueDate> <OrderReferenceNo>string</OrderReferenceNo> <SendingType>int</SendingType> <PaymentMeans>int</PaymentMeans> <ReferenceNo>string</ReferenceNo> <Createdate>dateTime</Createdate> <Direction>Incoming or Outgoing or AllDirection or EArchive or EDefter or ETicket or Despatch or ReceiptAdvice or DespatchOutgoingForMailSender or DespatchIncomingForMailSender or ReceiptAdviceOutgoingForMailSender or ReceiptAdviceIncomingForMailSender or Receipt or ReceiptReport or SeVoucher or SeVoucherReport or EArchiveReport</Direction> <BranchNo>string</BranchNo> <BranchName>string</BranchName> </InvoiceInfoResult> </Invoices> </GetIncomingInvoicesByIssueDateResult> </GetIncomingInvoicesByIssueDateResponse> </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 /IntegrationService.asmx HTTP/1.1 Host: n11integrationtest.digitalplanet.com.tr 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> <GetIncomingInvoicesByIssueDate xmlns="http://tempuri.org/"> <Ticket>string</Ticket> <CorporateCode>string</CorporateCode> <StartDate>dateTime</StartDate> <EndDate>dateTime</EndDate> </GetIncomingInvoicesByIssueDate> </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> <GetIncomingInvoicesByIssueDateResponse xmlns="http://tempuri.org/"> <GetIncomingInvoicesByIssueDateResult> <ServiceResult>Successful or Error</ServiceResult> <ServiceResultDescription>string</ServiceResultDescription> <ErrorCode>int</ErrorCode> <Invoices> <InvoiceInfoResult> <Options xsi:nil="true" /> <ServiceResult>Successful or Error</ServiceResult> <ServiceResultDescription>string</ServiceResultDescription> <UUID>string</UUID> <InvoiceId>string</InvoiceId> <ReturnValue>base64Binary</ReturnValue> <ReturnValueBySovos xsi:nil="true" /> <StatusDescription>string</StatusDescription> <StatusCode>int</StatusCode> <ErrorCode>int</ErrorCode> <Invoicetypecode>string</Invoicetypecode> <Sendertaxid>string</Sendertaxid> <Receivertaxid>string</Receivertaxid> <Profileid>string</Profileid> <Payableamount>string</Payableamount> <Issuedate>dateTime</Issuedate> <Issuetime>dateTime</Issuetime> <Partyname>string</Partyname> <ReceiverPostBoxName>string</ReceiverPostBoxName> <SenderPostBoxName>string</SenderPostBoxName> <DocumentCurrency>string</DocumentCurrency> <AllowanceTotalAmount>decimal</AllowanceTotalAmount> <ChargeTotalAmount>decimal</ChargeTotalAmount> <TaxTotalAmount>decimal</TaxTotalAmount> <PaymentDueDate>dateTime</PaymentDueDate> <OrderReferenceNo>string</OrderReferenceNo> <SendingType>int</SendingType> <PaymentMeans>int</PaymentMeans> <ReferenceNo>string</ReferenceNo> <Createdate>dateTime</Createdate> <Direction>Incoming or Outgoing or AllDirection or EArchive or EDefter or ETicket or Despatch or ReceiptAdvice or DespatchOutgoingForMailSender or DespatchIncomingForMailSender or ReceiptAdviceOutgoingForMailSender or ReceiptAdviceIncomingForMailSender or Receipt or ReceiptReport or SeVoucher or SeVoucherReport or EArchiveReport</Direction> <BranchNo>string</BranchNo> <BranchName>string</BranchName> </InvoiceInfoResult> <InvoiceInfoResult> <Options xsi:nil="true" /> <ServiceResult>Successful or Error</ServiceResult> <ServiceResultDescription>string</ServiceResultDescription> <UUID>string</UUID> <InvoiceId>string</InvoiceId> <ReturnValue>base64Binary</ReturnValue> <ReturnValueBySovos xsi:nil="true" /> <StatusDescription>string</StatusDescription> <StatusCode>int</StatusCode> <ErrorCode>int</ErrorCode> <Invoicetypecode>string</Invoicetypecode> <Sendertaxid>string</Sendertaxid> <Receivertaxid>string</Receivertaxid> <Profileid>string</Profileid> <Payableamount>string</Payableamount> <Issuedate>dateTime</Issuedate> <Issuetime>dateTime</Issuetime> <Partyname>string</Partyname> <ReceiverPostBoxName>string</ReceiverPostBoxName> <SenderPostBoxName>string</SenderPostBoxName> <DocumentCurrency>string</DocumentCurrency> <AllowanceTotalAmount>decimal</AllowanceTotalAmount> <ChargeTotalAmount>decimal</ChargeTotalAmount> <TaxTotalAmount>decimal</TaxTotalAmount> <PaymentDueDate>dateTime</PaymentDueDate> <OrderReferenceNo>string</OrderReferenceNo> <SendingType>int</SendingType> <PaymentMeans>int</PaymentMeans> <ReferenceNo>string</ReferenceNo> <Createdate>dateTime</Createdate> <Direction>Incoming or Outgoing or AllDirection or EArchive or EDefter or ETicket or Despatch or ReceiptAdvice or DespatchOutgoingForMailSender or DespatchIncomingForMailSender or ReceiptAdviceOutgoingForMailSender or ReceiptAdviceIncomingForMailSender or Receipt or ReceiptReport or SeVoucher or SeVoucherReport or EArchiveReport</Direction> <BranchNo>string</BranchNo> <BranchName>string</BranchName> </InvoiceInfoResult> </Invoices> </GetIncomingInvoicesByIssueDateResult> </GetIncomingInvoicesByIssueDateResponse> </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 /IntegrationService.asmx/GetIncomingInvoicesByIssueDate?Ticket=string&CorporateCode=string&StartDate=string&EndDate=string HTTP/1.1 Host: n11integrationtest.digitalplanet.com.tr
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <InvoicePackResult xmlns="http://tempuri.org/"> <ServiceResult>Successful or Error</ServiceResult> <ServiceResultDescription>string</ServiceResultDescription> <ErrorCode>int</ErrorCode> <Invoices> <InvoiceInfoResult> <Options> <InvoiceOption d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <InvoiceOption d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Options> <ServiceResult>Successful or Error</ServiceResult> <ServiceResultDescription>string</ServiceResultDescription> <UUID>string</UUID> <InvoiceId>string</InvoiceId> <ReturnValue>base64Binary</ReturnValue> <ReturnValueBySovos> <UBLExtensions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" /> <UBLVersionID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <CustomizationID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <ProfileID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <ID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <CopyIndicator d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <UUID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <IssueDate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <IssueTime d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <InvoiceTypeCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <Note d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <Note d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <DocumentCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <TaxCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <PricingCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <PaymentCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <PaymentAlternativeCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <AccountingCost d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <LineCountNumeric d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <InvoicePeriod d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <OrderReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <BillingReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <BillingReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <DespatchDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <DespatchDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ReceiptDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ReceiptDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <OriginatorDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <OriginatorDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ContractDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ContractDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AdditionalDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AdditionalDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Signature d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Signature d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AccountingSupplierParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AccountingCustomerParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <BuyerCustomerParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <SellerSupplierParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxRepresentativeParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Delivery d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Delivery d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentMeans d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentMeans d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentTerms d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AllowanceCharge d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AllowanceCharge d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PricingExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentAlternativeExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <WithholdingTaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <WithholdingTaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <LegalMonetaryTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <InvoiceLine d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <InvoiceLine d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> </ReturnValueBySovos> <StatusDescription>string</StatusDescription> <StatusCode>int</StatusCode> <ErrorCode>int</ErrorCode> <Invoicetypecode>string</Invoicetypecode> <Sendertaxid>string</Sendertaxid> <Receivertaxid>string</Receivertaxid> <Profileid>string</Profileid> <Payableamount>string</Payableamount> <Issuedate>dateTime</Issuedate> <Issuetime>dateTime</Issuetime> <Partyname>string</Partyname> <ReceiverPostBoxName>string</ReceiverPostBoxName> <SenderPostBoxName>string</SenderPostBoxName> <DocumentCurrency>string</DocumentCurrency> <AllowanceTotalAmount>decimal</AllowanceTotalAmount> <ChargeTotalAmount>decimal</ChargeTotalAmount> <TaxTotalAmount>decimal</TaxTotalAmount> <PaymentDueDate>dateTime</PaymentDueDate> <OrderReferenceNo>string</OrderReferenceNo> <SendingType>int</SendingType> <PaymentMeans>int</PaymentMeans> <ReferenceNo>string</ReferenceNo> <Createdate>dateTime</Createdate> <Direction>Incoming or Outgoing or AllDirection or EArchive or EDefter or ETicket or Despatch or ReceiptAdvice or DespatchOutgoingForMailSender or DespatchIncomingForMailSender or ReceiptAdviceOutgoingForMailSender or ReceiptAdviceIncomingForMailSender or Receipt or ReceiptReport or SeVoucher or SeVoucherReport or EArchiveReport</Direction> <BranchNo>string</BranchNo> <BranchName>string</BranchName> </InvoiceInfoResult> <InvoiceInfoResult> <Options> <InvoiceOption d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <InvoiceOption d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Options> <ServiceResult>Successful or Error</ServiceResult> <ServiceResultDescription>string</ServiceResultDescription> <UUID>string</UUID> <InvoiceId>string</InvoiceId> <ReturnValue>base64Binary</ReturnValue> <ReturnValueBySovos> <UBLExtensions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" /> <UBLVersionID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <CustomizationID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <ProfileID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <ID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <CopyIndicator d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <UUID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <IssueDate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <IssueTime d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <InvoiceTypeCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <Note d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <Note d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <DocumentCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <TaxCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <PricingCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <PaymentCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <PaymentAlternativeCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <AccountingCost d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <LineCountNumeric d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <InvoicePeriod d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <OrderReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <BillingReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <BillingReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <DespatchDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <DespatchDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ReceiptDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ReceiptDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <OriginatorDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <OriginatorDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ContractDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ContractDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AdditionalDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AdditionalDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Signature d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Signature d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AccountingSupplierParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AccountingCustomerParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <BuyerCustomerParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <SellerSupplierParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxRepresentativeParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Delivery d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Delivery d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentMeans d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentMeans d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentTerms d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AllowanceCharge d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AllowanceCharge d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PricingExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentAlternativeExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <WithholdingTaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <WithholdingTaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <LegalMonetaryTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <InvoiceLine d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <InvoiceLine d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> </ReturnValueBySovos> <StatusDescription>string</StatusDescription> <StatusCode>int</StatusCode> <ErrorCode>int</ErrorCode> <Invoicetypecode>string</Invoicetypecode> <Sendertaxid>string</Sendertaxid> <Receivertaxid>string</Receivertaxid> <Profileid>string</Profileid> <Payableamount>string</Payableamount> <Issuedate>dateTime</Issuedate> <Issuetime>dateTime</Issuetime> <Partyname>string</Partyname> <ReceiverPostBoxName>string</ReceiverPostBoxName> <SenderPostBoxName>string</SenderPostBoxName> <DocumentCurrency>string</DocumentCurrency> <AllowanceTotalAmount>decimal</AllowanceTotalAmount> <ChargeTotalAmount>decimal</ChargeTotalAmount> <TaxTotalAmount>decimal</TaxTotalAmount> <PaymentDueDate>dateTime</PaymentDueDate> <OrderReferenceNo>string</OrderReferenceNo> <SendingType>int</SendingType> <PaymentMeans>int</PaymentMeans> <ReferenceNo>string</ReferenceNo> <Createdate>dateTime</Createdate> <Direction>Incoming or Outgoing or AllDirection or EArchive or EDefter or ETicket or Despatch or ReceiptAdvice or DespatchOutgoingForMailSender or DespatchIncomingForMailSender or ReceiptAdviceOutgoingForMailSender or ReceiptAdviceIncomingForMailSender or Receipt or ReceiptReport or SeVoucher or SeVoucherReport or EArchiveReport</Direction> <BranchNo>string</BranchNo> <BranchName>string</BranchName> </InvoiceInfoResult> </Invoices> </InvoicePackResult>
HTTP POST
The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.
POST /IntegrationService.asmx/GetIncomingInvoicesByIssueDate HTTP/1.1 Host: n11integrationtest.digitalplanet.com.tr Content-Type: application/x-www-form-urlencoded Content-Length: length Ticket=string&CorporateCode=string&StartDate=string&EndDate=string
HTTP/1.1 200 OK Content-Type: text/xml; charset=utf-8 Content-Length: length <?xml version="1.0" encoding="utf-8"?> <InvoicePackResult xmlns="http://tempuri.org/"> <ServiceResult>Successful or Error</ServiceResult> <ServiceResultDescription>string</ServiceResultDescription> <ErrorCode>int</ErrorCode> <Invoices> <InvoiceInfoResult> <Options> <InvoiceOption d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <InvoiceOption d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Options> <ServiceResult>Successful or Error</ServiceResult> <ServiceResultDescription>string</ServiceResultDescription> <UUID>string</UUID> <InvoiceId>string</InvoiceId> <ReturnValue>base64Binary</ReturnValue> <ReturnValueBySovos> <UBLExtensions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" /> <UBLVersionID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <CustomizationID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <ProfileID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <ID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <CopyIndicator d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <UUID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <IssueDate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <IssueTime d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <InvoiceTypeCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <Note d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <Note d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <DocumentCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <TaxCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <PricingCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <PaymentCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <PaymentAlternativeCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <AccountingCost d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <LineCountNumeric d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <InvoicePeriod d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <OrderReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <BillingReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <BillingReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <DespatchDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <DespatchDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ReceiptDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ReceiptDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <OriginatorDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <OriginatorDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ContractDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ContractDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AdditionalDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AdditionalDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Signature d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Signature d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AccountingSupplierParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AccountingCustomerParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <BuyerCustomerParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <SellerSupplierParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxRepresentativeParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Delivery d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Delivery d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentMeans d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentMeans d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentTerms d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AllowanceCharge d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AllowanceCharge d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PricingExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentAlternativeExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <WithholdingTaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <WithholdingTaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <LegalMonetaryTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <InvoiceLine d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <InvoiceLine d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> </ReturnValueBySovos> <StatusDescription>string</StatusDescription> <StatusCode>int</StatusCode> <ErrorCode>int</ErrorCode> <Invoicetypecode>string</Invoicetypecode> <Sendertaxid>string</Sendertaxid> <Receivertaxid>string</Receivertaxid> <Profileid>string</Profileid> <Payableamount>string</Payableamount> <Issuedate>dateTime</Issuedate> <Issuetime>dateTime</Issuetime> <Partyname>string</Partyname> <ReceiverPostBoxName>string</ReceiverPostBoxName> <SenderPostBoxName>string</SenderPostBoxName> <DocumentCurrency>string</DocumentCurrency> <AllowanceTotalAmount>decimal</AllowanceTotalAmount> <ChargeTotalAmount>decimal</ChargeTotalAmount> <TaxTotalAmount>decimal</TaxTotalAmount> <PaymentDueDate>dateTime</PaymentDueDate> <OrderReferenceNo>string</OrderReferenceNo> <SendingType>int</SendingType> <PaymentMeans>int</PaymentMeans> <ReferenceNo>string</ReferenceNo> <Createdate>dateTime</Createdate> <Direction>Incoming or Outgoing or AllDirection or EArchive or EDefter or ETicket or Despatch or ReceiptAdvice or DespatchOutgoingForMailSender or DespatchIncomingForMailSender or ReceiptAdviceOutgoingForMailSender or ReceiptAdviceIncomingForMailSender or Receipt or ReceiptReport or SeVoucher or SeVoucherReport or EArchiveReport</Direction> <BranchNo>string</BranchNo> <BranchName>string</BranchName> </InvoiceInfoResult> <InvoiceInfoResult> <Options> <InvoiceOption d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> <InvoiceOption d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" /> </Options> <ServiceResult>Successful or Error</ServiceResult> <ServiceResultDescription>string</ServiceResultDescription> <UUID>string</UUID> <InvoiceId>string</InvoiceId> <ReturnValue>base64Binary</ReturnValue> <ReturnValueBySovos> <UBLExtensions d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2" /> <UBLVersionID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <CustomizationID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <ProfileID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <ID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <CopyIndicator d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <UUID d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <IssueDate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <IssueTime d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <InvoiceTypeCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <Note d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <Note d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <DocumentCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <TaxCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <PricingCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <PaymentCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <PaymentAlternativeCurrencyCode d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <AccountingCost d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <LineCountNumeric d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" /> <InvoicePeriod d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <OrderReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <BillingReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <BillingReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <DespatchDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <DespatchDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ReceiptDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ReceiptDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <OriginatorDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <OriginatorDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ContractDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <ContractDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AdditionalDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AdditionalDocumentReference d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Signature d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Signature d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AccountingSupplierParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AccountingCustomerParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <BuyerCustomerParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <SellerSupplierParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxRepresentativeParty d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Delivery d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <Delivery d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentMeans d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentMeans d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentTerms d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AllowanceCharge d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <AllowanceCharge d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PricingExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <PaymentAlternativeExchangeRate d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <TaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <WithholdingTaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <WithholdingTaxTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <LegalMonetaryTotal d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <InvoiceLine d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> <InvoiceLine d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" /> </ReturnValueBySovos> <StatusDescription>string</StatusDescription> <StatusCode>int</StatusCode> <ErrorCode>int</ErrorCode> <Invoicetypecode>string</Invoicetypecode> <Sendertaxid>string</Sendertaxid> <Receivertaxid>string</Receivertaxid> <Profileid>string</Profileid> <Payableamount>string</Payableamount> <Issuedate>dateTime</Issuedate> <Issuetime>dateTime</Issuetime> <Partyname>string</Partyname> <ReceiverPostBoxName>string</ReceiverPostBoxName> <SenderPostBoxName>string</SenderPostBoxName> <DocumentCurrency>string</DocumentCurrency> <AllowanceTotalAmount>decimal</AllowanceTotalAmount> <ChargeTotalAmount>decimal</ChargeTotalAmount> <TaxTotalAmount>decimal</TaxTotalAmount> <PaymentDueDate>dateTime</PaymentDueDate> <OrderReferenceNo>string</OrderReferenceNo> <SendingType>int</SendingType> <PaymentMeans>int</PaymentMeans> <ReferenceNo>string</ReferenceNo> <Createdate>dateTime</Createdate> <Direction>Incoming or Outgoing or AllDirection or EArchive or EDefter or ETicket or Despatch or ReceiptAdvice or DespatchOutgoingForMailSender or DespatchIncomingForMailSender or ReceiptAdviceOutgoingForMailSender or ReceiptAdviceIncomingForMailSender or Receipt or ReceiptReport or SeVoucher or SeVoucherReport or EArchiveReport</Direction> <BranchNo>string</BranchNo> <BranchName>string</BranchName> </InvoiceInfoResult> </Invoices> </InvoicePackResult>