Retrieves Condition Record Items with 3 keys (CRCI3
) from the specified Condition Record Set.
You can use the
CRCI1
..CRCI12
type codes in the path to retrieve Condition Record Items with different number of keys. You can check for mandatory parameters, e. g.conditionRecordSetId
.
OK
{- "endRow": 300,
- "oldValues": {
- "type": "object"
}, - "operationType": "fetch",
- "startRow": 0,
- "textMatchStyle": "exact",
- "data": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "unitOfMeasure",
- "operator": "iContains",
- "value": "kg"
}, - {
- "fieldName": "conditionRecordSetId",
- "operator": "equals",
- "value": 3
}
]
}
}
{- "response": {
- "data": [
- {
- "version": 0,
- "typedId": "2.CRCI3",
- "conditionRecordSetId": 3,
- "validTo": "2030-10-10T00:00:00",
- "validFrom": "2030-01-01T00:00:00",
- "conditionValue": 50,
- "unitOfMeasure": "kg",
- "currency": "EUR",
- "createdByObj": "2147483656.PL",
- "createDate": "2024-10-25T11:07:28",
- "createdBy": 2147492577,
- "lastUpdateDate": "2024-10-25T11:07:28",
- "lastUpdateBy": 2147492577,
- "attribute3": "attr3 VAL222",
- "attribute4": "attr4 VAL3333",
- "key1": "PL Test 1",
- "key2": "01",
- "key3": "P-0001"
}, - {
- "version": 0,
- "typedId": "3.CRCI3",
- "conditionRecordSetId": 3,
- "validTo": "2030-10-10T00:00:00",
- "validFrom": "2030-01-01T00:00:00",
- "conditionValue": 50,
- "unitOfMeasure": "kg",
- "currency": "EUR",
- "createdByObj": "2147483656.PL",
- "createDate": "2024-10-25T11:07:28",
- "createdBy": 2147492577,
- "lastUpdateDate": "2024-10-25T11:07:28",
- "lastUpdateBy": 2147492577,
- "attribute3": "attr3 VAL222",
- "attribute4": "attr4 VAL3333",
- "key1": "PL Test 1",
- "key2": "01",
- "key3": "P-0002"
}
], - "endRow": 2,
- "totalRows": 2,
- "status": 0
}
}