BaseDataService


Click here for a complete list of operations.

GetTaxYearList

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 /WAPI/BaseDataService.asmx HTTP/1.1
Host: support.cobraconto.net
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.cobraconto.net/webservices/wapi/GetTaxYearList"

<?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>
    <GetTaxYearList xmlns="http://www.cobraconto.net/webservices/wapi/">
      <AAuth>
        <User>string</User>
        <Password>string</Password>
      </AAuth>
      <ATransactionId>string</ATransactionId>
    </GetTaxYearList>
  </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>
    <GetTaxYearListResponse xmlns="http://www.cobraconto.net/webservices/wapi/">
      <GetTaxYearListResult>
        <TransactionId>string</TransactionId>
        <TaxYears>
          <Id>int</Id>
          <Timestamp>base64Binary</Timestamp>
          <ParentTaxYearId>int</ParentTaxYearId>
          <CurrencyId>string</CurrencyId>
          <TaxCurrencyId>string</TaxCurrencyId>
          <Name>string</Name>
          <YearNum>int</YearNum>
          <StartDate>dateTime</StartDate>
          <EndDate>dateTime</EndDate>
          <VoucherFormat>int</VoucherFormat>
          <VoucherDigits>int</VoucherDigits>
          <VoucherSepFirst>string</VoucherSepFirst>
          <VoucherSepLast>string</VoucherSepLast>
          <ReferenceNumFormat>int</ReferenceNumFormat>
          <ReferenceNumDigits>int</ReferenceNumDigits>
          <ReferenceNumSepFirst>string</ReferenceNumSepFirst>
          <ReferenceNumSepLast>string</ReferenceNumSepLast>
          <IsClosed>boolean</IsClosed>
          <CurrencyEvaluationMode>int</CurrencyEvaluationMode>
          <CurrencyExchangeType>int</CurrencyExchangeType>
          <SalesExchanceType>int</SalesExchanceType>
          <BookingExchangeType>int</BookingExchangeType>
          <StockEvaluationMode>int</StockEvaluationMode>
          <FinanceLockDate>dateTime</FinanceLockDate>
          <ParallelBooking>boolean</ParallelBooking>
          <LedgerRounding>boolean</LedgerRounding>
          <SecondaryAccountAllowed>boolean</SecondaryAccountAllowed>
          <BankTransactionBooking>boolean</BankTransactionBooking>
          <CashAccounting>boolean</CashAccounting>
          <LedgerItemCollectorToSecondaryAccount>boolean</LedgerItemCollectorToSecondaryAccount>
          <LedgerRoundingThresholdAmount>decimal</LedgerRoundingThresholdAmount>
          <ApplyFinenceLockToStock>boolean</ApplyFinenceLockToStock>
          <CashAccountingVATCarryOver>boolean</CashAccountingVATCarryOver>
          <VATOffPeriodTransfer>boolean</VATOffPeriodTransfer>
          <VATRateDifferenceTransfer>boolean</VATRateDifferenceTransfer>
          <VoucherShortYearNumber>boolean</VoucherShortYearNumber>
          <ReferenceShortYearNumber>boolean</ReferenceShortYearNumber>
          <LedgerItemCollectorToSecondaryTransferAccount>int</LedgerItemCollectorToSecondaryTransferAccount>
        </TaxYears>
        <TaxYears>
          <Id>int</Id>
          <Timestamp>base64Binary</Timestamp>
          <ParentTaxYearId>int</ParentTaxYearId>
          <CurrencyId>string</CurrencyId>
          <TaxCurrencyId>string</TaxCurrencyId>
          <Name>string</Name>
          <YearNum>int</YearNum>
          <StartDate>dateTime</StartDate>
          <EndDate>dateTime</EndDate>
          <VoucherFormat>int</VoucherFormat>
          <VoucherDigits>int</VoucherDigits>
          <VoucherSepFirst>string</VoucherSepFirst>
          <VoucherSepLast>string</VoucherSepLast>
          <ReferenceNumFormat>int</ReferenceNumFormat>
          <ReferenceNumDigits>int</ReferenceNumDigits>
          <ReferenceNumSepFirst>string</ReferenceNumSepFirst>
          <ReferenceNumSepLast>string</ReferenceNumSepLast>
          <IsClosed>boolean</IsClosed>
          <CurrencyEvaluationMode>int</CurrencyEvaluationMode>
          <CurrencyExchangeType>int</CurrencyExchangeType>
          <SalesExchanceType>int</SalesExchanceType>
          <BookingExchangeType>int</BookingExchangeType>
          <StockEvaluationMode>int</StockEvaluationMode>
          <FinanceLockDate>dateTime</FinanceLockDate>
          <ParallelBooking>boolean</ParallelBooking>
          <LedgerRounding>boolean</LedgerRounding>
          <SecondaryAccountAllowed>boolean</SecondaryAccountAllowed>
          <BankTransactionBooking>boolean</BankTransactionBooking>
          <CashAccounting>boolean</CashAccounting>
          <LedgerItemCollectorToSecondaryAccount>boolean</LedgerItemCollectorToSecondaryAccount>
          <LedgerRoundingThresholdAmount>decimal</LedgerRoundingThresholdAmount>
          <ApplyFinenceLockToStock>boolean</ApplyFinenceLockToStock>
          <CashAccountingVATCarryOver>boolean</CashAccountingVATCarryOver>
          <VATOffPeriodTransfer>boolean</VATOffPeriodTransfer>
          <VATRateDifferenceTransfer>boolean</VATRateDifferenceTransfer>
          <VoucherShortYearNumber>boolean</VoucherShortYearNumber>
          <ReferenceShortYearNumber>boolean</ReferenceShortYearNumber>
          <LedgerItemCollectorToSecondaryTransferAccount>int</LedgerItemCollectorToSecondaryTransferAccount>
        </TaxYears>
      </GetTaxYearListResult>
    </GetTaxYearListResponse>
  </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 /WAPI/BaseDataService.asmx HTTP/1.1
