BaseDataService
Click here for a complete list of operations.
GetTaxYear
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/GetTaxYear" <?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> <GetTaxYear xmlns="http://www.cobraconto.net/webservices/wapi/"> <AAuth> <User>string</User> <Password>string</Password> </AAuth> <ATransactionId>string</ATransactionId> <AId>int</AId> </GetTaxYear> </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> <GetTaxYearResponse xmlns="http://www.cobraconto.net/webservices/wapi/"> <GetTaxYearResult> <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> </GetTaxYearResult> </GetTaxYearResponse> </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> <GetTaxYear xmlns="http://www.cobraconto.net/webservices/wapi/"> <AAuth> <User>string</User> <Password>string</Password> </AAuth> <ATransactionId>string</ATransactionId> <AId>int</AId> </GetTaxYear> </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> <GetTaxYearResponse xmlns="http://www.cobraconto.net/webservices/wapi/"> <GetTaxYearResult> <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> </GetTaxYearResult> </GetTaxYearResponse> </soap12:Body> </soap12:Envelope>