API GetTransports: Porovnání verzí
Z Podpora.nextis.cz
Řádka 22: | Řádka 22: | ||
|TransportName | |TransportName | ||
|varchar(250) | |varchar(250) | ||
− | | | + | |Transport name |
| | | | ||
|- | |- |
Verze z 1. 8. 2017, 08:08
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 | varchar(250) | Transport name | |
Description | varchar(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.