IApiServiceTowary_PobierzTypCeny Method | |
Pobiera typ cen o określonym identyfikatorze
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 TypCeny Towary_PobierzTypCeny(
string sessionId,
int id
)
Function Towary_PobierzTypCeny (
sessionId As String,
id As Integer
) As TypCeny
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - id
- Type: SystemInt32
Identyfikator grupy
Return Value
Type:
TypCenyObiekt z właściwościami pobieranej grupy
See Also