The type code is CLT.
| formulaName | string <= 255 characters | ||||||||||||||||||||||||
| typedId | string | ||||||||||||||||||||||||
| sheetName | string <= 255 characters | ||||||||||||||||||||||||
object or null | |||||||||||||||||||||||||
| |||||||||||||||||||||||||
| allocationFormulaName | string <= 255 characters | ||||||||||||||||||||||||
| lastUpdateDate | string <date-time> | ||||||||||||||||||||||||
| validationStateElementName | string <= 255 characters | ||||||||||||||||||||||||
| label | string <= 255 characters | ||||||||||||||||||||||||
| version | integer | ||||||||||||||||||||||||
| uniqueName | string <= 255 characters | ||||||||||||||||||||||||
| createdBy | integer | ||||||||||||||||||||||||
| createDate | string <date-time> | ||||||||||||||||||||||||
| lastUpdateBy | integer | ||||||||||||||||||||||||
{- "formulaName": "string",
- "typedId": "string",
- "sheetName": "string",
- "configuration": {
- "columns": {
- "sku": {
- "name": "string",
- "fieldFormatType": "NUMERIC",
- "canEdit": true
}, - "property1": {
- "name": "string",
- "fieldFormatType": "NUMERIC",
- "canEdit": true
}, - "property2": {
- "name": "string",
- "fieldFormatType": "NUMERIC",
- "canEdit": true
}
}
}, - "allocationFormulaName": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "validationStateElementName": "string",
- "label": "string",
- "version": 0,
- "uniqueName": "string",
- "createdBy": 0,
- "createDate": "2019-08-24T14:15:22Z",
- "lastUpdateBy": 0
}