API GetTransports: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
 
Řádka 21: Řádka 21:
 
|-
 
|-
 
|TransportName
 
|TransportName
|varchar(250)
+
|nvarchar(250)
 
|Transport name
 
|Transport name
 
|
 
|
 
|-
 
|-
 
|Description
 
|Description
|varchar(200)
+
|nvarchar(200)
 
|Description
 
|Description
 
|
 
|

Aktuální verze z 9. 11. 2018, 16:46

Description

Method gives You overview of existing transports in system.

Exact name

API_GetTransports

Type

Standard view.

Specification

Column Data type Description Relation
ID int Internal system id
TransportName nvarchar(250) Transport name
Description nvarchar(200) Description
Prohibit int Prohibit
CashPaymentAllowed int Cash payment allowed
WireTransferPaymentAllowed int Wire transfer payment allowed
HideOnEshop bit Hide on eshop
BranchID int ID of branch from branch list (see relation) API_GetBranches.ID

Example

SELECT TOP 1000 * FROM [API_GetTransports]

Notices

None.