Click or drag to resize

IApiServiceextended_GetQueryResults 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 extended_GetQueryResults(
	string sessionId,
	string query,
	GetDataSetParams getParams
)

Parameters

sessionId
Type: SystemString
Identyfikator sesji otrzymany po zalogowaniu się poprzez metodę Login
query
Type: SystemString
tekst zapytania
getParams
Type: ILUO.ERP.API.ServiceContracts.Interfaces3GetDataSetParams

[Missing <param name="getParams"/> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IApiService.extended_GetQueryResults(System.String,System.String,ILUO.ERP.API.ServiceContracts.Interfaces3.GetDataSetParams)"]

Return Value

Type: String
Rezultat zapytania w formie dokumentu XML
See Also