Creates a new LookupTableValue or MatrixLookupTableValue record in the LookupTable (Company Parameter table).
Required Permission | Roles with the Required Permission |
---|---|
LOOKUPTABLE_ADD | Administer Price Parameters (PB_PARAMETERS ), Administer Plasma (PLASMA ) |
OK
{- "data": {
- "name": "recordName",
- "value": "recordValue"
}, - "operation": "add"
}
{- "response": {
- "node": "e2e-templates-node",
- "data": [
- {
- "version": 1,
- "typedId": "2147490006.LTV",
- "name": "recordName2",
- "value": "recordValue2",
- "lowerBound": null,
- "upperBound": null,
- "lastUpdateByName": "admin",
- "createdByName": "admin",
- "tableId": 2147484027,
- "valueType": "STRING",
- "type": "SIMPLE",
- "rawValue": "recordValue2",
- "createDate": "2021-10-07T09:07:24",
- "createdBy": 2147490696,
- "lastUpdateDate": "2021-10-07T09:07:24",
- "lastUpdateBy": 2147490696
}
], - "status": 0
}
}