API GetVATRates: Porovnání verzí
Z Podpora.nextis.cz
(Založena nová stránka s textem „==== Description ==== Method gives You overview of existing VAT rates in system. ==== Exact name ==== <code>API_GetVATRates</code> ==== Type ==== Standar…“) |
|||
Řádka 18: | Řádka 18: | ||
|int | |int | ||
|Internal system id | |Internal system id | ||
+ | | | ||
+ | |- | ||
+ | |Name | ||
+ | |nvarchar(50) | ||
+ | |Name | ||
+ | | | ||
+ | |- | ||
+ | |Value | ||
+ | |decimal(18,2) | ||
+ | |Value | ||
+ | | | ||
+ | |- | ||
+ | |IsActive | ||
+ | |int | ||
+ | |Is active | ||
| | | | ||
|} | |} |
Aktuální verze z 31. 7. 2017, 10:50
Description
Method gives You overview of existing VAT rates in system.
Exact name
API_GetVATRates
Type
Standard view.
Specification
Column | Data type | Description | Relation |
---|---|---|---|
ID | int | Internal system id | |
Name | nvarchar(50) | Name | |
Value | decimal(18,2) | Value | |
IsActive | int | Is active |
Example
SELECT TOP 1000 * FROM [API_GetVATRates]
Notices
None.