Click or drag to resize

IApiServicexmlString_GetObjectById Method

ILUO Sp. z o.o.
Pobiera obiekt na podstawie nazwy typu i identyfikatora

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
string xmlString_GetObjectById(
	string sessionId,
	string objectType,
	string id
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
objectType
Type: SystemString
Nazwa obiektu.
id
Type: SystemString

Return Value

Type: String
zwraca właściwości obiektu w formacie ciągu XML
Remarks
Listę nazw typów obiektów można pobrać za pomocą metody GetObjectTypes>
See Also