Creates a new LookupTable.
Required Permission | Roles with the Required Permission |
---|---|
LOOKUPTABLE_ADD | Administer Price Parameters (PB_PARAMETERS ), Administer Plasma (PLASMA ) |
The request must contain all fields that are part of the business key for that object and all non-nullable fields.
OK
{- "data": {
- "uniqueName": "pp01",
- "label": "Price Parameter 001",
- "validAfter": "2021-10-06",
- "type": "MATRIX",
- "valueType": "MATRIX",
- "status": "ACTIVE",
- "formatType": "MONEY_USD",
- "userGroupEdit": "Administrators"
}, - "operation": "add"
}
{- "response": {
- "node": "string",
- "data": [
- {
- "version": 0,
- "typedId": "string",
- "uniqueName": "string",
- "label": "string",
- "validAfter": "string",
- "status": "string",
- "simulationSet": null,
- "type": "string",
- "valueType": "string",
- "nodeId": null,
- "userGroupEdit": "string",
- "userGroupViewDetails": null,
- "hideWarnings": true,
- "formatType": null,
- "lastUpdateByName": "string",
- "createdByName": "string",
- "numberOfKeyFields": 0,
- "createDate": "string",
- "createdBy": 0,
- "lastUpdateDate": "string",
- "lastUpdateBy": 0,
- "id": 0,
- "isPlasma": true
}
], - "status": 0
}
}