IApiServiceKontrahenci_PobierzKontrahentaPoId Method |  |
Pobiera kontrahenta za pomocą identyfikatora w systemie
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)
SyntaxKontrahent Kontrahenci_PobierzKontrahentaPoId(
string sessionId,
long id
)
Function Kontrahenci_PobierzKontrahentaPoId (
sessionId As String,
id As Long
) As Kontrahent
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - id
- Type: SystemInt64
Identyfikator kontrahenta
Return Value
Type:
KontrahentObiekt z właściwościami kontrahenta
See Also