Click or drag to resize

IApiServicexmlString_GetDataSet Method

ILUO Sp. z o.o.
Umożliwia uruchomienie dowolnego zapytania

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_GetDataSet(
	string sessionId,
	string query
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
query
Type: SystemString
tekst zapytania

Return Value

Type: String
Rezultat zapytania w formie dokumentu XML
See Also