IApiServiceKontrahenci_AktualizujGrupe Method | |
Aktualizuje grupę
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 Kontrahenci_AktualizujGrupe(
string sessionId,
int id,
GrupaKontrahenta grupaKontrahenta
)
Function Kontrahenci_AktualizujGrupe (
sessionId As String,
id As Integer,
grupaKontrahenta As GrupaKontrahenta
) As Integer
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - id
- Type: SystemInt32
Identyfikator grupy - grupaKontrahenta
- Type: ILUO.ERP.API.Server.Entities3GrupaKontrahenta
Obiekt z nowymi właściwościami grupy
Return Value
Type:
Int32Identyfikator grupy
See Also