API GetCurrency: Porovnání verzí
Z Podpora.nextis.cz
(Založena nová stránka s textem „==== Description ==== Method gives You overview of existing branches in system. ==== Exact name ==== <code>API_GetBranches</code> ==== Type ==== Standard…“) |
|||
Řádka 1: | Řádka 1: | ||
==== Description ==== | ==== Description ==== | ||
− | Method gives You overview of existing | + | Method gives You overview of existing currency in system. |
==== Exact name ==== | ==== Exact name ==== | ||
− | <code> | + | <code>API_GetCurrency</code> |
==== Type ==== | ==== Type ==== | ||
Řádka 18: | Řádka 18: | ||
|int | |int | ||
|Internal system id | |Internal system id | ||
+ | | | ||
+ | |- | ||
+ | |Name | ||
+ | |nvarchar(50) | ||
+ | |Name | ||
+ | | | ||
+ | |- | ||
+ | |Code | ||
+ | |nvarchar(50) | ||
+ | |Code | ||
+ | | | ||
+ | |- | ||
+ | |Symbol | ||
+ | |nvarchar(50) | ||
+ | |Symbol | ||
| | | | ||
|} | |} | ||
Řádka 23: | Řádka 38: | ||
==== Example ==== | ==== Example ==== | ||
<syntaxhighlight lang="sql"> | <syntaxhighlight lang="sql"> | ||
− | SELECT TOP 1000 * FROM [ | + | SELECT TOP 1000 * FROM [API_GetCurrency] |
</syntaxhighlight> | </syntaxhighlight> | ||
==== Notices ==== | ==== Notices ==== | ||
None. | None. |
Aktuální verze z 31. 7. 2017, 10:45
Description
Method gives You overview of existing currency in system.
Exact name
API_GetCurrency
Type
Standard view.
Specification
Column | Data type | Description | Relation |
---|---|---|---|
ID | int | Internal system id | |
Name | nvarchar(50) | Name | |
Code | nvarchar(50) | Code | |
Symbol | nvarchar(50) | Symbol |
Example
SELECT TOP 1000 * FROM [API_GetCurrency]
Notices
None.