API GetCurrency
Z Podpora.nextis.cz
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.