IApiServiceSlowniki_DodajNowySposobDostawy Method | |
Dodaje nowy sposób dostawy
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_DodajNowySposobDostawy(
string sessionId,
SposobDostawy sposobDostawy
)
Function Slowniki_DodajNowySposobDostawy (
sessionId As String,
sposobDostawy As SposobDostawy
) As Integer
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - sposobDostawy
- Type: ILUO.ERP.API.Server.Entities3SposobDostawy
Obiekt zawierający właściwości nowego sposobu dostawy
Return Value
Type:
Int32Identyfikator nowo utworzonego sposobu dostawy
See Also