IntegrationService
Click here for a complete list of operations.
GetAvailableSentInvoicesByDate
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 /IntegrationService.asmx HTTP/1.1 Host: integrationtest.eveelektronik.com.tr Content-Type: text/xml; charset=utf-8 Content-Length: length SOAPAction: "http://tempuri.org/GetAvailableSentInvoicesByDate" <?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> <GetAvailableSentInvoicesByDate xmlns="http://tempuri.org/"> <Ticket>string</Ticket> <CorporateCode>string</CorporateCode> <StartDate>dateTime</StartDate> <EndDate>dateTime</EndDate> </GetAvailableSentInvoicesByDate> </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> <GetAvailableSentInvoicesByDateResponse xmlns="http://tempuri.org/"> <GetAvailableSentInvoicesByDateResult> <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> </GetAvailableSentInvoicesByDateResult> </GetAvailableSentInvoicesByDateResponse> </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: integrationtest.eveelektronik.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> <GetAvailableSentInvoicesByDate xmlns="http://tempuri.org/"> <Ticket>string</Ticket> <CorporateCode>string</CorporateCode> <StartDate>dateTime</StartDate> <EndDate>dateTime</EndDate> </GetAvailableSentInvoicesByDate> </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> <GetAvailableSentInvoicesByDateResponse xmlns="http://tempuri.org/"> <GetAvailableSentInvoicesByDateResult> <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> </GetAvailableSentInvoicesByDateResult> </GetAvailableSentInvoicesByDateResponse> </soap12:Body> </soap12:Envelope>