Retrieves line items of the specified CLIC entity (Quote/Contract/Rebate Agreement/Compensation Plan Line Items).
This endpoint is used in the REACT version only. It is not advisable to mix REACT endpoints together with Ember endpoints.
OK
{- "endRow": 0,
- "oldValues": { },
- "operationType": "string",
- "startRow": 0,
- "textMatchStyle": "string",
- "data": {
- "operator": "string",
- "_constructor": "string",
- "criteria": [
- {
- "fieldName": "string",
- "operator": "string"
}
]
}
}
{- "response": {
- "node": "string",
- "startRow": 0,
- "data": [
- {
- "version": 0,
- "typedId": "string",
- "clicId": 0,
- "inputs": [
- {
- "name": "string",
- "label": "string",
- "type": "string",
- "typedId": "string",
- "inputs": [
- { }
], - "parameterConfig": {
- "sortType": "string",
- "validationType": "string",
- "dataType": "string"
}, - "formattingOptions": { },
- "value": {
- "100": "string",
- "150": "string",
- "0.4": "string",
- "1.6": "string",
- "2.71": "string"
}, - "valueHint": "string",
- "required": true,
- "valueOptions": [
- "string"
]
}
], - "outputs": [
- {
- "resultName": "string",
- "resultLabel": "string",
- "result": "string",
- "excludeFromExport": true,
- "warnings": [
- "string"
], - "displayOptions": 0,
- "resultType": "string",
- "resultGroup": "string",
- "overrideAllowEmpty": true,
- "overridden": true,
- "overridable": true
}
], - "dirty": true,
- "lineId": "string",
- "calculationStatus": 0,
- "editabilityStatus": 0,
- "label": "string",
- "startDate": "string",
- "endDate": "string",
- "payoutDate": "string",
- "calculationBaseJson": "string",
- "calculationBase": {
- "includedCustomerGroups": [
- { }
], - "includedProductGroups": [
- { }
], - "includedSellerReferences": [
- { }
], - "excludedCustomerGroups": [
- { }
], - "excludedproductGroups": [
- { }
], - "excludedSellerReferences": [
- { }
], - "includedTimePeriods": [
- {
- "timeUnit": "string",
- "startDate": "string",
- "endDate": "string",
- "single": true
}
], - "excludedTimePeriods": [
- { }
], - "otherFilters": [
- { }
], - "dateDimFieldName": "string"
}, - "folder": true,
- "treeLabel": "string",
- "createDate": "string",
- "createdBy": 0,
- "lastUpdateDate": "string",
- "lastUpdateBy": 0,
- "compensationConditionType": "string",
- "compensationConditionTypeLabel": "string"
}
], - "endRow": 0,
- "totalRows": 0,
- "status": 0
}
}