DataChangeRequestMassChange

The type code is DCRMC.

typedId
string
comments
string or null <= 255 characters
createdBy
integer
object or null
Array of objects
Array
fieldName
string
fieldValue
string
massEditOperator
string
Possible values: "=" "+" "-" "*"
itemAction
string
Possible values: "edit" "recalculate"
changeStateReason
string or null
precision
integer or null
filter
object
type
string or null
Possible values: "EDIT" "DELETE"
lastUpdateDate
string <date-time>
version
integer
createDate
string <date-time>
lastUpdateBy
integer
{
  • "typedId": "string",
  • "comments": "string",
  • "createdBy": 0,
  • "massChange": {
    • "definitions": [
      • {
        • "fieldName": "string",
        • "fieldValue": "string",
        • "massEditOperator": "=",
        • "itemAction": "edit",
        • "changeStateReason": "string",
        • "precision": 0
        }
      ],
    • "filter": { },
    • "type": "EDIT"
    },
  • "lastUpdateDate": "2019-08-24T14:15:22Z",
  • "version": 0,
  • "createDate": "2019-08-24T14:15:22Z",
  • "lastUpdateBy": 0
}