Creates a new Company Parameter record (LookupTableValue or MatrixLookupTableValue) or updates an existing record (if the specified name of the record already exists).
Required Permission | Roles with the Required Permission |
---|---|
LOOKUPTABLEVALUES_INTEGRATE | Data Integration (DATAINTEGRATION ) |
OK
{- "data": {
- "name": "tofu",
- "value": "0.05"
}
}
{- "response": {
- "node": "<node>",
- "data": [
- {
- "version": 2,
- "typedId": "2147489944.LTV",
- "name": "tofu",
- "value": "5",
- "lowerBound": null,
- "upperBound": null,
- "lastUpdateByName": "admin",
- "createdByName": "admin",
- "tableId": 2147484027,
- "type": "SIMPLE",
- "valueType": "STRING",
- "rawValue": "5",
- "createDate": "2021-10-01T12:27:48",
- "createdBy": 2147490696,
- "lastUpdateDate": "2021-10-01T12:27:48",
- "lastUpdateBy": 2147490696
}
], - "status": 0
}
}