IApiServiceSlowniki_DodajNowaMetodePlatnosci Method | |
Dodaje nową metodę płatności
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 Slowniki_DodajNowaMetodePlatnosci(
string sessionId,
MetodaPlatnosci metoda
)
Function Slowniki_DodajNowaMetodePlatnosci (
sessionId As String,
metoda As MetodaPlatnosci
) As Integer
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - metoda
- Type: ILUO.ERP.API.Server.Entities3MetodaPlatnosci
Obiekt zawierający właściwości nowej metody płatności
Return Value
Type:
Int32Identyfikator utworzonej metody płatności
See Also