Service1


Click here for a complete list of operations.

GetJournal

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 /Tv2Sej/Service1.asmx HTTP/1.1
Host: enkanl.tourvisio.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetJournal"

<?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>
    <GetJournal xmlns="http://tempuri.org/">
      <PayDate1>dateTime</PayDate1>
      <PayDate2>dateTime</PayDate2>
      <Market>string</Market>
      <UserCode>string</UserCode>
      <UserPass>string</UserPass>
    </GetJournal>
  </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>
    <GetJournalResponse xmlns="http://tempuri.org/">
      <GetJournalResult>
        <TTVJournalItem>
          <RecID>int</RecID>
          <Market>string</Market>
          <Office>string</Office>
          <AccountType>int</AccountType>
          <Account>string</Account>
          <PayDate>dateTime</PayDate>
          <PayType>string</PayType>
          <Amount>decimal</Amount>
          <Cur>string</Cur>
          <Allocated>decimal</Allocated>
          <InvoiceSerial>string</InvoiceSerial>
          <InvoiceNo>int</InvoiceNo>
          <InvoiceDate>dateTime</InvoiceDate>
          <UseInvRate>string</UseInvRate>
          <ReceiptSerial>string</ReceiptSerial>
          <ReceiptNo>int</ReceiptNo>
          <ReceiptDate>dateTime</ReceiptDate>
          <ReceiptPrt>string</ReceiptPrt>
          <FixExRate>decimal</FixExRate>
          <FixExCur>string</FixExCur>
          <Status>string</Status>
          <PayAmount>decimal</PayAmount>
          <Remain>decimal</Remain>
          <RecType>boolean</RecType>
          <InvPaidRate>decimal</InvPaidRate>
          <InvPaidAmount>decimal</InvPaidAmount>
          <InstalNum>int</InstalNum>
          <ClientName>string</ClientName>
          <ClientAddress>string</ClientAddress>
          <ClientZip>string</ClientZip>
          <ClientCity>string</ClientCity>
          <ClientCountry>string</ClientCountry>
          <TaxOffice>string</TaxOffice>
          <Reference>string</Reference>
          <Comment>string</Comment>
          <Resource>int</Resource>
          <PayTime>dateTime</PayTime>
        </TTVJournalItem>
        <TTVJournalItem>
          <RecID>int</RecID>
          <Market>string</Market>
          <Office>string</Office>
          <AccountType>int</AccountType>
          <Account>string</Account>
          <PayDate>dateTime</PayDate>
          <PayType>string</PayType>
          <Amount>decimal</Amount>
          <Cur>string</Cur>
          <Allocated>decimal</Allocated>
          <InvoiceSerial>string</InvoiceSerial>
          <InvoiceNo>int</InvoiceNo>
          <InvoiceDate>dateTime</InvoiceDate>
          <UseInvRate>string</UseInvRate>
          <ReceiptSerial>string</ReceiptSerial>
          <ReceiptNo>int</ReceiptNo>
          <ReceiptDate>dateTime</ReceiptDate>
          <ReceiptPrt>string</ReceiptPrt>
          <FixExRate>decimal</FixExRate>
          <FixExCur>string</FixExCur>
          <Status>string</Status>
          <PayAmount>decimal</PayAmount>
          <Remain>decimal</Remain>
          <RecType>boolean</RecType>
          <InvPaidRate>decimal</InvPaidRate>
          <InvPaidAmount>decimal</InvPaidAmount>
          <InstalNum>int</InstalNum>
          <ClientName>string</ClientName>
          <ClientAddress>string</ClientAddress>
          <ClientZip>string</ClientZip>
          <ClientCity>string</ClientCity>
          <ClientCountry>string</ClientCountry>
          <TaxOffice>string</TaxOffice>
          <Reference>string</Reference>
          <Comment>string</Comment>
          <Resource>int</Resource>
          <PayTime>dateTime</PayTime>
        </TTVJournalItem>
      </GetJournalResult>
    </GetJournalResponse>
  </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 /Tv2Sej/Service1.asmx HTTP/1.1
