IApiServicexmlString_GetObjectById Method | |
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
)
Function xmlString_GetObjectById (
sessionId As String,
objectType As String,
id As String
) As String
Parameters
- sessionId
- Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login - objectType
- Type: SystemString
Nazwa obiektu. - id
- Type: SystemString
Return Value
Type:
Stringzwraca 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