IApiServiceextended_GetTableRowsData Method | |
Umożliwia pobranie identyfikatorów i prostych danych z najważniejszych tabel systemu. Umożliwia stronicowanie i śledzenie czasu. Dane sformatowane w json
Opis użycia tej metody znajduje się pod
linkiemIdentyfikator sesji otrzymany po zalogowaniu się poprzez metodę
Loginparametry pobierania danych
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_GetTableRowsData(
string sessionId,
GetTableRowsDataParams getParams
)
Function extended_GetTableRowsData (
sessionId As String,
getParams As GetTableRowsDataParams
) As String
Parameters
- sessionId
- Type: SystemString
[Missing <param name="sessionId"/> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IApiService.extended_GetTableRowsData(System.String,ILUO.ERP.API.ServiceContracts.Interfaces3.GetTableRowsDataParams)"]
- getParams
- Type: ILUO.ERP.API.ServiceContracts.Interfaces3GetTableRowsDataParams
[Missing <param name="getParams"/> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IApiService.extended_GetTableRowsData(System.String,ILUO.ERP.API.ServiceContracts.Interfaces3.GetTableRowsDataParams)"]
Return Value
Type:
String[Missing <returns> documentation for "M:ILUO.ERP.API.ServiceContracts.Interfaces3.IApiService.extended_GetTableRowsData(System.String,ILUO.ERP.API.ServiceContracts.Interfaces3.GetTableRowsDataParams)"]
See Also