API RemoveCrossNumbers: Porovnání verzí
Z Podpora.nextis.cz
(Založena nová stránka s textem „a“) |
|||
| Řádka 1: | Řádka 1: | ||
| − | + | ==== Description ==== | |
| + | Method allows You to remove cross number in system. | ||
| + | |||
| + | ==== Exact name ==== | ||
| + | <code>API_RemoveCrossNumbers</code> | ||
| + | |||
| + | ==== Type ==== | ||
| + | Standard executable stored procedure. | ||
| + | |||
| + | ==== Specification ==== | ||
| + | {| class="wikitable" | ||
| + | !Parameter | ||
| + | !Data type | ||
| + | !Value range | ||
| + | !Description | ||
| + | !Relation | ||
| + | |- | ||
| + | |@ID | ||
| + | |int | ||
| + | | | ||
| + | |ID | ||
| + | |API_GetCrossNumbers.ID | ||
| + | |} | ||
| + | |||
| + | ==== Return ==== | ||
| + | 0 : OK | ||
| + | 100 : Item does not exist | ||
| + | |||
| + | ==== Example ==== | ||
| + | <syntaxhighlight lang="sql"> | ||
| + | DECLARE @return_value int | ||
| + | EXEC @return_value = [API_RemoveCrossNumbers] | ||
| + | @ID= 3 | ||
| + | </syntaxhighlight> | ||
| + | |||
| + | ==== Notices ==== | ||
| + | None. | ||
Aktuální verze z 16. 4. 2019, 11:01
Description
Method allows You to remove cross number in system.
Exact name
API_RemoveCrossNumbers
Type
Standard executable stored procedure.
Specification
| Parameter | Data type | Value range | Description | Relation |
|---|---|---|---|---|
| @ID | int | ID | API_GetCrossNumbers.ID |
Return
0 : OK 100 : Item does not exist
Example
DECLARE @return_value int
EXEC @return_value = [API_RemoveCrossNumbers]
@ID= 3
Notices
None.