Host: support.cobraconto.net
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>
    <GetTaxYearList xmlns="http://www.cobraconto.net/webservices/wapi/">
      <AAuth>
        <User>string</User>
        <Password>string</Password>
      </AAuth>
      <ATransactionId>string</ATransactionId>
    </GetTaxYearList>
  </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>
    <GetTaxYearListResponse xmlns="http://www.cobraconto.net/webservices/wapi/">
      <GetTaxYearListResult>
        <TransactionId>string</TransactionId>
        <TaxYears>
          <Id>int</Id>
          <Timestamp>base64Binary</Timestamp>
          <ParentTaxYearId>int</ParentTaxYearId>
          <CurrencyId>string</CurrencyId>
          <TaxCurrencyId>string</TaxCurrencyId>
          <Name>string</Name>
          <YearNum>int</YearNum>
          <StartDate>dateTime</StartDate>
          <EndDate>dateTime</EndDate>
          <VoucherFormat>int</VoucherFormat>
          <VoucherDigits>int</VoucherDigits>
          <VoucherSepFirst>string</VoucherSepFirst>
          <VoucherSepLast>string</VoucherSepLast>
          <ReferenceNumFormat>int</ReferenceNumFormat>
          <ReferenceNumDigits>int</ReferenceNumDigits>
          <ReferenceNumSepFirst>string</ReferenceNumSepFirst>
          <ReferenceNumSepLast>string</ReferenceNumSepLast>
          <IsClosed>boolean</IsClosed>
          <CurrencyEvaluationMode>int</CurrencyEvaluationMode>
          <CurrencyExchangeType>int</CurrencyExchangeType>
          <SalesExchanceType>int</SalesExchanceType>
          <BookingExchangeType>int</BookingExchangeType>
          <StockEvaluationMode>int</StockEvaluationMode>
          <FinanceLockDate>dateTime</FinanceLockDate>
          <ParallelBooking>boolean</ParallelBooking>
          <LedgerRounding>boolean</LedgerRounding>
          <SecondaryAccountAllowed>boolean</SecondaryAccountAllowed>
          <BankTransactionBooking>boolean</BankTransactionBooking>
          <CashAccounting>boolean</CashAccounting>
          <LedgerItemCollectorToSecondaryAccount>boolean</LedgerItemCollectorToSecondaryAccount>
          <LedgerRoundingThresholdAmount>decimal</LedgerRoundingThresholdAmount>
          <ApplyFinenceLockToStock>boolean</ApplyFinenceLockToStock>
          <CashAccountingVATCarryOver>boolean</CashAccountingVATCarryOver>
          <VATOffPeriodTransfer>boolean</VATOffPeriodTransfer>
          <VATRateDifferenceTransfer>boolean</VATRateDifferenceTransfer>
          <VoucherShortYearNumber>boolean</VoucherShortYearNumber>
          <ReferenceShortYearNumber>boolean</ReferenceShortYearNumber>
          <LedgerItemCollectorToSecondaryTransferAccount>int</LedgerItemCollectorToSecondaryTransferAccount>
        </TaxYears>
        <TaxYears>
          <Id>int</Id>
          <Timestamp>base64Binary</Timestamp>
          <ParentTaxYearId>int</ParentTaxYearId>
          <CurrencyId>string</CurrencyId>
          <TaxCurrencyId>string</TaxCurrencyId>
          <Name>string</Name>
          <YearNum>int</YearNum>
          <StartDate>dateTime</StartDate>
          <EndDate>dateTime</EndDate>
          <VoucherFormat>int</VoucherFormat>
          <VoucherDigits>int</VoucherDigits>
          <VoucherSepFirst>string</VoucherSepFirst>
          <VoucherSepLast>string</VoucherSepLast>
          <ReferenceNumFormat>int</ReferenceNumFormat>
          <ReferenceNumDigits>int</ReferenceNumDigits>
          <ReferenceNumSepFirst>string</ReferenceNumSepFirst>
          <ReferenceNumSepLast>string</ReferenceNumSepLast>
          <IsClosed>boolean</IsClosed>
          <CurrencyEvaluationMode>int</CurrencyEvaluationMode>
          <CurrencyExchangeType>int</CurrencyExchangeType>
          <SalesExchanceType>int</SalesExchanceType>
          <BookingExchangeType>int</BookingExchangeType>
          <StockEvaluationMode>int</StockEvaluationMode>
          <FinanceLockDate>dateTime</FinanceLockDate>
          <ParallelBooking>boolean</ParallelBooking>
          <LedgerRounding>boolean</LedgerRounding>
          <SecondaryAccountAllowed>boolean</SecondaryAccountAllowed>
          <BankTransactionBooking>boolean</BankTransactionBooking>
          <CashAccounting>boolean</CashAccounting>
          <LedgerItemCollectorToSecondaryAccount>boolean</LedgerItemCollectorToSecondaryAccount>
          <LedgerRoundingThresholdAmount>decimal</LedgerRoundingThresholdAmount>
          <ApplyFinenceLockToStock>boolean</ApplyFinenceLockToStock>
          <CashAccountingVATCarryOver>boolean</CashAccountingVATCarryOver>
          <VATOffPeriodTransfer>boolean</VATOffPeriodTransfer>
          <VATRateDifferenceTransfer>boolean</VATRateDifferenceTransfer>
          <VoucherShortYearNumber>boolean</VoucherShortYearNumber>
          <ReferenceShortYearNumber>boolean</ReferenceShortYearNumber>
          <LedgerItemCollectorToSecondaryTransferAccount>int</LedgerItemCollectorToSecondaryTransferAccount>
        </TaxYears>
      </GetTaxYearListResult>
    </GetTaxYearListResponse>
  </soap12:Body>
</soap12:Envelope>