Request Information
Provides information about system tables changes.
Example URL:
v2.0/System/GetCodeBooksChanges?lastCheck={lastCheck}
None.
None.
Response Information
CodeBooksChangesApiModel
Name | Description | Type | Additional information |
---|---|---|---|
Bank |
Flag indicating change in bank codebook |
boolean |
None. |
ConstantSymbols |
Flag indicating change in constant symbols codebook |
boolean |
None. |
Country |
Flag indicating change in constant symbols codebook |
boolean |
None. |
Currencies |
Flag indicating change in currencies codebook |
boolean |
None. |
ExchangeRates |
Flag indicating change in exchange rates codebook |
boolean |
None. |
PaymentOptions |
Flag indicating change in payment options codebook |
boolean |
None. |
VatCodes |
Flag indicating change in VAT codes codebook |
boolean |
None. |
VatRates |
Flag indicating change in VAT rates codebook |
boolean |
None. |
VatReverseChargeCodes |
Flag indicating change in VAT reverse charge codes codebook |
boolean |
Used in Cz legislation. |
Sample:
{ "Bank": true, "ConstantSymbols": true, "Country": true, "Currencies": true, "ExchangeRates": true, "PaymentOptions": true, "VatCodes": true, "VatRates": true, "VatReverseChargeCodes": true }
Sample:
<CodeBooksChangesApiModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Doklad.Api.ApiModels"> <Bank>true</Bank> <ConstantSymbols>true</ConstantSymbols> <Country>true</Country> <Currencies>true</Currencies> <ExchangeRates>true</ExchangeRates> <PaymentOptions>true</PaymentOptions> <VatCodes>true</VatCodes> <VatRates>true</VatRates> <VatReverseChargeCodes>true</VatReverseChargeCodes> </CodeBooksChangesApiModel>