Operations at https://k2ws.mekrs.cz/Data
This page describes the service operations at this endpoint.
| Uri | Method | Description |
|---|---|---|
| {ClassName} | GET | Returns list of data objects of type {ClassName}. Optionals parameters are 'fields', 'pageSize', 'page', 'orderBy', 'conditions' |
| POST | Create new data objects with children of type {ClassName}. Optional parameters are 'fields' | |
| {ClassName}/{*PrimaryKeys} | GET | Returns data object of type {ClassName} by primary key {PrimaryKeys} (example:{PrimaryKey1}/{PrimaryKey2}/..) Optional parameter is 'fields' |
| POST | Returns data object of type {ClassName} by primary key {PrimaryKeys} (example:{PrimaryKey1}/{PrimaryKey2}/..) | |
| PUT | Edit data objects header of type {ClassName} with primary key {PrimaryKeys} (example:{PrimaryKey1}/{PrimaryKey2}/..). Optional parameters are 'fields' | |
| ActualContactPerson | GET | Returns currently logged in contact person detail. Optional parameters are 'fields' |
| Aktivita/GetActivityFromCall | GET | Returns activity dataobject for call fields. Required parameters are: phoneNumber, startDate (YYYY-MM-DD-HH-MM-SS), callLength, callType (Incomming = 2000000262, Received = 2000000263, Missed = 2000000264, Outgoing = 2000000265). Optional parameters are 'fields' |
| ARDashboard/DFEvaluateFilter/{partId}/{choiceId} | GET | Evaluate dynamic filter |
| ARDashboard/ExpandedPivotMember | POST | Returns new data for expanded pivot member. |
| ARDashboard/FilterNextMember/{PartID}/{SourceMember} | GET | Returns nex filter data for tree filter |
| ARDashboard/getARDashboardData/{PrimaryKey} | GET | Returns data for object of type ARDashboard by primary key {PrimaryKey} |
| ARDashboard/getARDashboardDataByDrillThrough/{PrimaryKey} | PUT | Returns data for object of type ARDashboard by drill through parameters |
| ARDashboard/getARDashboardDataWithParameters | PUT | Returns data for object of type ARDashboard by alias and parameters |
| ARDashboard/getARPartData | PUT | Returns data for object of type ARPartData by PartIdentifier |
| ARDashboard/ResetFilters/{PrimaryKey} | GET | Reset filters for ARDashboard by primary key {PrimaryKey}. |
| ARDashboard/saveFilterState | PUT | Save filter state and return boolean |
| CallHistory/SaveAndroidRecord | POST | Save call history record when exist phone number in k2. Optional parameters are 'fields' |
| command/{CommandId} | POST | Executes single command on specified data. |
| ContactPerson/GetNewContactPerson | POST | Service at https://k2ws.mekrs.cz/Data/ContactPerson/GetNewContactPerson |
| ContactPerson/SelectByEAddress | GET | Returns list of data objects of type ContactPerson. Required parameter is AEAddress. Optionals parameters are 'fields', 'pageSize', 'page', 'orderBy', 'conditions' |
| DeleteConfigurationData/{ClassIdentified}/{ContextIdentified}/{Level} | POST | Delete configuration data objects |
| DownloadDocumentData/{ClassName}/{DocumentID}/{*HeaderPrimaryKeys} | GET | Download document data from 9 page. |
| FindByPhone | POST | Get CallHistory by phone number. Optional parameters are 'fields' |
| GeneralLedger/GetGeneralLedgerList | POST | Returns list of GeneralLedger |
| GetConfigurationData/{ClassIdentified}/{ContextIdentified}/{Level} | GET | Returns configuration data object of type K2BaseStringConfiguration |
| GetList/{ClassName} | POST | Returns list of data objects of type {ClassName}' |
| GetListBySelection/{ClassName} | POST | Returns list of data objects of type {ClassName} by selection. Optionals parameters are 'fields' |
| ChangeDataLanguage/{language} | GET | Changes current language of data for current user session. |
| LoadCustomerFromAres/{IDNo} | GET | Returns Customer with per-filled data from Ares by IDNo. Optional parameter is 'fields' |
| Multiple/{ClassName} | POST | Create new data objects with children of type {ClassName}. Optional parameters are 'fields' |
| paged/{ClassName} | GET | Returns paged list of data objects of type {ClassName} with ability to acces specific page number. Optionals parameters are 'fields', 'pageSize', 'pageNumber', 'includeTotalRecordsCount', 'orderBy', 'conditions', 'orOperator' |
| POST | Returns paged list of data objects of type {ClassName} with ability to acces specific page number. Optionals parameters are 'fields', 'pageSize', 'pageNumber', 'includeTotalRecordsCount', 'orderBy' | |
| SaveConfigurationData/{ClassIdentified}/{ContextIdentified}/{Level} | POST | Create new or edit configuration data objects of type K2BaseStringConfiguration |
| UploadDocumentData/{ClassName}/{*PrimaryKeys} | POST | Upload documment data on 9 page. |
| UserParameters | GET | Returns user parameters |