The type code is WF
| lastUpdateByName | string <= 255 characters | ||||||||||||||||||||||||||||||||||
| createdByName | string | ||||||||||||||||||||||||||||||||||
| typedId | string | ||||||||||||||||||||||||||||||||||
| lastUpdateDate | string <date-time> | ||||||||||||||||||||||||||||||||||
| label | string <= 255 characters | ||||||||||||||||||||||||||||||||||
| formulaNature | string <= 255 characters | ||||||||||||||||||||||||||||||||||
| version | integer | ||||||||||||||||||||||||||||||||||
| simulationSet | string <= 255 characters | ||||||||||||||||||||||||||||||||||
| uniqueName | string <= 255 characters | ||||||||||||||||||||||||||||||||||
| formulaType | string Possible values: "PRICING" "WORKFLOW" "LIBRARY" | ||||||||||||||||||||||||||||||||||
| createdBy | integer | ||||||||||||||||||||||||||||||||||
Array of objects | |||||||||||||||||||||||||||||||||||
Array
| |||||||||||||||||||||||||||||||||||
| userGroupEdit | string <= 255 characters | ||||||||||||||||||||||||||||||||||
| userGroupViewDetails | string <= 255 characters | ||||||||||||||||||||||||||||||||||
| workflowType | string <= 255 characters | ||||||||||||||||||||||||||||||||||
| validAfter | string <date-time> | ||||||||||||||||||||||||||||||||||
| status | string <= 255 characters Possible values: "ACTIVE" "SIMULATIONONLY" "INACTIVE" | ||||||||||||||||||||||||||||||||||
| createDate | string <date-time> | ||||||||||||||||||||||||||||||||||
| lastUpdateBy | integer | ||||||||||||||||||||||||||||||||||
{- "lastUpdateByName": "string",
- "createdByName": "string",
- "typedId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "label": "string",
- "formulaNature": "string",
- "version": 0,
- "simulationSet": "string",
- "uniqueName": "string",
- "formulaType": "PRICING",
- "createdBy": 0,
- "elements": [
- {
- "version": 0,
- "typedId": "string",
- "elementName": "string",
- "elementLabel": "string",
- "elementDescription": "string",
- "elementGroups": [
- "string"
], - "conditionElementName": "string",
- "hideWarnings": true,
- "excludeFromExport": true,
- "protectedExpression": true,
- "elementTimeout": 0,
- "combinationType": "ADD",
- "createDate": "string",
- "createdBy": 0,
- "lastUpdateDate": "string",
- "lastUpdateBy": 0,
- "formulaExpression": "string"
}
], - "userGroupEdit": "string",
- "userGroupViewDetails": "string",
- "workflowType": "string",
- "validAfter": "2019-08-24T14:15:22Z",
- "status": "ACTIVE",
- "createDate": "2019-08-24T14:15:22Z",
- "lastUpdateBy": 0
}