IApiServiceSlowniki_AktualizujSposobDostawy Method | |
Aktualizuje właściwości sposobu 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_AktualizujSposobDostawy(
string sessionId,
int id,
SposobDostawy sposobDostawy
)
Function Slowniki_AktualizujSposobDostawy (
sessionId As String,
id As Integer,
sposobDostawy As SposobDostawy
) As Integer
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - id
- Type: SystemInt32
Identyfikator sposobu dostawy - sposobDostawy
- Type: ILUO.ERP.API.Server.Entities3SposobDostawy
Obiekt zawierający nowe właściwości sposobu dostawy
Return Value
Type:
Int32Identyfikator sposobu dostawy
See Also