Host: enkanl.tourvisio.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>
    <GetJournal xmlns="http://tempuri.org/">
      <PayDate1>dateTime</PayDate1>
      <PayDate2>dateTime</PayDate2>
      <Market>string</Market>
      <UserCode>string</UserCode>
      <UserPass>string</UserPass>
    </GetJournal>
  </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>
    <GetJournalResponse xmlns="http://tempuri.org/">
      <GetJournalResult>
        <TTVJournalItem>
          <RecID>int</RecID>
          <Market>string</Market>
          <Office>string</Office>
          <AccountType>int</AccountType>
          <Account>string</Account>
          <PayDate>dateTime</PayDate>
          <PayType>string</PayType>
          <Amount>decimal</Amount>
          <Cur>string</Cur>
          <Allocated>decimal</Allocated>
          <InvoiceSerial>string</InvoiceSerial>
          <InvoiceNo>int</InvoiceNo>
          <InvoiceDate>dateTime</InvoiceDate>
          <UseInvRate>string</UseInvRate>
          <ReceiptSerial>string</ReceiptSerial>
          <ReceiptNo>int</ReceiptNo>
          <ReceiptDate>dateTime</ReceiptDate>
          <ReceiptPrt>string</ReceiptPrt>
          <FixExRate>decimal</FixExRate>
          <FixExCur>string</FixExCur>
          <Status>string</Status>
          <PayAmount>decimal</PayAmount>
          <Remain>decimal</Remain>
          <RecType>boolean</RecType>
          <InvPaidRate>decimal</InvPaidRate>
          <InvPaidAmount>decimal</InvPaidAmount>
          <InstalNum>int</InstalNum>
          <ClientName>string</ClientName>
          <ClientAddress>string</ClientAddress>
          <ClientZip>string</ClientZip>
          <ClientCity>string</ClientCity>
          <ClientCountry>string</ClientCountry>
          <TaxOffice>string</TaxOffice>
          <Reference>string</Reference>
          <Comment>string</Comment>
          <Resource>int</Resource>
          <PayTime>dateTime</PayTime>
        </TTVJournalItem>
        <TTVJournalItem>
          <RecID>int</RecID>
          <Market>string</Market>
          <Office>string</Office>
          <AccountType>int</AccountType>
          <Account>string</Account>
          <PayDate>dateTime</PayDate>
          <PayType>string</PayType>
          <Amount>decimal</Amount>
          <Cur>string</Cur>
          <Allocated>decimal</Allocated>
          <InvoiceSerial>string</InvoiceSerial>
          <InvoiceNo>int</InvoiceNo>
          <InvoiceDate>dateTime</InvoiceDate>
          <UseInvRate>string</UseInvRate>
          <ReceiptSerial>string</ReceiptSerial>
          <ReceiptNo>int</ReceiptNo>
          <ReceiptDate>dateTime</ReceiptDate>
          <ReceiptPrt>string</ReceiptPrt>
          <FixExRate>decimal</FixExRate>
          <FixExCur>string</FixExCur>
          <Status>string</Status>
          <PayAmount>decimal</PayAmount>
          <Remain>decimal</Remain>
          <RecType>boolean</RecType>
          <InvPaidRate>decimal</InvPaidRate>
          <InvPaidAmount>decimal</InvPaidAmount>
          <InstalNum>int</InstalNum>
          <ClientName>string</ClientName>
          <ClientAddress>string</ClientAddress>
          <ClientZip>string</ClientZip>
          <ClientCity>string</ClientCity>
          <ClientCountry>string</ClientCountry>
          <TaxOffice>string</TaxOffice>
          <Reference>string</Reference>
          <Comment>string</Comment>
          <Resource>int</Resource>
          <PayTime>dateTime</PayTime>
        </TTVJournalItem>
      </GetJournalResult>
    </GetJournalResponse>
  </soap12:Body>
</soap12:Envelope>