IApiServiceTowary_DodajNowyTypCeny Method | |
Dodaje nowy typ cen
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 int Towary_DodajNowyTypCeny(
string sessionId,
TypCeny typCeny
)
Function Towary_DodajNowyTypCeny (
sessionId As String,
typCeny As TypCeny
) As Integer
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - typCeny
- Type: ILUO.ERP.API.Server.Entities3TypCeny
Obiekt z właściwościami nowego typu cen
Return Value
Type:
Int32Identyfikator typu cen
See Also