IApiServiceFinanse_PobierzListeWalut Method | |
Pobiera listę walut obsługiwaną w systemie
Namespace:
ILUO.ERP.API.ServiceContracts.Interfaces3
Assembly:
ILUO.ERP.API.ServiceContracts (in ILUO.ERP.API.ServiceContracts.dll) Version: 1.0.0.348 (1.0.0.348)
Syntax Waluta[] Finanse_PobierzListeWalut(
string sessionId
)
Function Finanse_PobierzListeWalut (
sessionId As String
) As Waluta()
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
Return Value
Type:
WalutaTablica obiektów typu Waluta
See Also