API CreateCountry

Z Podpora.nextis.cz
Verze z 1. 8. 2017, 10:20, kterou vytvořil Chrzaszcz (diskuse | příspěvky) (Založena nová stránka s textem „==== Description ==== Method allows You to create new country in system. ==== Exact name ==== <code>API_CreateCountry</code> ==== Type ==== Standard exec…“)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Přejít na: navigace, hledání

Description

Method allows You to create new country in system.

Exact name

API_CreateCountry

Type

Standard executable stored procedure.

Specification

Parameter Data type Value range Description Relation
@Title nvarchar(50) Title

Example

EXEC [API_CreateCountry] @Title= 'Title' ,@HtmlText= '<span style="color: red;"> Text </span>' ,@Language= 0

Notices

None.