API GetCountry: Porovnání verzí
Z Podpora.nextis.cz
								
												
				|  (Založena nová stránka s textem „==== Description ==== Method gives You overview of existing country in system.  ==== Exact name ==== <code>API_GetCountry</code>  ==== Type ==== Standard v…“) | |||
| Řádka 18: | Řádka 18: | ||
| |int | |int | ||
| |Internal system id | |Internal system id | ||
| + | | | ||
| + | |- | ||
| + | |Name | ||
| + | |nvarchar(50) | ||
| + | |Name | ||
| + | | | ||
| + | |- | ||
| + | |PhoneNumberPrefix | ||
| + | |nvarchar(50) | ||
| + | |Phone number prefix | ||
| + | | | ||
| + | |- | ||
| + | |Code | ||
| + | |nvarchar(50) | ||
| + | |Code | ||
| | | | | ||
| |} | |} | ||
Aktuální verze z 31. 7. 2017, 10:43
Description
Method gives You overview of existing country in system.
Exact name
API_GetCountry
Type
Standard view.
Specification
| Column | Data type | Description | Relation | 
|---|---|---|---|
| ID | int | Internal system id | |
| Name | nvarchar(50) | Name | |
| PhoneNumberPrefix | nvarchar(50) | Phone number prefix | |
| Code | nvarchar(50) | Code | 
Example
SELECT TOP 1000 * FROM [API_GetCountry]
Notices
None.
